@axos-web-dev/shared-components 2.0.0-dev.enableCTA2 → 2.0.0-dev.insights.11

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 (90) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Auth/ErrorAlert.js +1 -1
  3. package/dist/Button/Button.js +1 -1
  4. package/dist/Calculators/ApyCalculator/index.js +5 -78
  5. package/dist/Calculators/Calculator.js +1 -1
  6. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  7. package/dist/Carousel/index.js +1 -1
  8. package/dist/Chatbot/Bubble.css.js +0 -1
  9. package/dist/Chatbot/ChatWindow.d.ts +0 -1
  10. package/dist/Chatbot/ChatWindow.js +10 -5
  11. package/dist/Chatbot/Chatbot.css.js +1 -0
  12. package/dist/Chatbot/Chatbot.js +42 -75
  13. package/dist/Chatbot/ChatbotMessage.d.ts +0 -1
  14. package/dist/Chatbot/ChatbotMessage.js +1 -2
  15. package/dist/Chatbot/store/messages.d.ts +1 -6
  16. package/dist/Chatbot/store/messages.js +3 -62
  17. package/dist/Chevron/index.js +1 -1
  18. package/dist/Comparison/Comparison.js +1 -1
  19. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  20. package/dist/FaqAccordion/index.js +1 -1
  21. package/dist/FdicCallout/index.js +1 -1
  22. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  23. package/dist/Forms/ApplyNow.js +1 -1
  24. package/dist/Forms/ContactUsBusiness.js +1 -1
  25. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  26. package/dist/Forms/ContactUsNMLSId.js +1 -1
  27. package/dist/Forms/CpraRequest.js +1 -1
  28. package/dist/Forms/CraPublicFile.js +1 -1
  29. package/dist/Forms/EmailOnly.js +2 -12
  30. package/dist/Forms/FormEnums.d.ts +0 -16
  31. package/dist/Forms/FormEnums.js +0 -27
  32. package/dist/Forms/MortgageRate/MortgageRateForm.js +9 -27
  33. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +11 -33
  34. package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +1 -1
  35. package/dist/Forms/MortgageRate/MortgageRateWatch.js +18 -91
  36. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  37. package/dist/Forms/SuccesForm.js +1 -1
  38. package/dist/Forms/index.d.ts +0 -1
  39. package/dist/Forms/index.js +0 -2
  40. package/dist/Hyperlink/index.js +1 -1
  41. package/dist/ImageLink/ImageLink.js +1 -1
  42. package/dist/ImageLink/ImageLinkSet.js +1 -1
  43. package/dist/ImageLink/index.js +1 -1
  44. package/dist/ImageToast/index.js +1 -1
  45. package/dist/Input/DownPaymentInput.js +0 -1
  46. package/dist/Insight/Featured/CategorySelector.css.d.ts +5 -3
  47. package/dist/Insight/Featured/CategorySelector.css.js +12 -8
  48. package/dist/Insight/Featured/CategorySelector.d.ts +1 -0
  49. package/dist/Insight/Featured/CategorySelector.js +75 -35
  50. package/dist/Insight/Featured/Featured.css.d.ts +13 -4
  51. package/dist/Insight/Featured/Featured.css.js +37 -18
  52. package/dist/Insight/Featured/Featured.d.ts +1 -0
  53. package/dist/Insight/Featured/Featured.js +130 -94
  54. package/dist/Insight/Featured/Header.css.d.ts +1 -0
  55. package/dist/Insight/Featured/Header.css.js +9 -6
  56. package/dist/Insight/Featured/Header.js +11 -18
  57. package/dist/Insight/Featured/index.js +13 -4
  58. package/dist/Insight/index.js +13 -4
  59. package/dist/LandingPageHeader/WithLogin.js +1 -1
  60. package/dist/Modal/Modal.js +1 -1
  61. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  62. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
  63. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
  64. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
  65. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  66. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  67. package/dist/NavigationMenu/NavItem/index.js +1 -1
  68. package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +1 -1
  69. package/dist/NavigationMenu/ServerNavigation/Menu.js +1 -1
  70. package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +14 -12
  71. package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +1 -1
  72. package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +1 -1
  73. package/dist/NavigationMenu/ServerNavigation/index.js +1 -1
  74. package/dist/SetContainer/SetContainer.js +1 -1
  75. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  76. package/dist/VideoTile/VideoTile.js +1 -1
  77. package/dist/VideoWrapper/index.js +1 -1
  78. package/dist/assets/CallToActionBar/CallToActionBar.css +2 -1
  79. package/dist/assets/Forms/Forms.css +2 -1
  80. package/dist/assets/Input/Input.css +1 -0
  81. package/dist/assets/Insight/Featured/CategorySelector.css +60 -38
  82. package/dist/assets/Insight/Featured/Featured.css +126 -65
  83. package/dist/assets/Insight/Featured/Header.css +22 -13
  84. package/dist/assets/TextBlock/TextBlock.css +1 -0
  85. package/dist/icons/Clock/index.js +1 -0
  86. package/dist/main.js +12 -5
  87. package/dist/utils/allowedAxosDomains.js +3 -2
  88. package/package.json +4 -5
  89. package/dist/Forms/NonQMLoans.d.ts +0 -16
  90. package/dist/Forms/NonQMLoans.js +0 -471
@@ -1,113 +1,174 @@
1
1
  ._1sr2o6v0 {
2
- min-height: 725px;
3
- width: 100%;
4
- padding: 48px 0;
2
+ transition: opacity 0.3s ease;
3
+ will-change: opacity;
4
+ }
5
+ ._1sr2o6v0:hover {
6
+ opacity: 0.75;
5
7
  }
6
8
  ._1sr2o6v1 {
7
- color: #ffffff;
8
- padding-bottom: 24px;
9
+ background: var(--_1073cm88);
10
+ padding-block-end: clamp(48px, calc(3rem + ((1vw - 6.03px) * 19.3939)), 80px);
11
+ padding-block-start: 0;
9
12
  }
10
13
  ._1sr2o6v2 {
11
- font-size: 14px;
14
+ color: var(--_1073cm8c);
15
+ font-size: 18px;
16
+ line-height: 1.15;
17
+ padding-bottom: 16px;
12
18
  }
13
19
  ._1sr2o6v3 {
14
- display: grid;
15
- grid-template-columns: 3fr 2fr;
16
- gap: 25px;
20
+ font-size: 14px;
17
21
  }
18
22
  ._1sr2o6v4 {
19
- display: flex;
20
- flex-direction: column;
21
- justify-content: space-between;
22
- max-height: 525px;
23
+ display: grid;
24
+ grid-template-columns: 1fr 1fr;
25
+ gap: 32px;
23
26
  }
24
27
  ._1sr2o6v5 {
25
- flex: 1 1 100%;
28
+ border-radius: 16px;
26
29
  cursor: pointer;
30
+ overflow: hidden;
27
31
  text-decoration: none;
28
32
  }
29
33
  ._1sr2o6v6 {
30
- margin-bottom: 8px;
31
- max-height: min(76px, 108px);
32
- display: -webkit-box;
33
- -webkit-box-orient: vertical;
34
- line-clamp: 2;
35
- -webkit-line-clamp: 2;
36
- overflow: hidden;
37
- text-overflow: ellipsis;
34
+ aspect-ratio: 1.69;
38
35
  width: 100%;
39
36
  }
40
37
  ._1sr2o6v7 {
41
- margin: clamp(24px, 28px, 38px) 0;
42
- color: #D4D4D4;
43
- display: block;
38
+ display: grid;
39
+ gap: 16px;
40
+ padding-block-start: 16px;
44
41
  }
45
42
  ._1sr2o6v8 {
46
- display: inline-block;
47
- vertical-align: middle;
43
+ font-size: clamp(24px, calc(1.5rem + ((1vw - 7.69px) * 1.5656)), 32px);
44
+ line-height: 1.15;
45
+ overflow: hidden;
46
+ text-overflow: ellipsis;
47
+ display: -webkit-box;
48
+ -webkit-box-orient: vertical;
49
+ -webkit-line-clamp: 2;
50
+ line-clamp: 2;
51
+ color: var(--_1073cm8c);
52
+ transition: color 0.3s ease;
53
+ }
54
+ ._1sr2o6v0:hover ._1sr2o6v8 {
55
+ color: var(--_1073cm82);
48
56
  }
49
57
  ._1sr2o6v9 {
50
- display: grid;
51
- background: #ffffff;
52
- border-radius: 16px;
53
- height: 100%;
54
- cursor: pointer;
55
- border: 1px solid #D4D4D4;
56
- text-decoration: none;
58
+ color: var(--_1073cm8c);
59
+ font-size: 16px;
60
+ line-height: 1.5;
61
+ margin-bottom: 0;
62
+ display: -webkit-box;
63
+ -webkit-box-orient: vertical;
64
+ line-clamp: 3;
65
+ -webkit-line-clamp: 3;
57
66
  overflow: hidden;
58
- max-height: 525px;
67
+ text-overflow: ellipsis;
59
68
  }
60
69
  ._1sr2o6va {
61
- grid-template-rows: 340px 1fr;
62
- }
63
- ._1sr2o6vb {
64
- height: 100%;
65
- object-fit: cover;
66
- width: 100%;
70
+ color: var(--_1073cm8f);
71
+ font-size: 14px;
72
+ line-height: 1.5;
67
73
  }
68
74
  ._1sr2o6vc {
69
- padding: 24px;
70
- color: #333D46;
71
- font-family: var(--main-font-family);
72
- min-height: 170px;
75
+ display: flex;
76
+ flex-direction: column;
77
+ justify-content: space-between;
78
+ gap: 24px;
73
79
  }
74
80
  ._1sr2o6vd {
75
- font-size: clamp(1.75rem, 1.269rem + 1.923vw, 2.5rem) !important;
76
- line-height: clamp(2.25rem, 1.625rem + 1.667vw, 3.125rem) !important;
81
+ border-radius: 12px;
82
+ flex-basis: 269px;
83
+ max-width: 269px;
77
84
  overflow: hidden;
78
- text-overflow: ellipsis;
79
- margin-bottom: 8px;
80
- max-height: max(76px, 100px);
85
+ }
86
+ ._1sr2o6vf {
87
+ flex: 1 1 0%;
88
+ text-decoration: none;
89
+ }
90
+ ._1sr2o6vg {
81
91
  display: -webkit-box;
82
92
  -webkit-box-orient: vertical;
83
93
  line-clamp: 2;
84
94
  -webkit-line-clamp: 2;
95
+ overflow: hidden;
96
+ text-overflow: ellipsis;
85
97
  width: 100%;
98
+ font-size: 20px !important;
99
+ transition: color 0.3s ease;
100
+ }
101
+ ._1sr2o6v0:hover ._1sr2o6vg {
102
+ color: var(--_1073cm82);
103
+ }
104
+ ._1sr2o6vh {
105
+ display: inline-block;
106
+ vertical-align: middle;
107
+ }
108
+ ._1sr2o6vi {
109
+ height: 100%;
110
+ object-fit: cover;
111
+ }
112
+ ._1sr2o6vj {
113
+ padding: 24px;
114
+ color: #333D46;
115
+ font-family: var(--main-font-family);
116
+ min-height: 170px;
117
+ }
118
+ ._1sr2o6vk {
119
+ flex: 1 1 0%;
120
+ gap: 24px;
121
+ display: flex;
122
+ flex-direction: column;
86
123
  }
87
- @media screen and (max-width:1024px) {
124
+ ._1sr2o6vl {
125
+ gap: 16px;
126
+ display: flex;
127
+ }
128
+ @media screen and (min-width:769px) {
129
+ ._1sr2o6v4 {
130
+ grid-template-columns: clamp(285px, calc(17.8125rem + ((1vw - 7.69px) * 58.5127)), 584px) 1fr;
131
+ }
132
+ ._1sr2o6v9 {
133
+ font-size: clamp(14px, calc(0.875rem + ((1vw - 7.69px) * 0.3914)), 16px);
134
+ }
88
135
  ._1sr2o6vd {
89
- font-size: 32px !important;
90
- line-height: 46px !important;
136
+ flex-basis: clamp(103px, calc(6.4375rem + ((1vw - 7.69px) * 32.4853)), 269px);
137
+ }
138
+ ._1sr2o6ve {
139
+ height: clamp(10px, calc(0.625rem + ((1vw - 7.69px) * 1.9569)), 20px);
140
+ }
141
+ ._1sr2o6vg {
142
+ font-size: clamp(16px, calc(1rem + ((1vw - 7.69px) * 0.7828)), 20px) !important;
91
143
  }
92
144
  }
93
145
  @media screen and (max-width:768px) {
94
- ._1sr2o6v3 {
146
+ ._1sr2o6v2 {
147
+ font-size: 16px;
148
+ padding-bottom: 24px;
149
+ }
150
+ ._1sr2o6v4 {
95
151
  grid-template-columns: 1fr;
96
152
  }
97
- ._1sr2o6v7 {
98
- margin: 24px 0;
153
+ ._1sr2o6vm {
154
+ padding-block-start: 24px;
155
+ border-block-start: 1px solid #98A3B6;
99
156
  }
100
- ._1sr2o6va {
101
- grid-template-rows: 314px 1fr;
157
+ }
158
+ @media screen and (min-width:769px) and (max-width:980px) {
159
+ ._1sr2o6vb {
160
+ font-size: 12px;
102
161
  }
162
+ }
163
+ @media screen and (max-width:650px) {
103
164
  ._1sr2o6vd {
104
- font-size: 28px !important;
105
- line-height: 36px !important;
106
- max-height: 80px;
165
+ flex-basis: 100%;
166
+ max-width: none;
107
167
  }
108
- }
109
- @media screen and (min-width:769px) {
110
- ._1sr2o6v3 {
111
- min-height: min(525px, 680px);
168
+ ._1sr2o6vk {
169
+ gap: 8px;
170
+ }
171
+ ._1sr2o6vl {
172
+ flex-direction: column;
112
173
  }
113
174
  }
@@ -1,40 +1,49 @@
1
1
  ._19yqlq40 {
2
- padding: 24px 0;
2
+ background: var(--_1073cm88);
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  gap: 24px;
6
+ padding-block-start: 48px;
7
+ padding-block-end: clamp(24px, calc(1.5rem + ((1vw - 6.03px) * 14.5455)), 48px);
6
8
  }
7
9
  ._19yqlq41 {
10
+ margin-inline: auto;
11
+ width: min(1200px,100% - 4rem);
12
+ box-sizing: border-box;
13
+ }
14
+ ._19yqlq42 {
8
15
  display: flex;
9
16
  gap: 6px;
10
17
  text-transform: capitalize;
11
18
  letter-spacing: 0.2px;
12
19
  font-size: 14px;
13
20
  }
14
- ._19yqlq42 {
21
+ ._19yqlq43 {
15
22
  text-decoration: underline;
16
23
  cursor: pointer;
17
24
  text-underline-offset: 2px;
18
25
  }
19
- ._19yqlq42:hover {
26
+ ._19yqlq43:hover {
20
27
  opacity: 0.75;
21
28
  }
22
- ._19yqlq43 {
29
+ ._19yqlq44 {
23
30
  text-transform: capitalize;
24
31
  }
25
- h1._19yqlq43 {
26
- font-size: 48px;
27
- line-height: 1.3;
32
+ h1._19yqlq44 {
33
+ font-size: clamp(40px, calc(2.5rem + ((1vw - 6.03px) * 4.8485)), 48px);
34
+ line-height: 1.15;
35
+ min-height: 0vh;
28
36
  }
29
- ._19yqlq44 {
37
+ ._19yqlq45 {
30
38
  max-width: 800px;
31
39
  }
32
- @media screen and (max-width:768px) {
33
- h1._19yqlq43 {
34
- font-size: 28px;
35
- line-height: 36px;
40
+ @media screen and (max-width:603px) {
41
+ ._19yqlq41 {
42
+ width: calc(100% - 2rem);
36
43
  }
37
- ._19yqlq44 {
44
+ }
45
+ @media screen and (max-width:768px) {
46
+ ._19yqlq45 {
38
47
  max-width: unset;
39
48
  width: min(1200px, calc(100% - 4rem));
40
49
  }
@@ -1,5 +1,6 @@
1
1
  ._16g7rvn0 {
2
2
  margin-inline: auto;
3
+ padding-top: 2.5rem;
3
4
  }
4
5
  .page_body_contents > div:not(:first-child) ._16g7rvn0 {
5
6
  padding-top: 0px;
@@ -7,6 +7,7 @@ const ClockIcon = (props) => /* @__PURE__ */ jsx(
7
7
  height: "21",
8
8
  viewBox: "0 0 20 21",
9
9
  fill: "none",
10
+ "aria-hidden": "true",
10
11
  ...props,
11
12
  children: /* @__PURE__ */ jsx(
12
13
  "path",
package/dist/main.js CHANGED
@@ -108,7 +108,6 @@ import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
108
108
  import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
109
109
  import { WCPLSurvey } from "./Forms/WcplSurvey.js";
110
110
  import { BoatMooringLocation } from "./Forms/BoatMooringLocation.js";
111
- import { NonQMLoans } from "./Forms/NonQMLoans.js";
112
111
  import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
113
112
  import { HeroBanner } from "./HeroBanner/HeroBanner.js";
114
113
  import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image, xl } from "./HeroBanner/HeroBanner.css.js";
@@ -166,7 +165,7 @@ import { DownPaymentInput } from "./Input/DownPaymentInput.js";
166
165
  import { RadioButton, RadioButtonSet } from "./Input/RadioButton.js";
167
166
  import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
168
167
  import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
169
- import { featured_center_vertical, featured_grid, featured_hero, 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";
168
+ import { divider_tab, featured_center_vertical, featured_grid, featured_main_wrapper, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_text, featured_maingrid_title, featured_section, featured_subcontent, featured_subgrid, featured_subgrid_item, featured_subgrid_title, featured_subimage, featured_subouter, featured_subwrap, featured_supertag, featured_title, info_details, onhover, ratio, tab_details } from "./Insight/Featured/Featured.css.js";
170
169
  import { BreadcumbHeader } from "./Insight/Featured/Header.js";
171
170
  import { article_aside, article_blockquote, article_main_content, article_navigation_link, article_navigation_list, article_navigation_title, article_preview_img, article_preview_wrapper, article_share, article_share_buttons, article_share_icon, article_share_link, article_share_p, article_share_svg, article_spacer, elementSpacer_block, footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info__divider, insight_info_row, insight_intro_p, insight_list_item, insight_p } from "./Insight/Insight.css.js";
172
171
  import { Interstitial } from "./Interstitial/Interstitial.js";
@@ -368,7 +367,6 @@ export {
368
367
  default33 as NavBarAXB,
369
368
  default34 as NavBarAXC,
370
369
  default37 as NavBarLVF,
371
- NonQMLoans,
372
370
  PageNavItem,
373
371
  PageNavSet,
374
372
  Pagination,
@@ -561,6 +559,7 @@ export {
561
559
  details,
562
560
  disclosureForm,
563
561
  divider,
562
+ divider_tab,
564
563
  dp_input,
565
564
  dropdown,
566
565
  dynPH,
@@ -584,16 +583,20 @@ export {
584
583
  feature_title,
585
584
  featured_center_vertical,
586
585
  featured_grid,
587
- featured_hero,
586
+ featured_main_wrapper,
588
587
  featured_maingrid,
589
588
  featured_maingrid_img,
590
589
  featured_maingrid_item,
590
+ featured_maingrid_text,
591
591
  featured_maingrid_title,
592
592
  featured_section,
593
+ featured_subcontent,
593
594
  featured_subgrid,
594
- featured_subgrid_divider,
595
595
  featured_subgrid_item,
596
596
  featured_subgrid_title,
597
+ featured_subimage,
598
+ featured_subouter,
599
+ featured_subwrap,
597
600
  featured_supertag,
598
601
  featured_title,
599
602
  filterParams,
@@ -688,6 +691,7 @@ export {
688
691
  imgAlignment,
689
692
  img_area,
690
693
  img_contents,
694
+ info_details,
691
695
  inline_button,
692
696
  inline_button_wrapper,
693
697
  inline_container,
@@ -752,6 +756,7 @@ export {
752
756
  notificationStyle,
753
757
  ol,
754
758
  one_row,
759
+ onhover,
755
760
  order_3,
756
761
  overlay,
757
762
  padding,
@@ -774,6 +779,7 @@ export {
774
779
  rate_container,
775
780
  rate_pad,
776
781
  rate_table_title,
782
+ ratio,
777
783
  related_insight,
778
784
  remove_padding,
779
785
  resposiveLabel,
@@ -832,6 +838,7 @@ export {
832
838
  svg_fill,
833
839
  svg_icon,
834
840
  svg_logo,
841
+ tab_details,
835
842
  table,
836
843
  tableCell,
837
844
  tableHead,
@@ -14,6 +14,7 @@ const getMoreDomains = (domains) => ({
14
14
  "{UFBDIRECT}": domains.UFB_URL || "https://www.ufbdirect.com",
15
15
  "{ARMS}": domains.ARMS_URL || "https://arms.axosadvisor.com",
16
16
  "{APPS}": domains.APPS_URL || "https://apps.axosbank.com",
17
+ "{AFP}": domains.AFP_URL || "https://afp.axosbank.com",
17
18
  "{INVESTORS}": domains.INVESTORS_URL || "https://investors.axosfinancial.com",
18
19
  "{UNVENROLLMENT}": domains.UNVENROLLMENT_URL || "https://enroll.axosbank.com",
19
20
  "{AUTOAXB}": "https://auto.axosbank.com/partner/axos-purchase/AU",
@@ -21,6 +22,7 @@ const getMoreDomains = (domains) => ({
21
22
  "{DEVAXC}": domains.DEVELOPER_CLEARING || "https://developer.axosclearing.com",
22
23
  "{AFF}": domains.FUNDFINDER_URL || "https://axosfundfinder.com",
23
24
  "{APL}": domains.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
25
+ "{AXSEC}": domains.AXOS_SECURE_URL || "https://secure.axosbank.com",
24
26
  "{SECURE}": domains.AXOS_SECURE_URL || "https://secure.axosbank.com",
25
27
  "{DOWNLOADAXOS}": domains.AXOS_DOWNLOAD_URL || "https://downloads.axos.com",
26
28
  "{SBEAX}": domains.SBB_ENROLL || "https://small-business-enrollment.axosbank.com",
@@ -43,8 +45,7 @@ const getMoreDomains = (domains) => ({
43
45
  "{SHAREAXB}": domains.SHAREAXB_URL || "https://share.axosbank.com",
44
46
  "{MERIDIAN}": domains.MERIDIAN_URL || "https://www.axosbank.com/",
45
47
  "{ACE}": domains.ACE_URL || "https://ace.axos.com",
46
- "{SPARK}": domains.SPARK_URL || "https://spark.axosbank.com",
47
- "{SECUREMORTGAGE}": domains.AXOS_BANK_SECURE_URL || "https://secure.axosbank.com"
48
+ "{SPARK}": domains.SPARK_URL || "https://spark.axosbank.com"
48
49
  });
49
50
  const isAllowedUrl = (url, domains) => {
50
51
  const moreDomains = getMoreDomains(domains);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "2.0.0-dev.enableCTA2",
4
+ "version": "2.0.0-dev.insights.11",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",
@@ -75,6 +75,7 @@
75
75
  "slick-carousel": "^1.8.1",
76
76
  "typed-css-modules": "^0.9.1",
77
77
  "vite-plugin-svgr": "^4.3.0",
78
+ "zod": "^3.24.1",
78
79
  "zustand": "^4.5.5"
79
80
  },
80
81
  "peerDependencies": {
@@ -86,8 +87,7 @@
86
87
  "react-date-range": "^2.0.1",
87
88
  "react-dom": "^18.2.0 || ^19.0.0",
88
89
  "react-slick": "^0.30.2",
89
- "slick-carousel": "^1.8.1",
90
- "zod": "^3.24.1"
90
+ "slick-carousel": "^1.8.1"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@chromatic-com/storybook": "^1.9.0",
@@ -142,8 +142,7 @@
142
142
  "vite-plugin-dts": "^3.9.1",
143
143
  "vite-plugin-lib-inject-css": "^2.1.1",
144
144
  "vite-plugin-setting-css-module": "^1.1.4",
145
- "vite-tsconfig-paths": "^4.3.2",
146
- "zod": "^3.24.1"
145
+ "vite-tsconfig-paths": "^4.3.2"
147
146
  },
148
147
  "directories": {
149
148
  "lib": "lib"
@@ -1,16 +0,0 @@
1
- import { FormProps } from './FormProps';
2
-
3
- export type NonQMLoansInputs = {
4
- first_name: string;
5
- last_name: string;
6
- phone: string;
7
- email: string;
8
- Loan_Amount_c: number;
9
- Loan_c: string;
10
- Loan_Type_c: string;
11
- Property_Value_c: number;
12
- Property_Type_c: string;
13
- zip: string;
14
- Credit_Score_OB_c: string;
15
- };
16
- export declare const NonQMLoans: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, onValidate, id, }: FormProps) => import("react").JSX.Element;