@axos-web-dev/shared-components 0.0.169 → 0.0.171

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 (57) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Button/Button.js +1 -1
  3. package/dist/Calculators/Calculator.js +1 -1
  4. package/dist/Carousel/index.js +1 -1
  5. package/dist/Chevron/index.js +1 -1
  6. package/dist/Comparison/Comparison.js +1 -1
  7. package/dist/FaqAccordion/index.js +1 -1
  8. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  9. package/dist/Forms/ApplicationStart.js +1 -0
  10. package/dist/Forms/ClearingForm.js +1 -0
  11. package/dist/Forms/CommercialDeposits.d.ts +0 -1
  12. package/dist/Forms/CommercialDeposits.js +1 -11
  13. package/dist/Forms/CommercialLending.js +1 -0
  14. package/dist/Forms/ContactCompany.js +1 -0
  15. package/dist/Forms/ContactUs.js +1 -0
  16. package/dist/Forms/ContactUsAAS.js +1 -0
  17. package/dist/Forms/ContactUsBusiness.js +1 -1
  18. package/dist/Forms/ContactUsNMLSId.js +1 -1
  19. package/dist/Forms/CpraRequest.js +1 -1
  20. package/dist/Forms/DealerServices.js +1 -0
  21. package/dist/Forms/EmailOnly.js +1 -1
  22. package/dist/Forms/Forms.css.js +1 -0
  23. package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +5 -2
  24. package/dist/Forms/MortgageRate/MortgageRateForm.js +30 -20
  25. package/dist/Forms/MortgageRate/MortgageRateModal.d.ts +1 -1
  26. package/dist/Forms/MortgageRate/MortgageRateModal.js +3 -4
  27. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +5 -2
  28. package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +2 -1
  29. package/dist/Forms/MortgageRate/MortgageRateWatch.js +271 -239
  30. package/dist/Forms/QuickPricer/QuickPricerForm.js +1 -0
  31. package/dist/Forms/ScheduleCall.js +1 -0
  32. package/dist/Forms/ScheduleCallPremier.js +1 -0
  33. package/dist/Forms/SuccesForm.js +1 -1
  34. package/dist/Hyperlink/index.js +1 -1
  35. package/dist/ImageLink/ImageLink.js +1 -1
  36. package/dist/ImageLink/ImageLinkSet.js +1 -1
  37. package/dist/ImageLink/index.js +1 -1
  38. package/dist/Input/CurrencyInput.js +1 -0
  39. package/dist/Input/DownPaymentInput.js +1 -1
  40. package/dist/Input/InputAmount.js +1 -0
  41. package/dist/Input/InputPhone.js +1 -0
  42. package/dist/Input/index.d.ts +1 -0
  43. package/dist/Input/index.js +3 -0
  44. package/dist/Insight/Featured/CategorySelector.js +1 -1
  45. package/dist/Insight/Featured/Featured.js +1 -1
  46. package/dist/Insight/Featured/Header.js +1 -1
  47. package/dist/Interstitial/Interstitial.module.js +10 -10
  48. package/dist/Modal/Modal.js +1 -1
  49. package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
  50. package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
  51. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  52. package/dist/SetContainer/SetContainer.js +1 -1
  53. package/dist/VideoWrapper/index.js +1 -1
  54. package/dist/assets/Interstitial/Interstitial.css.css +24 -23
  55. package/dist/main.js +3 -0
  56. package/dist/utils/allowedAxosDomains.js +3 -1
  57. package/package.json +131 -131
@@ -40,13 +40,13 @@ import "../Input/InputAmount.js";
40
40
  import "../Input/InputPhone.js";
41
41
  import "../Input/InputTextArea.js";
42
42
  import "../Input/DownPaymentInput.js";
43
+ import "../Input/RadioButton.js";
43
44
  import "react-hook-form";
44
45
  import "../Forms/Forms.css.js";
45
46
  import "../Forms/SalesforceFieldsForm.js";
46
47
  import "../Input/RadioButton.css.js";
47
48
  import "../Input/Checkbox.css.js";
48
49
  import "../LoadingIndicator/LoadingIndicator.css.js";
49
- import "../Input/RadioButton.js";
50
50
  import "../Chevron/Chevron.css.js";
51
51
  import "../Interstitial/Interstitial-variants.css.js";
52
52
  import "../Inputs/Input.css.js";
@@ -39,13 +39,13 @@ import "../Input/InputAmount.js";
39
39
  import "../Input/InputPhone.js";
40
40
  import "../Input/InputTextArea.js";
41
41
  import "../Input/DownPaymentInput.js";
42
+ import "../Input/RadioButton.js";
42
43
  import "react-hook-form";
43
44
  import "../Forms/Forms.css.js";
44
45
  import "../Forms/SalesforceFieldsForm.js";
45
46
  import "../Input/RadioButton.css.js";
46
47
  import "../Input/Checkbox.css.js";
47
48
  import "../LoadingIndicator/LoadingIndicator.css.js";
48
- import "../Input/RadioButton.js";
49
49
  import "../Inputs/Input.css.js";
50
50
  /* empty css */
51
51
  /* empty css */
@@ -10,6 +10,7 @@ import "./InputAmount.js";
10
10
  import "./InputPhone.js";
11
11
  import "./InputTextArea.js";
12
12
  import "./DownPaymentInput.js";
13
+ import "./RadioButton.js";
13
14
  const CurrencyInput = forwardRef(
14
15
  (props, ref) => {
15
16
  return /* @__PURE__ */ jsx(
@@ -34,7 +34,7 @@ const DownPaymentInput = forwardRef(
34
34
  setIsTypingDownPayment(true);
35
35
  methods.setValue("downPayment", value);
36
36
  methods.trigger("downPayment");
37
- if (salesPrice && !isTypingDownPayment) {
37
+ if (salesPrice && salesPrice > 0) {
38
38
  const newPercentage = Math.round(value / salesPrice * 100);
39
39
  setDownPaymentPercentage(newPercentage);
40
40
  }
@@ -10,6 +10,7 @@ import "./Input.css.js";
10
10
  import "./InputPhone.js";
11
11
  import "./InputTextArea.js";
12
12
  import "./DownPaymentInput.js";
13
+ import "./RadioButton.js";
13
14
  const InputAmount = forwardRef(
14
15
  (props, ref) => {
15
16
  return /* @__PURE__ */ jsx(
@@ -10,6 +10,7 @@ import "./Input.css.js";
10
10
  import "./InputAmount.js";
11
11
  import "./InputTextArea.js";
12
12
  import "./DownPaymentInput.js";
13
+ import "./RadioButton.js";
13
14
  const InputPhone = forwardRef(
14
15
  (props, ref) => {
15
16
  return /* @__PURE__ */ jsx(
@@ -9,3 +9,4 @@ export * from './InputPhone';
9
9
  export * from './InputProps';
10
10
  export * from './InputTextArea';
11
11
  export * from './DownPaymentInput';
12
+ export * from './RadioButton';
@@ -8,6 +8,7 @@ import { InputAmount } from "./InputAmount.js";
8
8
  import { InputPhone } from "./InputPhone.js";
9
9
  import { InputTextArea } from "./InputTextArea.js";
10
10
  import { DownPaymentInput } from "./DownPaymentInput.js";
11
+ import { RadioButton, RadioButtonSet } from "./RadioButton.js";
11
12
  export {
12
13
  Checkbox,
13
14
  CurrencyInput,
@@ -17,6 +18,8 @@ export {
17
18
  InputAmount,
18
19
  InputPhone,
19
20
  InputTextArea,
21
+ RadioButton,
22
+ RadioButtonSet,
20
23
  container,
21
24
  dp_input,
22
25
  helperText,
@@ -38,6 +38,7 @@ import "../../Input/InputAmount.js";
38
38
  import "../../Input/InputPhone.js";
39
39
  import "../../Input/InputTextArea.js";
40
40
  import "../../Input/DownPaymentInput.js";
41
+ import "../../Input/RadioButton.js";
41
42
  import "react-hook-form";
42
43
  import "../../Forms/Forms.css.js";
43
44
  import "../../Forms/SalesforceFieldsForm.js";
@@ -45,7 +46,6 @@ import "../../Input/RadioButton.css.js";
45
46
  import "../../Input/Checkbox.css.js";
46
47
  import "../../LoadingIndicator/LoadingIndicator.css.js";
47
48
  import "react-use";
48
- import "../../Input/RadioButton.js";
49
49
  import "../../Inputs/Input.css.js";
50
50
  /* empty css */
51
51
  import "../../Hyperlink/Hyperlink.css.js";
@@ -41,13 +41,13 @@ import "../../Input/InputAmount.js";
41
41
  import "../../Input/InputPhone.js";
42
42
  import "../../Input/InputTextArea.js";
43
43
  import "../../Input/DownPaymentInput.js";
44
+ import "../../Input/RadioButton.js";
44
45
  import "react-hook-form";
45
46
  import "../../Forms/Forms.css.js";
46
47
  import "../../Forms/SalesforceFieldsForm.js";
47
48
  import "../../Input/RadioButton.css.js";
48
49
  import "../../Input/Checkbox.css.js";
49
50
  import "../../LoadingIndicator/LoadingIndicator.css.js";
50
- import "../../Input/RadioButton.js";
51
51
  import "../../Inputs/Input.css.js";
52
52
  /* empty css */
53
53
  import "../../Hyperlink/Hyperlink.css.js";
@@ -39,13 +39,13 @@ import "../../Input/InputAmount.js";
39
39
  import "../../Input/InputPhone.js";
40
40
  import "../../Input/InputTextArea.js";
41
41
  import "../../Input/DownPaymentInput.js";
42
+ import "../../Input/RadioButton.js";
42
43
  import "react-hook-form";
43
44
  import "../../Forms/Forms.css.js";
44
45
  import "../../Forms/SalesforceFieldsForm.js";
45
46
  import "../../Input/RadioButton.css.js";
46
47
  import "../../Input/Checkbox.css.js";
47
48
  import "../../LoadingIndicator/LoadingIndicator.css.js";
48
- import "../../Input/RadioButton.js";
49
49
  import "../../Inputs/Input.css.js";
50
50
  /* empty css */
51
51
  import "../../Hyperlink/Hyperlink.css.js";
@@ -1,13 +1,13 @@
1
- const overlay = "_overlay_1u8jc_24";
2
- const modal = "_modal_1u8jc_40";
3
- const vanish = "_vanish_1u8jc_1";
4
- const appear = "_appear_1u8jc_1";
5
- const close_button = "_close_button_1u8jc_55";
6
- const modal_content = "_modal_content_1u8jc_70";
7
- const img_area = "_img_area_1u8jc_74";
8
- const body_copy = "_body_copy_1u8jc_84";
9
- const btns = "_btns_1u8jc_98";
10
- const white_modal = "_white_modal_1u8jc_139";
1
+ const overlay = "_overlay_e4cra_24";
2
+ const modal = "_modal_e4cra_40";
3
+ const vanish = "_vanish_e4cra_1";
4
+ const appear = "_appear_e4cra_1";
5
+ const close_button = "_close_button_e4cra_55";
6
+ const modal_content = "_modal_content_e4cra_70";
7
+ const img_area = "_img_area_e4cra_74";
8
+ const body_copy = "_body_copy_e4cra_84";
9
+ const btns = "_btns_e4cra_98";
10
+ const white_modal = "_white_modal_e4cra_139";
11
11
  const css = {
12
12
  overlay,
13
13
  modal,
@@ -35,13 +35,13 @@ import "../Input/InputAmount.js";
35
35
  import "../Input/InputPhone.js";
36
36
  import "../Input/InputTextArea.js";
37
37
  import "../Input/DownPaymentInput.js";
38
+ import "../Input/RadioButton.js";
38
39
  import "react-hook-form";
39
40
  import "../Forms/Forms.css.js";
40
41
  import "../Forms/SalesforceFieldsForm.js";
41
42
  import "../Input/RadioButton.css.js";
42
43
  import "../Input/Checkbox.css.js";
43
44
  import "../LoadingIndicator/LoadingIndicator.css.js";
44
- import "../Input/RadioButton.js";
45
45
  import "../Interstitial/Interstitial-variants.css.js";
46
46
  import "../Inputs/Input.css.js";
47
47
  /* empty css */
@@ -39,13 +39,13 @@ import "../../Input/InputAmount.js";
39
39
  import "../../Input/InputPhone.js";
40
40
  import "../../Input/InputTextArea.js";
41
41
  import "../../Input/DownPaymentInput.js";
42
+ import "../../Input/RadioButton.js";
42
43
  import "react-hook-form";
43
44
  import "../../Forms/Forms.css.js";
44
45
  import "../../Forms/SalesforceFieldsForm.js";
45
46
  import "../../Input/RadioButton.css.js";
46
47
  import "../../Input/Checkbox.css.js";
47
48
  import "../../LoadingIndicator/LoadingIndicator.css.js";
48
- import "../../Input/RadioButton.js";
49
49
  import "../../Inputs/Input.css.js";
50
50
  /* empty css */
51
51
  import "../../Hyperlink/Hyperlink.css.js";
@@ -40,13 +40,13 @@ import "../../Input/InputAmount.js";
40
40
  import "../../Input/InputPhone.js";
41
41
  import "../../Input/InputTextArea.js";
42
42
  import "../../Input/DownPaymentInput.js";
43
+ import "../../Input/RadioButton.js";
43
44
  import "react-hook-form";
44
45
  import "../../Forms/Forms.css.js";
45
46
  import "../../Forms/SalesforceFieldsForm.js";
46
47
  import "../../Input/RadioButton.css.js";
47
48
  import "../../Input/Checkbox.css.js";
48
49
  import "../../LoadingIndicator/LoadingIndicator.css.js";
49
- import "../../Input/RadioButton.js";
50
50
  import "../../Inputs/Input.css.js";
51
51
  /* empty css */
52
52
  import "../../Hyperlink/Hyperlink.css.js";
@@ -36,13 +36,13 @@ import "../../Input/InputAmount.js";
36
36
  import "../../Input/InputPhone.js";
37
37
  import "../../Input/InputTextArea.js";
38
38
  import "../../Input/DownPaymentInput.js";
39
+ import "../../Input/RadioButton.js";
39
40
  import "react-hook-form";
40
41
  import "../../Forms/Forms.css.js";
41
42
  import "../../Forms/SalesforceFieldsForm.js";
42
43
  import "../../Input/RadioButton.css.js";
43
44
  import "../../Input/Checkbox.css.js";
44
45
  import "../../LoadingIndicator/LoadingIndicator.css.js";
45
- import "../../Input/RadioButton.js";
46
46
  import "../../Interstitial/Interstitial-variants.css.js";
47
47
  import "../../Inputs/Input.css.js";
48
48
  /* empty css */
@@ -38,6 +38,7 @@ import "../Input/InputAmount.js";
38
38
  import "../Input/InputPhone.js";
39
39
  import "../Input/InputTextArea.js";
40
40
  import "../Input/DownPaymentInput.js";
41
+ import "../Input/RadioButton.js";
41
42
  import "react-hook-form";
42
43
  import "../Forms/Forms.css.js";
43
44
  import "../Forms/SalesforceFieldsForm.js";
@@ -45,7 +46,6 @@ import "../Input/RadioButton.css.js";
45
46
  import "../Input/Checkbox.css.js";
46
47
  import "../LoadingIndicator/LoadingIndicator.css.js";
47
48
  import "react-use";
48
- import "../Input/RadioButton.js";
49
49
  import "../Chevron/Chevron.css.js";
50
50
  import "../Interstitial/Interstitial-variants.css.js";
51
51
  import "../Inputs/Input.css.js";
@@ -40,13 +40,13 @@ import "../Input/InputAmount.js";
40
40
  import "../Input/InputPhone.js";
41
41
  import "../Input/InputTextArea.js";
42
42
  import "../Input/DownPaymentInput.js";
43
+ import "../Input/RadioButton.js";
43
44
  import "react-hook-form";
44
45
  import "../Forms/Forms.css.js";
45
46
  import "../Forms/SalesforceFieldsForm.js";
46
47
  import "../Input/RadioButton.css.js";
47
48
  import "../Input/Checkbox.css.js";
48
49
  import "../LoadingIndicator/LoadingIndicator.css.js";
49
- import "../Input/RadioButton.js";
50
50
  import "../Inputs/Input.css.js";
51
51
  /* empty css */
52
52
  import "../Hyperlink/Hyperlink.css.js";
@@ -1,4 +1,4 @@
1
- @keyframes _appear_1u8jc_1 {
1
+ @keyframes _appear_e4cra_1 {
2
2
  0% {
3
3
  opacity: 0;
4
4
  transform: scale(0.9);
@@ -8,7 +8,7 @@
8
8
  transform: scale(1);
9
9
  }
10
10
  }
11
- @keyframes _vanish_1u8jc_1 {
11
+ @keyframes _vanish_e4cra_1 {
12
12
  0% {
13
13
  display: block;
14
14
  opacity: 1;
@@ -21,7 +21,7 @@
21
21
  }
22
22
  }
23
23
 
24
- ._overlay_1u8jc_24 {
24
+ ._overlay_e4cra_24 {
25
25
  position: fixed;
26
26
  top: 0;
27
27
  left: 0;
@@ -33,12 +33,12 @@
33
33
  justify-content: center;
34
34
  }
35
35
 
36
- ._overlay_1u8jc_24.active {
36
+ ._overlay_e4cra_24.active {
37
37
  display: flex;
38
38
  }
39
39
 
40
- ._modal_1u8jc_40 {
41
- animation: _vanish_1u8jc_1 0.45s ease;
40
+ ._modal_e4cra_40 {
41
+ animation: _vanish_e4cra_1 0.45s ease;
42
42
  background: #fff;
43
43
  border-radius: 16px;
44
44
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
@@ -48,11 +48,11 @@
48
48
  overflow: hidden;
49
49
  }
50
50
 
51
- ._modal_1u8jc_40.active {
52
- animation: _appear_1u8jc_1 0.45s ease;
51
+ ._modal_e4cra_40.active {
52
+ animation: _appear_e4cra_1 0.45s ease;
53
53
  }
54
54
 
55
- ._close_button_1u8jc_55 {
55
+ ._close_button_e4cra_55 {
56
56
  position: absolute;
57
57
  background-color: rgba(255, 255, 255, 0.3);
58
58
  border-radius: 8px;
@@ -67,35 +67,35 @@
67
67
  width: 32px;
68
68
  }
69
69
 
70
- ._modal_content_1u8jc_70 {
70
+ ._modal_content_e4cra_70 {
71
71
  padding: 16px 24px 24px;
72
72
  }
73
73
 
74
- ._img_area_1u8jc_74 {
74
+ ._img_area_e4cra_74 {
75
75
  background-position: center center;
76
76
  background-size: cover;
77
77
  height: 418px;
78
78
  }
79
79
 
80
- body:has(._overlay_1u8jc_24.active) {
80
+ body:has(._overlay_e4cra_24.active) {
81
81
  overflow-y: hidden;
82
82
  }
83
83
 
84
- ._body_copy_1u8jc_84 {
84
+ ._body_copy_e4cra_84 {
85
85
  margin-top: 8px;
86
86
  }
87
87
 
88
- ._body_copy_1u8jc_84 > * {
88
+ ._body_copy_e4cra_84 > * {
89
89
  color: #333d46;
90
90
  }
91
91
 
92
- ._body_copy_1u8jc_84 > p {
92
+ ._body_copy_e4cra_84 > p {
93
93
  text-align: center;
94
94
  font-size: 16px;
95
95
  line-height: 1.5;
96
96
  }
97
97
 
98
- ._btns_1u8jc_98 {
98
+ ._btns_e4cra_98 {
99
99
  display: flex;
100
100
  align-items: center;
101
101
  gap: 2rem;
@@ -105,37 +105,38 @@ body:has(._overlay_1u8jc_24.active) {
105
105
  justify-content: center;
106
106
  }
107
107
 
108
- ._btns_1u8jc_98:empty {
108
+ ._btns_e4cra_98:empty {
109
109
  display: none;
110
110
  }
111
111
 
112
- ._modal_content_1u8jc_70:nth-child(2) h2 {
112
+ ._modal_content_e4cra_70:nth-child(2) h2 {
113
113
  margin-top: 31px;
114
114
  }
115
115
 
116
116
  @media (max-width: 1023px) {
117
- ._btns_1u8jc_98 {
117
+ ._btns_e4cra_98 {
118
118
  flex-direction: column-reverse;
119
119
  }
120
120
  }
121
121
 
122
122
  @media (max-width: 832px) {
123
- ._img_area_1u8jc_74 {
123
+ ._img_area_e4cra_74 {
124
124
  height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
125
125
  }
126
126
  }
127
127
 
128
128
  @media (max-width: 500px) {
129
- ._modal_1u8jc_40 {
129
+ ._modal_e4cra_40 {
130
130
  width: calc(100% - 1rem);
131
131
  }
132
- ._overlay_1u8jc_24.active {
132
+ ._overlay_e4cra_24.active {
133
133
  align-items: flex-start;
134
134
  overflow-y: scroll;
135
135
  padding-top: 40px;
136
136
  }
137
137
  }
138
138
 
139
- ._white_modal_1u8jc_139 {
139
+ ._white_modal_e4cra_139 {
140
140
  color: #1e3860;
141
+ padding-bottom: 40px;
141
142
  }
package/dist/main.js CHANGED
@@ -121,6 +121,7 @@ import { InputAmount } from "./Input/InputAmount.js";
121
121
  import { InputPhone } from "./Input/InputPhone.js";
122
122
  import { InputTextArea } from "./Input/InputTextArea.js";
123
123
  import { DownPaymentInput } from "./Input/DownPaymentInput.js";
124
+ import { RadioButton, RadioButtonSet } from "./Input/RadioButton.js";
124
125
  import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
125
126
  import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
126
127
  import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
@@ -289,6 +290,8 @@ export {
289
290
  default16 as QuoteIconGrey,
290
291
  default17 as QuoteIconWhite,
291
292
  default18 as QuoteIconYellow,
293
+ RadioButton,
294
+ RadioButtonSet,
292
295
  RateWatchForm,
293
296
  SalesforceFieldsForm,
294
297
  SalesforceSchema,
@@ -3,6 +3,7 @@ const moreDomains = {
3
3
  "{AXOSBANK}": process.env.AXOS_BANK_URL || "https://www.axosbank.com",
4
4
  "{AXOSCLEARING}": process.env.CLEARING_URL || "https://axosclearing.com",
5
5
  "{AAS}": process.env.AAS_URL || "https://www.axosadvisorservices.com",
6
+ "{AXA}": process.env.AAS_URL || "https://www.axosadvisor.com",
6
7
  "{AFS}": process.env.AFS_URL || "https://www.axosfiduciaryservices.com",
7
8
  "{NATIONWIDE}": process.env.NATIOWIDE_URL || "https://www.nationwide.axosbank.com",
8
9
  "{ENROLLMENT}": process.env.ENROLLMENT_URL || "https://enrollment.axosbank.com",
@@ -32,7 +33,8 @@ const moreDomains = {
32
33
  "{AXBC}": process.env.AXOS_BUSINESS_CENTER ?? "https://www.axosbusinesscenter.com",
33
34
  "{AXMWDJ}": process.env.AXOS_MY_WORK_DAY_JOBS ?? "https://axos.wd5.myworkdayjobs.com/Axos",
34
35
  "{AXMHA}": process.env.AXOS_MY_HOME_ADVANTAGE ?? "https://axos.myhomeadvantage.com",
35
- "{AXTPL}": process.env.AXOS_THIRD_PARTY_LENDING ?? "https://thirdpartylending.axosbank.com"
36
+ "{AXTPL}": process.env.AXOS_THIRD_PARTY_LENDING ?? "https://thirdpartylending.axosbank.com",
37
+ "{AXBHUBSVIDYARD}": process.env.AAS_URL || "https://www.axosbank.hubs.vidyard.com"
36
38
  };
37
39
  const isAllowedUrl = (url) => {
38
40
  const uri = new URL(url, location.href);