@axos-web-dev/shared-components 1.0.77-patch.66 → 1.0.77-patch.67
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/Carousel/index.js +1 -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/CraPublicFile.js +1 -1
- package/dist/Forms/EmailOnly.js +1 -1
- package/dist/Forms/FormEnums.js +0 -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/HeroBanner/HeroBanner.css.d.ts +1 -0
- package/dist/HeroBanner/HeroBanner.css.js +19 -16
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -1
- package/dist/HeroBanner/HeroBanner.js +26 -160
- package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
- package/dist/HeroBanner/HeroVideoPoster.js +24 -0
- package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
- package/dist/HeroBanner/LargeBanner.css.js +22 -8
- package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
- package/dist/HeroBanner/LargeHeroBanner.js +228 -0
- package/dist/HeroBanner/index.js +3 -2
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +1 -1
- package/dist/Insight/Featured/Featured.js +1 -1
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +1 -1
- package/dist/NavigationMenu/NavDataJson.js +1 -1
- package/dist/NavigationMenu/Navbar.js +1 -1
- package/dist/NavigationMenu/SignInNavButton.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/HeroBanner/HeroBanner.css +82 -65
- package/dist/assets/HeroBanner/LargeBanner.css +126 -59
- package/dist/assets/globals.css +27 -18
- package/dist/main.js +3 -2
- package/dist/utils/getPosition.d.ts +1 -0
- package/dist/utils/getPosition.js +17 -0
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +1 -1
package/dist/assets/globals.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@layer globals;
|
|
1
2
|
* {
|
|
2
3
|
box-sizing: border-box;
|
|
3
4
|
margin: 0;
|
|
@@ -27,7 +28,6 @@ li p, p:last-child, p:only-child {
|
|
|
27
28
|
.containment {
|
|
28
29
|
box-sizing: border-box;
|
|
29
30
|
margin-inline: auto;
|
|
30
|
-
width: min(1200px, calc(100% - 4rem));
|
|
31
31
|
}
|
|
32
32
|
.section_spacer {
|
|
33
33
|
margin-top: 3.5rem;
|
|
@@ -43,9 +43,6 @@ span#personalized-refi-table:has(*) {
|
|
|
43
43
|
.page_body_contents > div:first-child > .billboard {
|
|
44
44
|
margin-top: 3.5rem;
|
|
45
45
|
}
|
|
46
|
-
.flex, [class*='flex_'] {
|
|
47
|
-
display: flex;
|
|
48
|
-
}
|
|
49
46
|
.flex_row {
|
|
50
47
|
flex-direction: row;
|
|
51
48
|
}
|
|
@@ -91,10 +88,6 @@ span#personalized-refi-table:has(*) {
|
|
|
91
88
|
.text_center {
|
|
92
89
|
text-align: center;
|
|
93
90
|
}
|
|
94
|
-
.rounded {
|
|
95
|
-
border-radius: 1rem;
|
|
96
|
-
overflow: hidden;
|
|
97
|
-
}
|
|
98
91
|
.overflow_hidden {
|
|
99
92
|
overflow: hidden;
|
|
100
93
|
}
|
|
@@ -249,18 +242,39 @@ p:empty, ul:empty {
|
|
|
249
242
|
.margin_block {
|
|
250
243
|
margin: 1rem 0;
|
|
251
244
|
}
|
|
252
|
-
@
|
|
245
|
+
@layer globals {
|
|
253
246
|
.containment {
|
|
254
|
-
width: min(
|
|
247
|
+
width: min(1200px, calc(100% - 4rem));
|
|
248
|
+
}
|
|
249
|
+
.flex, [class*='flex_'] {
|
|
250
|
+
display: flex;
|
|
251
|
+
}
|
|
252
|
+
.rounded {
|
|
253
|
+
border-radius: 1rem;
|
|
254
|
+
overflow: hidden;
|
|
255
|
+
}
|
|
256
|
+
@media screen and (max-width: 1023px) {
|
|
257
|
+
.containment {
|
|
258
|
+
width: min(45rem, calc(100% - 4rem));
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
@media screen and (max-width: 768px) {
|
|
262
|
+
.containment {
|
|
263
|
+
width: min(33.75rem, calc(100% - 4rem));
|
|
264
|
+
}
|
|
255
265
|
}
|
|
266
|
+
@media screen and (max-width: 603px) {
|
|
267
|
+
.containment {
|
|
268
|
+
width: calc(100% - 2rem);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
@media screen and (max-width: 1023px) {
|
|
256
273
|
.section_spacer {
|
|
257
274
|
margin-top: 42px;
|
|
258
275
|
}
|
|
259
276
|
}
|
|
260
277
|
@media screen and (max-width: 768px) {
|
|
261
|
-
.containment {
|
|
262
|
-
width: min(33.75rem, calc(100% - 4rem));
|
|
263
|
-
}
|
|
264
278
|
.section_spacer {
|
|
265
279
|
margin-top: 2rem;
|
|
266
280
|
}
|
|
@@ -268,11 +282,6 @@ p:empty, ul:empty {
|
|
|
268
282
|
padding: 32px 28px;
|
|
269
283
|
}
|
|
270
284
|
}
|
|
271
|
-
@media screen and (max-width: 603px) {
|
|
272
|
-
.containment {
|
|
273
|
-
width: calc(100% - 2rem);
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
285
|
@media screen and (max-width:1280px) {
|
|
277
286
|
.header_2 {
|
|
278
287
|
font-size: 2rem;
|
package/dist/main.js
CHANGED
|
@@ -106,7 +106,7 @@ import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
|
106
106
|
import { BoatMooringLocation } from "./Forms/BoatMooringLocation.js";
|
|
107
107
|
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
108
108
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
109
|
-
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 } from "./HeroBanner/HeroBanner.css.js";
|
|
109
|
+
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";
|
|
110
110
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
111
111
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
112
112
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
@@ -859,5 +859,6 @@ export {
|
|
|
859
859
|
windowStyle,
|
|
860
860
|
wrapper,
|
|
861
861
|
x_input,
|
|
862
|
-
xc_input
|
|
862
|
+
xc_input,
|
|
863
|
+
xl
|
|
863
864
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getPosition: (text: string | undefined) => "default" | "top left" | "top right" | "bottom left" | "bottom right";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const getPosition = (text) => {
|
|
2
|
+
switch (text) {
|
|
3
|
+
case "top left":
|
|
4
|
+
return "top left";
|
|
5
|
+
case "top right":
|
|
6
|
+
return "top right";
|
|
7
|
+
case "bottom left":
|
|
8
|
+
return "bottom left";
|
|
9
|
+
case "bottom right":
|
|
10
|
+
return "bottom right";
|
|
11
|
+
default:
|
|
12
|
+
return "default";
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
getPosition
|
|
17
|
+
};
|
|
@@ -6,3 +6,4 @@ export type SideProps = "left" | "right";
|
|
|
6
6
|
export type StarIconTypes = "gold" | "gray";
|
|
7
7
|
export declare const columnValues: readonly [1, 2, 3, 4, undefined];
|
|
8
8
|
export type ColumnTypes = (typeof columnValues)[number];
|
|
9
|
+
export type AnchorPointTypes = "default" | "top left" | "top right" | "bottom left" | "bottom right";
|
package/package.json
CHANGED