@axos-web-dev/shared-components 0.0.161 → 0.0.163
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/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.js +4 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +4 -1
- package/dist/PageNavSet/PageNavSet.js +0 -13
- package/dist/assets/Insight/Featured/Featured.css +1 -1
- package/dist/assets/PageNavItem/PageNavItem.css +11 -0
- package/dist/assets/PageNavSet/PageNavigationSet.css +21 -3
- package/dist/assets/Table/Table.css +3 -3
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/package.json +1 -1
|
@@ -327,7 +327,7 @@ const MarginTradingCalculator = ({
|
|
|
327
327
|
"a",
|
|
328
328
|
{
|
|
329
329
|
href: findMoreAxosDomains(
|
|
330
|
-
"{AXOS}/invest/self-directed-trading/margin-trading"
|
|
330
|
+
"{AXOS}/invest/self-directed-trading/margin-trading#AXI----Margin-Trading---Table-(Competitive-pricing-=-more...)"
|
|
331
331
|
),
|
|
332
332
|
children: "rates"
|
|
333
333
|
}
|
|
@@ -94,7 +94,8 @@ const ImageBillboardSet = ({
|
|
|
94
94
|
displayText,
|
|
95
95
|
targetUrl,
|
|
96
96
|
type,
|
|
97
|
-
newTab
|
|
97
|
+
newTab,
|
|
98
|
+
marketingIntersitial
|
|
98
99
|
} = cta;
|
|
99
100
|
return type === "Button" ? /* @__PURE__ */ jsx(
|
|
100
101
|
Button,
|
|
@@ -104,6 +105,7 @@ const ImageBillboardSet = ({
|
|
|
104
105
|
size: "medium",
|
|
105
106
|
rounded: "medium",
|
|
106
107
|
newTab,
|
|
108
|
+
marketingIntersitial,
|
|
107
109
|
children: displayText
|
|
108
110
|
},
|
|
109
111
|
id3
|
|
@@ -113,6 +115,7 @@ const ImageBillboardSet = ({
|
|
|
113
115
|
targetUrl,
|
|
114
116
|
variant: getVariant(variant2),
|
|
115
117
|
newTab,
|
|
118
|
+
marketingIntersitial,
|
|
116
119
|
children: displayText
|
|
117
120
|
},
|
|
118
121
|
id3
|
|
@@ -129,7 +129,8 @@ const ImageBillboard = ({
|
|
|
129
129
|
displayText,
|
|
130
130
|
targetUrl,
|
|
131
131
|
type,
|
|
132
|
-
newTab
|
|
132
|
+
newTab,
|
|
133
|
+
marketingIntersitial
|
|
133
134
|
}) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
134
135
|
Button,
|
|
135
136
|
{
|
|
@@ -138,6 +139,7 @@ const ImageBillboard = ({
|
|
|
138
139
|
size: "medium",
|
|
139
140
|
rounded: "medium",
|
|
140
141
|
newTab,
|
|
142
|
+
marketingIntersitial,
|
|
141
143
|
children: displayText
|
|
142
144
|
},
|
|
143
145
|
id2
|
|
@@ -147,6 +149,7 @@ const ImageBillboard = ({
|
|
|
147
149
|
targetUrl,
|
|
148
150
|
variant: getVariant(variant2),
|
|
149
151
|
newTab,
|
|
152
|
+
marketingIntersitial,
|
|
150
153
|
children: displayText
|
|
151
154
|
},
|
|
152
155
|
id2
|
|
@@ -23,19 +23,6 @@ const PageNavSet = ({ id, pageNavItems }) => {
|
|
|
23
23
|
responsive: [
|
|
24
24
|
{
|
|
25
25
|
breakpoint: 1023,
|
|
26
|
-
settings: {
|
|
27
|
-
slidesToShow: 2.5,
|
|
28
|
-
slidesToScroll: 4,
|
|
29
|
-
swipeToSlide: true,
|
|
30
|
-
infinite: true,
|
|
31
|
-
centerMode: true,
|
|
32
|
-
centerPadding: "140px",
|
|
33
|
-
focusOnSelect: true,
|
|
34
|
-
variableWidth: false
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
breakpoint: 735,
|
|
39
26
|
settings: {
|
|
40
27
|
slidesToShow: 1,
|
|
41
28
|
slidesToScroll: 1,
|
|
@@ -65,4 +65,15 @@
|
|
|
65
65
|
width: 100%;
|
|
66
66
|
text-align: center;
|
|
67
67
|
}
|
|
68
|
+
}
|
|
69
|
+
@media screen and (max-width:1520px) {
|
|
70
|
+
.slick-track:has(:nth-child(6)) ._13qd2mm3 {
|
|
71
|
+
font: 400 16px / 1.5 var(--main-font-family);
|
|
72
|
+
padding: 8px 24px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
@media (max-width:1200px) and (min-width:1024px) {
|
|
76
|
+
.slick-track:has(:nth-child(6)) ._13qd2mm3 {
|
|
77
|
+
font-size: 12.5px;
|
|
78
|
+
}
|
|
68
79
|
}
|
|
@@ -24,15 +24,18 @@
|
|
|
24
24
|
top: 0;
|
|
25
25
|
z-index: 999;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
.section_spacer:has(#pageNav) + .section_spacer {
|
|
28
|
+
margin-top: 0px !important;
|
|
29
|
+
}
|
|
30
|
+
@media screen and (max-width:1023px) {
|
|
28
31
|
.slick-slide + .slick-slide {
|
|
29
32
|
margin-left: 4px;
|
|
30
33
|
}
|
|
31
34
|
.slick-track {
|
|
32
|
-
left: -
|
|
35
|
+
left: -34px !important;
|
|
33
36
|
}
|
|
34
37
|
.slick-slide {
|
|
35
|
-
flex: 0 0
|
|
38
|
+
flex: 0 0 calc(12.5rem + ((1vw - 8px) * 35.8744));
|
|
36
39
|
}
|
|
37
40
|
}
|
|
38
41
|
@media screen and (max-width: 1023px) {
|
|
@@ -72,4 +75,19 @@
|
|
|
72
75
|
width: auto !important;
|
|
73
76
|
transform: none !important;
|
|
74
77
|
}
|
|
78
|
+
}
|
|
79
|
+
@media screen and (max-width:800px) {
|
|
80
|
+
.slick-slide {
|
|
81
|
+
flex: 0 0 224px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
@media screen and (max-width:645px) {
|
|
85
|
+
.slick-slide {
|
|
86
|
+
flex: 0 0 160px;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
@media screen and (max-width:480px) {
|
|
90
|
+
.slick-slide {
|
|
91
|
+
flex: 0 0 0px;
|
|
92
|
+
}
|
|
75
93
|
}
|
|
@@ -272,7 +272,7 @@ td:has(.flex.middle span.img_fluid) .img_fluid {
|
|
|
272
272
|
background-image: var(--_1073cm8z) !important;
|
|
273
273
|
color: var(--_1073cm810) !important;
|
|
274
274
|
}
|
|
275
|
-
main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
275
|
+
main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1nivbwe0 {
|
|
276
276
|
margin-bottom: 3.5rem;
|
|
277
277
|
}
|
|
278
278
|
._1nivbwe16 {
|
|
@@ -282,7 +282,7 @@ main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
|
282
282
|
background: none;
|
|
283
283
|
}
|
|
284
284
|
@media screen and (max-width: 1023px) {
|
|
285
|
-
main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
285
|
+
main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1nivbwe0 {
|
|
286
286
|
margin-bottom: 42px;
|
|
287
287
|
}
|
|
288
288
|
}
|
|
@@ -344,7 +344,7 @@ main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
|
344
344
|
z-index: 0;
|
|
345
345
|
width: 40%;
|
|
346
346
|
}
|
|
347
|
-
main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
347
|
+
main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1nivbwe0 {
|
|
348
348
|
margin-bottom: 2rem;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
@@ -27,7 +27,8 @@ const moreDomains = {
|
|
|
27
27
|
"{SBAAX}": process.env.SMALL_BUSINESS_ACCOUNTS || "https://small-business-accounts.axosbank.com",
|
|
28
28
|
"{CPDS}": process.env.CP_DECISIONLENDER || "https://cp.decisionlender.solutions",
|
|
29
29
|
"{JHALOAN}": process.env.JHA_LOANSPQ || "https://jha.loanspq.com",
|
|
30
|
-
"{AXSECURITIES}": process.env.AXOS_SECURITIES_URL ?? "https://www.axossecurities.com
|
|
30
|
+
"{AXSECURITIES}": process.env.AXOS_SECURITIES_URL ?? "https://www.axossecurities.com",
|
|
31
|
+
"{LIBSYN}": process.env.AXOS_LIBSYN || "https://sites.libsyn.com"
|
|
31
32
|
};
|
|
32
33
|
const isAllowedUrl = (url) => {
|
|
33
34
|
const uri = new URL(url, location.href);
|