@axos-web-dev/shared-components 2.0.0-dev.31.insights.2 → 2.0.0-dev.31.insights.4
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 +1 -0
- package/dist/Chatbot/Chatbot.css.js +0 -1
- 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 +1 -1
- 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 +46 -24
- package/dist/Insight/Featured/Featured.css.d.ts +7 -0
- package/dist/Insight/Featured/Featured.css.js +31 -17
- package/dist/Insight/Featured/Featured.js +31 -30
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Insight/Featured/index.js +9 -2
- package/dist/Insight/index.js +9 -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/Insight/Featured/CategorySelector.css +38 -36
- package/dist/assets/Insight/Featured/Featured.css +88 -19
- package/dist/main.js +8 -1
- package/package.json +1 -1
|
@@ -1,38 +1,45 @@
|
|
|
1
1
|
._1sr2o6v0 {
|
|
2
|
+
transition: opacity 0.3s ease;
|
|
3
|
+
will-change: opacity;
|
|
4
|
+
}
|
|
5
|
+
._1sr2o6v0:hover {
|
|
6
|
+
opacity: 0.75;
|
|
7
|
+
}
|
|
8
|
+
._1sr2o6v1 {
|
|
2
9
|
background: var(--_1073cm88);
|
|
3
10
|
padding-block-end: clamp(48px, calc(3rem + ((1vw - 6.03px) * 19.3939)), 80px);
|
|
4
11
|
padding-block-start: 0;
|
|
5
12
|
}
|
|
6
|
-
.
|
|
13
|
+
._1sr2o6v2 {
|
|
7
14
|
color: var(--_1073cm8c);
|
|
8
15
|
font-size: 18px;
|
|
9
16
|
line-height: 1.15;
|
|
10
17
|
padding-bottom: 16px;
|
|
11
18
|
}
|
|
12
|
-
.
|
|
19
|
+
._1sr2o6v3 {
|
|
13
20
|
font-size: 14px;
|
|
14
21
|
}
|
|
15
|
-
.
|
|
22
|
+
._1sr2o6v4 {
|
|
16
23
|
display: grid;
|
|
17
24
|
grid-template-columns: 1fr 1fr;
|
|
18
25
|
gap: 32px;
|
|
19
26
|
}
|
|
20
|
-
.
|
|
27
|
+
._1sr2o6v5 {
|
|
21
28
|
border-radius: 16px;
|
|
22
29
|
cursor: pointer;
|
|
23
30
|
overflow: hidden;
|
|
24
31
|
text-decoration: none;
|
|
25
32
|
}
|
|
26
|
-
.
|
|
33
|
+
._1sr2o6v6 {
|
|
27
34
|
aspect-ratio: 1.69;
|
|
28
35
|
width: 100%;
|
|
29
36
|
}
|
|
30
|
-
.
|
|
37
|
+
._1sr2o6v7 {
|
|
31
38
|
display: grid;
|
|
32
39
|
gap: 16px;
|
|
33
40
|
padding-block-start: 16px;
|
|
34
41
|
}
|
|
35
|
-
.
|
|
42
|
+
._1sr2o6v8 {
|
|
36
43
|
font-size: clamp(24px, calc(1.5rem + ((1vw - 7.69px) * 1.5656)), 32px);
|
|
37
44
|
line-height: 1.15;
|
|
38
45
|
overflow: hidden;
|
|
@@ -42,35 +49,45 @@
|
|
|
42
49
|
-webkit-line-clamp: 2;
|
|
43
50
|
line-clamp: 2;
|
|
44
51
|
color: var(--_1073cm8c);
|
|
52
|
+
transition: color 0.3s ease;
|
|
45
53
|
}
|
|
46
|
-
._1sr2o6v8 {
|
|
54
|
+
._1sr2o6v0:hover ._1sr2o6v8 {
|
|
55
|
+
color: var(--_1073cm82);
|
|
56
|
+
}
|
|
57
|
+
._1sr2o6v9 {
|
|
47
58
|
color: var(--_1073cm8c);
|
|
48
59
|
font-size: 16px;
|
|
49
60
|
line-height: 1.5;
|
|
50
61
|
margin-bottom: 0;
|
|
51
62
|
display: -webkit-box;
|
|
52
63
|
-webkit-box-orient: vertical;
|
|
53
|
-
line-clamp:
|
|
54
|
-
-webkit-line-clamp:
|
|
64
|
+
line-clamp: 3;
|
|
65
|
+
-webkit-line-clamp: 3;
|
|
55
66
|
overflow: hidden;
|
|
56
67
|
text-overflow: ellipsis;
|
|
57
68
|
}
|
|
58
|
-
.
|
|
69
|
+
._1sr2o6va {
|
|
59
70
|
color: var(--_1073cm8f);
|
|
60
71
|
font-size: 14px;
|
|
61
72
|
line-height: 1.5;
|
|
62
73
|
}
|
|
63
|
-
.
|
|
74
|
+
._1sr2o6vc {
|
|
64
75
|
display: flex;
|
|
65
76
|
flex-direction: column;
|
|
66
77
|
justify-content: space-between;
|
|
67
78
|
gap: 24px;
|
|
68
79
|
}
|
|
69
|
-
.
|
|
80
|
+
._1sr2o6vd {
|
|
81
|
+
border-radius: 12px;
|
|
82
|
+
flex-basis: 269px;
|
|
83
|
+
max-width: 269px;
|
|
84
|
+
overflow: hidden;
|
|
85
|
+
}
|
|
86
|
+
._1sr2o6vf {
|
|
70
87
|
flex: 1 1 0%;
|
|
71
88
|
text-decoration: none;
|
|
72
89
|
}
|
|
73
|
-
.
|
|
90
|
+
._1sr2o6vg {
|
|
74
91
|
display: -webkit-box;
|
|
75
92
|
-webkit-box-orient: vertical;
|
|
76
93
|
line-clamp: 2;
|
|
@@ -79,27 +96,79 @@
|
|
|
79
96
|
text-overflow: ellipsis;
|
|
80
97
|
width: 100%;
|
|
81
98
|
font-size: 20px !important;
|
|
99
|
+
transition: color 0.3s ease;
|
|
82
100
|
}
|
|
83
|
-
.
|
|
101
|
+
._1sr2o6v0:hover ._1sr2o6vg {
|
|
102
|
+
color: var(--_1073cm82);
|
|
103
|
+
}
|
|
104
|
+
._1sr2o6vh {
|
|
84
105
|
display: inline-block;
|
|
85
106
|
vertical-align: middle;
|
|
86
107
|
}
|
|
87
|
-
.
|
|
108
|
+
._1sr2o6vi {
|
|
88
109
|
height: 100%;
|
|
89
110
|
object-fit: cover;
|
|
90
111
|
}
|
|
91
|
-
.
|
|
112
|
+
._1sr2o6vj {
|
|
92
113
|
padding: 24px;
|
|
93
114
|
color: #333D46;
|
|
94
115
|
font-family: var(--main-font-family);
|
|
95
116
|
min-height: 170px;
|
|
96
117
|
}
|
|
118
|
+
._1sr2o6vk {
|
|
119
|
+
flex: 1 1 0%;
|
|
120
|
+
gap: 24px;
|
|
121
|
+
display: flex;
|
|
122
|
+
flex-direction: column;
|
|
123
|
+
}
|
|
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
|
+
}
|
|
135
|
+
._1sr2o6vd {
|
|
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;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
97
145
|
@media screen and (max-width:768px) {
|
|
98
|
-
.
|
|
146
|
+
._1sr2o6v2 {
|
|
99
147
|
font-size: 16px;
|
|
100
148
|
padding-bottom: 24px;
|
|
101
149
|
}
|
|
102
|
-
.
|
|
150
|
+
._1sr2o6v4 {
|
|
103
151
|
grid-template-columns: 1fr;
|
|
104
152
|
}
|
|
153
|
+
._1sr2o6vd {
|
|
154
|
+
flex-basis: 100%;
|
|
155
|
+
max-width: none;
|
|
156
|
+
}
|
|
157
|
+
._1sr2o6vm {
|
|
158
|
+
padding-block-start: 24px;
|
|
159
|
+
border-block-start: 1px solid #98A3B6;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
@media screen and (min-width:769px) and (max-width:980px) {
|
|
163
|
+
._1sr2o6vb {
|
|
164
|
+
font-size: 12px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
@media screen and (max-width:650px) {
|
|
168
|
+
._1sr2o6vk {
|
|
169
|
+
gap: 8px;
|
|
170
|
+
}
|
|
171
|
+
._1sr2o6vl {
|
|
172
|
+
flex-direction: column;
|
|
173
|
+
}
|
|
105
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 { 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_subgrid, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title, info_details, ratio } 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";
|
|
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";
|
|
@@ -559,6 +559,7 @@ export {
|
|
|
559
559
|
details,
|
|
560
560
|
disclosureForm,
|
|
561
561
|
divider,
|
|
562
|
+
divider_tab,
|
|
562
563
|
dp_input,
|
|
563
564
|
dropdown,
|
|
564
565
|
dynPH,
|
|
@@ -589,9 +590,13 @@ export {
|
|
|
589
590
|
featured_maingrid_text,
|
|
590
591
|
featured_maingrid_title,
|
|
591
592
|
featured_section,
|
|
593
|
+
featured_subcontent,
|
|
592
594
|
featured_subgrid,
|
|
593
595
|
featured_subgrid_item,
|
|
594
596
|
featured_subgrid_title,
|
|
597
|
+
featured_subimage,
|
|
598
|
+
featured_subouter,
|
|
599
|
+
featured_subwrap,
|
|
595
600
|
featured_supertag,
|
|
596
601
|
featured_title,
|
|
597
602
|
filterParams,
|
|
@@ -751,6 +756,7 @@ export {
|
|
|
751
756
|
notificationStyle,
|
|
752
757
|
ol,
|
|
753
758
|
one_row,
|
|
759
|
+
onhover,
|
|
754
760
|
order_3,
|
|
755
761
|
overlay,
|
|
756
762
|
padding,
|
|
@@ -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,
|
package/package.json
CHANGED