@axos-web-dev/shared-components 2.0.0-dev.31.insights.3 → 2.0.0-dev.31.insights.5
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/ATMLocator/ATMLocator.js +1 -1
- package/dist/Auth/ErrorAlert.js +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/ChatWindow.css.js +1 -0
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplyNow.js +1 -1
- package/dist/Forms/ContactUsBusiness.js +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +1 -1
- package/dist/Forms/CpraRequest.js +1 -1
- package/dist/Forms/CraPublicFile.js +1 -1
- package/dist/Forms/EmailOnly.js +2 -12
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
- package/dist/Forms/MortgageWarehouseLending.js +1 -1
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/ImageLink.js +1 -1
- package/dist/ImageLink/ImageLinkSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/ImageToast/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.css.d.ts +4 -3
- package/dist/Insight/Featured/CategorySelector.css.js +9 -7
- package/dist/Insight/Featured/CategorySelector.js +53 -24
- package/dist/Insight/Featured/Featured.css.d.ts +1 -1
- package/dist/Insight/Featured/Featured.css.js +10 -10
- package/dist/Insight/Featured/Featured.js +4 -4
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Insight/Featured/index.js +2 -2
- package/dist/Insight/index.js +2 -2
- package/dist/LandingPageHeader/WithLogin.js +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +1 -1
- package/dist/NavigationMenu/NavItem/index.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/Menu.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/index.js +1 -1
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/SocialMediaBar/iconsRepository.js +1 -1
- package/dist/VideoTile/VideoTile.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/Forms/Forms.css +2 -1
- package/dist/assets/Input/Input.css +1 -0
- package/dist/assets/Insight/Featured/CategorySelector.css +53 -38
- package/dist/assets/Insight/Featured/Featured.css +39 -25
- package/dist/main.js +2 -2
- package/package.json +1 -1
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
._1sr2o6v0 {
|
|
2
|
+
transition: opacity 0.3s ease;
|
|
3
|
+
will-change: opacity;
|
|
4
|
+
}
|
|
5
|
+
._1sr2o6v0:hover {
|
|
6
|
+
opacity: 0.75;
|
|
7
|
+
}
|
|
1
8
|
._1sr2o6v1 {
|
|
2
9
|
background: var(--_1073cm88);
|
|
3
10
|
padding-block-end: clamp(48px, calc(3rem + ((1vw - 6.03px) * 19.3939)), 80px);
|
|
@@ -76,11 +83,11 @@
|
|
|
76
83
|
max-width: 269px;
|
|
77
84
|
overflow: hidden;
|
|
78
85
|
}
|
|
79
|
-
.
|
|
86
|
+
._1sr2o6vf {
|
|
80
87
|
flex: 1 1 0%;
|
|
81
88
|
text-decoration: none;
|
|
82
89
|
}
|
|
83
|
-
.
|
|
90
|
+
._1sr2o6vg {
|
|
84
91
|
display: -webkit-box;
|
|
85
92
|
-webkit-box-orient: vertical;
|
|
86
93
|
line-clamp: 2;
|
|
@@ -91,70 +98,77 @@
|
|
|
91
98
|
font-size: 20px !important;
|
|
92
99
|
transition: color 0.3s ease;
|
|
93
100
|
}
|
|
94
|
-
._1sr2o6v0:hover .
|
|
101
|
+
._1sr2o6v0:hover ._1sr2o6vg {
|
|
95
102
|
color: var(--_1073cm82);
|
|
96
103
|
}
|
|
97
|
-
.
|
|
104
|
+
._1sr2o6vh {
|
|
98
105
|
display: inline-block;
|
|
99
106
|
vertical-align: middle;
|
|
100
107
|
}
|
|
101
|
-
.
|
|
108
|
+
._1sr2o6vi {
|
|
102
109
|
height: 100%;
|
|
103
110
|
object-fit: cover;
|
|
104
111
|
}
|
|
105
|
-
.
|
|
112
|
+
._1sr2o6vj {
|
|
106
113
|
padding: 24px;
|
|
107
114
|
color: #333D46;
|
|
108
115
|
font-family: var(--main-font-family);
|
|
109
116
|
min-height: 170px;
|
|
110
117
|
}
|
|
111
|
-
.
|
|
118
|
+
._1sr2o6vk {
|
|
112
119
|
flex: 1 1 0%;
|
|
113
120
|
gap: 24px;
|
|
114
121
|
display: flex;
|
|
115
122
|
flex-direction: column;
|
|
116
123
|
}
|
|
117
|
-
.
|
|
124
|
+
._1sr2o6vl {
|
|
118
125
|
gap: 16px;
|
|
119
126
|
display: flex;
|
|
120
127
|
}
|
|
121
|
-
@media screen and (
|
|
122
|
-
._1sr2o6v2 {
|
|
123
|
-
font-size: 16px;
|
|
124
|
-
padding-bottom: 24px;
|
|
125
|
-
}
|
|
128
|
+
@media screen and (min-width:769px) {
|
|
126
129
|
._1sr2o6v4 {
|
|
127
|
-
grid-template-columns: 1fr;
|
|
130
|
+
grid-template-columns: clamp(285px, calc(17.8125rem + ((1vw - 7.69px) * 58.5127)), 584px) 1fr;
|
|
128
131
|
}
|
|
129
|
-
}
|
|
130
|
-
@media screen and (min-width:769px) {
|
|
131
132
|
._1sr2o6v9 {
|
|
132
133
|
font-size: clamp(14px, calc(0.875rem + ((1vw - 7.69px) * 0.3914)), 16px);
|
|
133
134
|
}
|
|
134
135
|
._1sr2o6vd {
|
|
135
136
|
flex-basis: clamp(103px, calc(6.4375rem + ((1vw - 7.69px) * 32.4853)), 269px);
|
|
136
137
|
}
|
|
137
|
-
.
|
|
138
|
+
._1sr2o6ve {
|
|
138
139
|
height: clamp(10px, calc(0.625rem + ((1vw - 7.69px) * 1.9569)), 20px);
|
|
139
140
|
}
|
|
140
|
-
.
|
|
141
|
+
._1sr2o6vg {
|
|
141
142
|
font-size: clamp(16px, calc(1rem + ((1vw - 7.69px) * 0.7828)), 20px) !important;
|
|
142
143
|
}
|
|
143
144
|
}
|
|
145
|
+
@media screen and (max-width:768px) {
|
|
146
|
+
._1sr2o6v2 {
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
padding-bottom: 24px;
|
|
149
|
+
}
|
|
150
|
+
._1sr2o6v4 {
|
|
151
|
+
grid-template-columns: 1fr;
|
|
152
|
+
}
|
|
153
|
+
._1sr2o6vm {
|
|
154
|
+
padding-block-start: 24px;
|
|
155
|
+
border-block-start: 1px solid #98A3B6;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
144
158
|
@media screen and (min-width:769px) and (max-width:980px) {
|
|
145
159
|
._1sr2o6vb {
|
|
146
160
|
font-size: 12px;
|
|
147
161
|
}
|
|
148
|
-
._1sr2o6ve {
|
|
149
|
-
display: none;
|
|
150
|
-
}
|
|
151
162
|
}
|
|
152
163
|
@media screen and (max-width:650px) {
|
|
153
|
-
.
|
|
154
|
-
|
|
164
|
+
._1sr2o6vd {
|
|
165
|
+
flex-basis: 100%;
|
|
166
|
+
max-width: none;
|
|
155
167
|
}
|
|
156
|
-
.
|
|
157
|
-
gap:
|
|
168
|
+
._1sr2o6vk {
|
|
169
|
+
gap: 8px;
|
|
170
|
+
}
|
|
171
|
+
._1sr2o6vl {
|
|
158
172
|
flex-direction: column;
|
|
159
173
|
}
|
|
160
174
|
}
|
package/dist/main.js
CHANGED
|
@@ -165,7 +165,7 @@ import { DownPaymentInput } from "./Input/DownPaymentInput.js";
|
|
|
165
165
|
import { RadioButton, RadioButtonSet } from "./Input/RadioButton.js";
|
|
166
166
|
import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
|
|
167
167
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.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_subwrap, featured_supertag, featured_title, info_details,
|
|
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";
|
|
169
169
|
import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
170
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";
|
|
171
171
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
@@ -595,6 +595,7 @@ export {
|
|
|
595
595
|
featured_subgrid_item,
|
|
596
596
|
featured_subgrid_title,
|
|
597
597
|
featured_subimage,
|
|
598
|
+
featured_subouter,
|
|
598
599
|
featured_subwrap,
|
|
599
600
|
featured_supertag,
|
|
600
601
|
featured_title,
|
|
@@ -752,7 +753,6 @@ export {
|
|
|
752
753
|
na_cursor,
|
|
753
754
|
nested_grid,
|
|
754
755
|
noAnswerButton,
|
|
755
|
-
no_tablet,
|
|
756
756
|
notificationStyle,
|
|
757
757
|
ol,
|
|
758
758
|
one_row,
|
package/package.json
CHANGED