@axos-web-dev/shared-components 1.0.77-patch.4 → 1.0.77-patch.41
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 +10 -3
- package/dist/Auth/ErrorAlert.js +12 -5
- package/dist/Button/Button.js +12 -5
- package/dist/Calculators/ApyCalculator/index.js +11 -5
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +1 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.d.ts +2 -0
- package/dist/Calculators/AxosOneCalculator/index.js +38 -20
- package/dist/Calculators/Calculator.d.ts +2 -0
- package/dist/Calculators/Calculator.js +29 -8
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
- package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
- package/dist/Calculators/SummitApyCalculator/index.js +15 -6
- package/dist/Calculators/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/Carousel/index.js +20 -13
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +7 -0
- package/dist/Chatbot/Bubble.d.ts +5 -0
- package/dist/Chatbot/Bubble.js +103 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +18 -0
- package/dist/Chatbot/ChatWindow.css.js +39 -0
- package/dist/Chatbot/ChatWindow.d.ts +26 -0
- package/dist/Chatbot/ChatWindow.js +446 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +7 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +10 -0
- package/dist/Chatbot/Chatbot.js +233 -0
- package/dist/Chatbot/EllipsisAnimation.d.ts +2 -0
- package/dist/Chatbot/EllipsisAnimation.js +85 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +8 -0
- package/dist/Chatbot/index.js +38 -0
- package/dist/Chatbot/store/chat.d.ts +10 -0
- package/dist/Chatbot/store/chat.js +18 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +27 -0
- package/dist/Chatbot/useHeadlessChat.js +240 -0
- package/dist/Chevron/index.js +12 -5
- package/dist/Comparison/Comparison.js +16 -9
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/ExecutiveBio/ExecutiveBio.js +12 -5
- package/dist/FaqAccordion/index.js +12 -5
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +30 -9
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +111 -89
- package/dist/Forms/ApplyNow.d.ts +2 -2
- package/dist/Forms/ApplyNow.js +180 -148
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +184 -162
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +201 -179
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.js +330 -0
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +278 -256
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +128 -106
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +113 -91
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +127 -105
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +99 -77
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +180 -158
- package/dist/Forms/ContactUsBusiness.d.ts +2 -2
- package/dist/Forms/ContactUsBusiness.js +146 -118
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +114 -86
- package/dist/Forms/ContactUsLVF.d.ts +7 -1
- package/dist/Forms/ContactUsLVF.js +133 -105
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +128 -100
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +641 -619
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +120 -92
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -203
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +67 -41
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +75 -53
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +18 -0
- package/dist/Forms/Forms.css.js +44 -38
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +23 -0
- package/dist/Forms/HoneyPot/index.js +69 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +12 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +12 -5
- package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
- package/dist/Forms/MortgageWarehouseLending.js +343 -0
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
- package/dist/Forms/SalesforceFieldsForm.d.ts +5 -0
- package/dist/Forms/SalesforceFieldsForm.js +11 -1
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +156 -134
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +178 -156
- package/dist/Forms/SuccesForm.js +16 -9
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +817 -795
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +112 -90
- package/dist/Forms/applynow-utils.d.ts +1 -0
- package/dist/Forms/applynow-utils.js +48 -0
- package/dist/Forms/index.d.ts +4 -0
- package/dist/Forms/index.js +14 -2
- package/dist/HeroBanner/HeroBanner.css.d.ts +2 -0
- package/dist/HeroBanner/HeroBanner.css.js +4 -0
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +90 -3
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/index.js +12 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.js +30 -85
- package/dist/IconBillboard/index.js +3 -3
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +102 -0
- package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
- package/dist/IconBillboard/sections/HeaderSection.js +23 -0
- package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
- package/dist/IconBillboard/sections/IconSection.js +18 -0
- package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
- package/dist/IconBillboard/sections/ItemsSection.js +11 -0
- package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
- package/dist/IconBillboard/sections/LayoutSection.js +6 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +20 -4
- package/dist/ImageLink/ImageLink.js +12 -5
- package/dist/ImageLink/ImageLinkSet.js +15 -8
- package/dist/ImageLink/index.js +12 -5
- package/dist/Insight/Featured/CategorySelector.js +13 -6
- package/dist/Insight/Featured/Featured.js +20 -13
- package/dist/Insight/Featured/Header.js +19 -12
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -2
- package/dist/LandingPageHeader/LandingPageHeader.js +18 -9
- package/dist/LandingPageHeader/index.js +3 -1
- package/dist/Modal/Modal.js +12 -5
- package/dist/NavigationMenu/AxosALTS/NavData.js +12 -5
- package/dist/NavigationMenu/AxosALTS/index.js +12 -5
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +3 -4
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +29 -13
- package/dist/NavigationMenu/AxosBank/NavData.js +12 -5
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +67 -63
- package/dist/NavigationMenu/AxosBank/index.js +12 -5
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -5
- package/dist/NavigationMenu/LaVictoire/index.js +12 -5
- package/dist/SetContainer/SetContainer.js +12 -5
- package/dist/SocialMediaBar/iconsRepository.js +12 -5
- package/dist/StepItemSet/StepItemSet.css.d.ts +1 -0
- package/dist/StepItemSet/StepItemSet.css.js +9 -5
- package/dist/StepItemSet/StepItemSet.d.ts +6 -0
- package/dist/StepItemSet/StepItemSet.js +22 -3
- package/dist/StepItemSet/index.js +2 -1
- package/dist/Table/Table.d.ts +1 -1
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +189 -28
- package/dist/VideoWrapper/index.js +13 -6
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +12 -0
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +213 -0
- package/dist/assets/Comparison/Comparison.css +3 -1
- package/dist/assets/Forms/Forms.css +135 -105
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/HeroBanner/HeroBanner.css +12 -0
- package/dist/assets/IconBillboard/IconBillboard.css +21 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +26 -15
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +36 -3
- package/dist/assets/StepItemSet/StepItemSet.css +27 -10
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/icons/Logos/SPB.d.ts +4 -0
- package/dist/icons/Logos/SPB.js +132 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +2 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +79 -23
- package/dist/utils/allowedAxosDomains.js +4 -2
- package/package.json +3 -1
|
@@ -121,5 +121,6 @@ export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
123
|
}>;
|
|
124
|
+
export declare const link_wrapper: string;
|
|
124
125
|
export type ContainerVariants = RecipeVariants<typeof containerIconBillboard>;
|
|
125
126
|
export type LayoutVariants = RecipeVariants<typeof layout>;
|
|
@@ -17,6 +17,7 @@ var section_text = "_1r4ovbui";
|
|
|
17
17
|
var header_section = createRuntimeFn({ defaultClassName: "_1r4ovbuj", variantClassNames: { variant: { primary: "_1r4ovbuk", secondary: "_1r4ovbul", tertiary: "_1r4ovbum", quaternary: "_1r4ovbun" } }, defaultVariants: {}, compoundVariants: [] });
|
|
18
18
|
var section_container = "_1r4ovbuo";
|
|
19
19
|
var section_body = createRuntimeFn({ defaultClassName: "_1r4ovbup", variantClassNames: { variant: { primary: "_1r4ovbuq", secondary: "_1r4ovbur", tertiary: "_1r4ovbus", quaternary: "_1r4ovbut" } }, defaultVariants: {}, compoundVariants: [] });
|
|
20
|
+
var link_wrapper = "_1r4ovbuu";
|
|
20
21
|
export {
|
|
21
22
|
billboard_icon,
|
|
22
23
|
buttons,
|
|
@@ -25,6 +26,7 @@ export {
|
|
|
25
26
|
headerIconBillboard,
|
|
26
27
|
header_section,
|
|
27
28
|
layout,
|
|
29
|
+
link_wrapper,
|
|
28
30
|
list,
|
|
29
31
|
listItem,
|
|
30
32
|
section_body,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
3
|
import { ImageInterface } from '.';
|
|
4
4
|
import { ContainerVariants, LayoutVariants } from './IconBillboard.css';
|
|
5
5
|
|
|
@@ -15,5 +15,4 @@ export interface FocusProps {
|
|
|
15
15
|
set?: boolean;
|
|
16
16
|
id?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare const Icon: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export declare const IconBillboard: (props: FocusProps & ContainerVariants & LayoutVariants) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import { useRef, useState, useEffect, createElement } from "react";
|
|
4
|
-
import { BulletItem } from "../BulletItem/BulletItem.js";
|
|
5
|
-
import { Chevron } from "../Chevron/index.js";
|
|
6
|
-
import { getVariant } from "../utils/getVariant.js";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
3
|
import clsx from "clsx";
|
|
8
|
-
import {
|
|
9
|
-
import "../
|
|
10
|
-
import "
|
|
11
|
-
import {
|
|
12
|
-
|
|
4
|
+
import { useRef, useState, useEffect } from "react";
|
|
5
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
6
|
+
import { content, containerIconBillboard, link_wrapper } from "./IconBillboard.css.js";
|
|
7
|
+
import { LayoutSection } from "./sections/LayoutSection.js";
|
|
8
|
+
import { IconSection } from "./sections/IconSection.js";
|
|
9
|
+
import { HeaderSection } from "./sections/HeaderSection.js";
|
|
10
|
+
import { ItemsSection } from "./sections/ItemsSection.js";
|
|
11
|
+
import { useFullClick, CallToActionSection } from "./sections/CallToActionSection.js";
|
|
13
12
|
const IconBillboard = (props) => {
|
|
14
13
|
const {
|
|
15
14
|
callToActionRow,
|
|
@@ -36,96 +35,42 @@ const IconBillboard = (props) => {
|
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
37
|
}, []);
|
|
38
|
+
const { isClickable, handleClick, chevronText } = useFullClick(callToActionRow);
|
|
39
39
|
return /* @__PURE__ */ jsxs(
|
|
40
40
|
"div",
|
|
41
41
|
{
|
|
42
|
+
id,
|
|
43
|
+
onClick: handleClick,
|
|
44
|
+
role: isClickable ? "link" : void 0,
|
|
45
|
+
title: isClickable ? chevronText : void 0,
|
|
42
46
|
className: clsx(
|
|
43
47
|
containerIconBillboard({ variant }),
|
|
44
48
|
`${set ? "" : "containment"}`,
|
|
45
|
-
"billboard rounded flex_col gap_24 is_icon"
|
|
49
|
+
"billboard rounded flex_col gap_24 is_icon",
|
|
50
|
+
isClickable && link_wrapper
|
|
46
51
|
),
|
|
47
|
-
id,
|
|
48
52
|
children: [
|
|
49
|
-
/* @__PURE__ */ jsxs(
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
height: icon?.height,
|
|
57
|
-
width: icon?.width
|
|
58
|
-
}
|
|
59
|
-
) }),
|
|
60
|
-
/* @__PURE__ */ jsxs("div", { className: clsx(content), children: [
|
|
61
|
-
/* @__PURE__ */ jsxs("div", { className: headerIconBillboard, children: [
|
|
62
|
-
headline && createElement(
|
|
53
|
+
/* @__PURE__ */ jsxs(LayoutSection, { side, children: [
|
|
54
|
+
/* @__PURE__ */ jsx(IconSection, { icon }),
|
|
55
|
+
/* @__PURE__ */ jsxs("div", { className: content, children: [
|
|
56
|
+
/* @__PURE__ */ jsx(
|
|
57
|
+
HeaderSection,
|
|
58
|
+
{
|
|
59
|
+
headline,
|
|
63
60
|
headingLevel,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
body && /* @__PURE__ */ jsx("div", { children: body })
|
|
71
|
-
] }),
|
|
72
|
-
items && items?.length > 0 && /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("ul", { className: clsx(list, "list_unstyled"), children: items?.map((item) => /* @__PURE__ */ jsx(BulletItem, { id: item.id, variant, children: item.content }, item.id)) }) })
|
|
61
|
+
headingRef,
|
|
62
|
+
body,
|
|
63
|
+
variant
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ jsx(ItemsSection, { items, variant })
|
|
73
67
|
] })
|
|
74
68
|
] }),
|
|
75
|
-
|
|
76
|
-
({
|
|
77
|
-
id: id2,
|
|
78
|
-
variant: variant2,
|
|
79
|
-
displayText,
|
|
80
|
-
targetUrl,
|
|
81
|
-
type,
|
|
82
|
-
marketingIntersitial,
|
|
83
|
-
newTab,
|
|
84
|
-
...rest
|
|
85
|
-
}) => type === "Button" ? rest.as == "button" ? /* @__PURE__ */ jsx(
|
|
86
|
-
Button,
|
|
87
|
-
{
|
|
88
|
-
targetUrl,
|
|
89
|
-
color: getVariant(variant2),
|
|
90
|
-
size: "medium",
|
|
91
|
-
rounded: "medium",
|
|
92
|
-
marketingIntersitial,
|
|
93
|
-
newTab,
|
|
94
|
-
as: "button",
|
|
95
|
-
type: "button",
|
|
96
|
-
action: rest?.onClick,
|
|
97
|
-
children: displayText
|
|
98
|
-
},
|
|
99
|
-
id2
|
|
100
|
-
) : /* @__PURE__ */ jsx(
|
|
101
|
-
Button,
|
|
102
|
-
{
|
|
103
|
-
targetUrl,
|
|
104
|
-
color: getVariant(variant2),
|
|
105
|
-
size: "medium",
|
|
106
|
-
rounded: "medium",
|
|
107
|
-
marketingIntersitial,
|
|
108
|
-
newTab,
|
|
109
|
-
children: displayText
|
|
110
|
-
},
|
|
111
|
-
id2
|
|
112
|
-
) : /* @__PURE__ */ jsx(
|
|
113
|
-
Chevron,
|
|
114
|
-
{
|
|
115
|
-
targetUrl,
|
|
116
|
-
variant: getVariant(variant2),
|
|
117
|
-
marketingIntersitial,
|
|
118
|
-
newTab,
|
|
119
|
-
children: displayText
|
|
120
|
-
},
|
|
121
|
-
id2
|
|
122
|
-
)
|
|
123
|
-
) })
|
|
69
|
+
/* @__PURE__ */ jsx(CallToActionSection, { callToActionRow })
|
|
124
70
|
]
|
|
125
71
|
}
|
|
126
72
|
);
|
|
127
73
|
};
|
|
128
74
|
export {
|
|
129
|
-
Icon,
|
|
130
75
|
IconBillboard
|
|
131
76
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard.css.js";
|
|
1
|
+
import { IconBillboard } from "./IconBillboard.js";
|
|
2
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard.css.js";
|
|
3
3
|
import { IconBillboardSet } from "./IconBillboardSet.js";
|
|
4
4
|
export {
|
|
5
|
-
Icon,
|
|
6
5
|
IconBillboard,
|
|
7
6
|
IconBillboardSet,
|
|
8
7
|
billboard_icon,
|
|
@@ -12,6 +11,7 @@ export {
|
|
|
12
11
|
headerIconBillboard,
|
|
13
12
|
header_section,
|
|
14
13
|
layout,
|
|
14
|
+
link_wrapper,
|
|
15
15
|
list,
|
|
16
16
|
listItem,
|
|
17
17
|
section_body,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChevronProps } from '../../Chevron/Chevron.interface';
|
|
2
|
+
|
|
3
|
+
interface CallToActionSectionProps {
|
|
4
|
+
callToActionRow?: ChevronProps[];
|
|
5
|
+
}
|
|
6
|
+
export declare const useFullClick: (callToActionRow?: ChevronProps[]) => {
|
|
7
|
+
isClickable: boolean;
|
|
8
|
+
handleClick: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
9
|
+
chevronText: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
export declare const CallToActionSection: ({ callToActionRow, }: CallToActionSectionProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import { Button } from "../../Button/Button.js";
|
|
4
|
+
import "../../Button/Button.css.js";
|
|
5
|
+
import { useMemo } from "react";
|
|
6
|
+
import "react-use";
|
|
7
|
+
import { buttons } from "../IconBillboard.css.js";
|
|
8
|
+
import { Chevron } from "../../Chevron/index.js";
|
|
9
|
+
import { getVariant } from "../../utils/getVariant.js";
|
|
10
|
+
const useFullClick = (callToActionRow) => {
|
|
11
|
+
return useMemo(() => {
|
|
12
|
+
let chevronCount = 0;
|
|
13
|
+
let buttonCount = 0;
|
|
14
|
+
let chevronUrl;
|
|
15
|
+
let chevronText;
|
|
16
|
+
if (callToActionRow && callToActionRow.length > 0) {
|
|
17
|
+
callToActionRow.forEach((cta) => {
|
|
18
|
+
if (cta.type === "Button") {
|
|
19
|
+
buttonCount++;
|
|
20
|
+
} else {
|
|
21
|
+
chevronCount++;
|
|
22
|
+
chevronUrl = cta.targetUrl;
|
|
23
|
+
chevronText = cta.displayText;
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
const isClickable = chevronCount === 1 && buttonCount === 0 && typeof chevronUrl === "string" && chevronUrl.length > 0;
|
|
28
|
+
const handleClick = (e) => {
|
|
29
|
+
if (!isClickable) return;
|
|
30
|
+
const linkEl = e.currentTarget.querySelector("a");
|
|
31
|
+
if (linkEl && linkEl instanceof HTMLAnchorElement) {
|
|
32
|
+
window.location.href = linkEl.href;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return {
|
|
36
|
+
isClickable,
|
|
37
|
+
handleClick,
|
|
38
|
+
chevronText
|
|
39
|
+
};
|
|
40
|
+
}, [callToActionRow]);
|
|
41
|
+
};
|
|
42
|
+
const CallToActionSection = ({
|
|
43
|
+
callToActionRow
|
|
44
|
+
}) => {
|
|
45
|
+
if (!Array.isArray(callToActionRow) || callToActionRow.length === 0) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
return /* @__PURE__ */ jsx("div", { className: buttons, children: callToActionRow.map(
|
|
49
|
+
({
|
|
50
|
+
id,
|
|
51
|
+
variant,
|
|
52
|
+
displayText,
|
|
53
|
+
targetUrl,
|
|
54
|
+
type,
|
|
55
|
+
marketingIntersitial,
|
|
56
|
+
newTab,
|
|
57
|
+
...rest
|
|
58
|
+
}) => type === "Button" ? rest.as == "button" ? /* @__PURE__ */ jsx(
|
|
59
|
+
Button,
|
|
60
|
+
{
|
|
61
|
+
targetUrl,
|
|
62
|
+
color: getVariant(variant),
|
|
63
|
+
size: "medium",
|
|
64
|
+
rounded: "medium",
|
|
65
|
+
marketingIntersitial,
|
|
66
|
+
newTab,
|
|
67
|
+
as: "button",
|
|
68
|
+
type: "button",
|
|
69
|
+
action: rest?.onClick,
|
|
70
|
+
children: displayText
|
|
71
|
+
},
|
|
72
|
+
id
|
|
73
|
+
) : /* @__PURE__ */ jsx(
|
|
74
|
+
Button,
|
|
75
|
+
{
|
|
76
|
+
targetUrl,
|
|
77
|
+
color: getVariant(variant),
|
|
78
|
+
size: "medium",
|
|
79
|
+
rounded: "medium",
|
|
80
|
+
marketingIntersitial,
|
|
81
|
+
newTab,
|
|
82
|
+
children: displayText
|
|
83
|
+
},
|
|
84
|
+
id
|
|
85
|
+
) : /* @__PURE__ */ jsx(
|
|
86
|
+
Chevron,
|
|
87
|
+
{
|
|
88
|
+
targetUrl,
|
|
89
|
+
variant: getVariant(variant),
|
|
90
|
+
marketingIntersitial,
|
|
91
|
+
newTab,
|
|
92
|
+
action: rest?.onClick,
|
|
93
|
+
children: displayText
|
|
94
|
+
},
|
|
95
|
+
id
|
|
96
|
+
)
|
|
97
|
+
) });
|
|
98
|
+
};
|
|
99
|
+
export {
|
|
100
|
+
CallToActionSection,
|
|
101
|
+
useFullClick
|
|
102
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode, Ref } from 'react';
|
|
2
|
+
import { QuaternaryTypes } from '../../utils';
|
|
3
|
+
|
|
4
|
+
export interface HeaderSectionProps {
|
|
5
|
+
body?: ReactNode | undefined;
|
|
6
|
+
headingLevel: "h2" | "h3";
|
|
7
|
+
headingRef: Ref<HTMLHeadingElement>;
|
|
8
|
+
headline?: ReactNode | undefined;
|
|
9
|
+
variant: QuaternaryTypes;
|
|
10
|
+
}
|
|
11
|
+
export declare const HeaderSection: ({ body, headingLevel, headingRef, headline, variant, }: HeaderSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { headerIconBillboard, title } from "../IconBillboard.css.js";
|
|
4
|
+
const HeaderSection = ({
|
|
5
|
+
body,
|
|
6
|
+
headingLevel,
|
|
7
|
+
headingRef,
|
|
8
|
+
headline,
|
|
9
|
+
variant
|
|
10
|
+
}) => /* @__PURE__ */ jsxs("div", { className: headerIconBillboard, children: [
|
|
11
|
+
headline && React.createElement(
|
|
12
|
+
headingLevel,
|
|
13
|
+
{
|
|
14
|
+
ref: headingRef,
|
|
15
|
+
className: `${title({ variant })}`
|
|
16
|
+
},
|
|
17
|
+
headline
|
|
18
|
+
),
|
|
19
|
+
body && /* @__PURE__ */ jsx("div", { children: body })
|
|
20
|
+
] });
|
|
21
|
+
export {
|
|
22
|
+
HeaderSection
|
|
23
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { billboard_icon } from "../IconBillboard.css.js";
|
|
3
|
+
const IconSection = ({ icon }) => {
|
|
4
|
+
if (!icon) return null;
|
|
5
|
+
return /* @__PURE__ */ jsx("div", { className: billboard_icon, role: "presentation", children: /* @__PURE__ */ jsx(
|
|
6
|
+
"img",
|
|
7
|
+
{
|
|
8
|
+
src: icon?.src,
|
|
9
|
+
alt: icon?.alt ?? "",
|
|
10
|
+
className: "img_fluid",
|
|
11
|
+
height: icon?.height,
|
|
12
|
+
width: icon?.width
|
|
13
|
+
}
|
|
14
|
+
) });
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
IconSection
|
|
18
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { QuaternaryTypes } from '../../utils';
|
|
3
|
+
|
|
4
|
+
export interface ItemsSectionProps {
|
|
5
|
+
items?: {
|
|
6
|
+
id: string;
|
|
7
|
+
content: ReactNode;
|
|
8
|
+
}[];
|
|
9
|
+
variant: QuaternaryTypes;
|
|
10
|
+
}
|
|
11
|
+
export declare const ItemsSection: ({ items, variant }: ItemsSectionProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import clsx from "clsx";
|
|
3
|
+
import { list } from "../IconBillboard.css.js";
|
|
4
|
+
import { BulletItem } from "../../BulletItem/BulletItem.js";
|
|
5
|
+
const ItemsSection = ({ items, variant }) => {
|
|
6
|
+
if (!items || items.length === 0) return null;
|
|
7
|
+
return /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("ul", { className: clsx(list, "list_unstyled"), children: items.map((item) => /* @__PURE__ */ jsx(BulletItem, { id: item.id, variant, children: item.content }, item.id)) }) });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
ItemsSection
|
|
11
|
+
};
|
|
@@ -5,7 +5,12 @@ const useExitIntentModal = (enabled) => {
|
|
|
5
5
|
const modalRef = useRef(null);
|
|
6
6
|
useEffect(() => {
|
|
7
7
|
if (!enabled) return;
|
|
8
|
-
const
|
|
8
|
+
const getPageSpecificStorageKey = () => {
|
|
9
|
+
const pathname = window.location.pathname;
|
|
10
|
+
const normalizedPath = pathname.replace(/^\/+|\/+$/g, "").replace(/\//g, "_") || "root";
|
|
11
|
+
return `exitIntentShown_${normalizedPath}`;
|
|
12
|
+
};
|
|
13
|
+
const STORAGE_KEY = getPageSpecificStorageKey();
|
|
9
14
|
const sessionExpiry = 24 * 60 * 60 * 1e3;
|
|
10
15
|
const hasShown = () => {
|
|
11
16
|
const stored = localStorage.getItem(STORAGE_KEY);
|
|
@@ -23,6 +23,12 @@ export interface BillboardImageInterface {
|
|
|
23
23
|
height?: string | number;
|
|
24
24
|
width?: string | number;
|
|
25
25
|
}
|
|
26
|
+
export interface BillboardVideoInterface {
|
|
27
|
+
videoId: string;
|
|
28
|
+
videoPlayer: string;
|
|
29
|
+
thubnailImage: string;
|
|
30
|
+
transcript?: string;
|
|
31
|
+
}
|
|
26
32
|
export interface ImageBillboardInterface {
|
|
27
33
|
id: string;
|
|
28
34
|
headline: string | ReactNode;
|
|
@@ -34,6 +40,7 @@ export interface ImageBillboardInterface {
|
|
|
34
40
|
eyebrow: string | ReactNode;
|
|
35
41
|
bullets: BulletItemProps[];
|
|
36
42
|
image?: BillboardImageInterface;
|
|
43
|
+
video?: BillboardVideoInterface;
|
|
37
44
|
callToActionRow: ChevronProps[];
|
|
38
45
|
set?: boolean;
|
|
39
46
|
textImageLineOneSmall?: ReactNode | string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ImageBillboardInterface } from './ImageBillboard.interface';
|
|
2
2
|
|
|
3
|
-
export declare const ImageBillboard: ({ id, bodyCopy, bordered, bullets, callToActionRow, exitIntent, eyebrow, headline, image, imagePlacement: position, internalName, set, textImageLineOneSmall, textImageLineThreeSmall, textImageLineTwoBig, variant, }: ImageBillboardInterface) => import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
+
export declare const ImageBillboard: ({ id, bodyCopy, bordered, bullets, callToActionRow, exitIntent, eyebrow, headline, image, video, imagePlacement: position, internalName, set, textImageLineOneSmall, textImageLineThreeSmall, textImageLineTwoBig, variant, }: ImageBillboardInterface) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -8,7 +8,7 @@ import { Chevron } from "../Chevron/index.js";
|
|
|
8
8
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
9
9
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
10
10
|
import SvgCheckIcon from "../icons/CheckIcon/index.js";
|
|
11
|
-
import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
11
|
+
import '../assets/VideoTile/VideoTile.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
@@ -19,6 +19,10 @@ import { useExitIntentModal } from "./ExitIntentModal/useExitIntentModal.js";
|
|
|
19
19
|
import { ModalWrapper } from "./ExitIntentModal/ModalWrapper.js";
|
|
20
20
|
import clsx from "clsx";
|
|
21
21
|
import { billboard_img, center_center, remove_padding, image_inner_wrapper, image_background, is_bg_img, up_to, rate_billboard, apy_billboard, rate_pad, rate_container, body, billboard_body, billboard_header_section, supertag, header, body_copy, sub_bullets, billboard_ctas, billboard, imagePlacement, image_based, bottom_right, bottom_center, bottom_left, center_right, center_left, top_right, top_center, top_left } from "./ImageBillboard.css.js";
|
|
22
|
+
import "next/script.js";
|
|
23
|
+
import { VideoTile } from "../VideoTile/VideoTile.js";
|
|
24
|
+
/* empty css */
|
|
25
|
+
/* empty css */
|
|
22
26
|
const ImageBillboard = ({
|
|
23
27
|
id,
|
|
24
28
|
bodyCopy,
|
|
@@ -29,6 +33,7 @@ const ImageBillboard = ({
|
|
|
29
33
|
eyebrow,
|
|
30
34
|
headline,
|
|
31
35
|
image,
|
|
36
|
+
video,
|
|
32
37
|
imagePlacement: position = "left",
|
|
33
38
|
internalName,
|
|
34
39
|
set,
|
|
@@ -48,7 +53,7 @@ const ImageBillboard = ({
|
|
|
48
53
|
if (headingRef.current) {
|
|
49
54
|
const section = headingRef.current.closest("section");
|
|
50
55
|
if (section) {
|
|
51
|
-
const existingH2 = section.querySelector("h2.
|
|
56
|
+
const existingH2 = section.querySelector("h2._1r4ovbuj");
|
|
52
57
|
if (existingH2) {
|
|
53
58
|
setHeadingLevel("h3");
|
|
54
59
|
}
|
|
@@ -93,7 +98,7 @@ const ImageBillboard = ({
|
|
|
93
98
|
image?.imageType === "Image" ? image_based : ""
|
|
94
99
|
),
|
|
95
100
|
children: [
|
|
96
|
-
/* @__PURE__ */ jsx("div", { className: `${billboard_img} flex`, children: image ? /* @__PURE__ */ jsx(Fragment, { children: image?.imageType === "Image" ? /* @__PURE__ */ jsx(
|
|
101
|
+
/* @__PURE__ */ jsx("div", { className: `${billboard_img} flex`, children: image && image.src ? /* @__PURE__ */ jsx(Fragment, { children: image?.imageType === "Image" ? /* @__PURE__ */ jsx(
|
|
97
102
|
"div",
|
|
98
103
|
{
|
|
99
104
|
role: "presentation",
|
|
@@ -122,7 +127,18 @@ const ImageBillboard = ({
|
|
|
122
127
|
alt: image?.alt ?? "",
|
|
123
128
|
className: is_bg_img
|
|
124
129
|
}
|
|
125
|
-
) }) }) : /* @__PURE__ */ jsx(
|
|
130
|
+
) }) }) : video && video.videoId ? /* @__PURE__ */ jsx("div", { className: image_background, role: "presentation", children: /* @__PURE__ */ jsx(
|
|
131
|
+
VideoTile,
|
|
132
|
+
{
|
|
133
|
+
id: "video-tile",
|
|
134
|
+
videoId: video.videoId,
|
|
135
|
+
videoPlayer: video.videoPlayer,
|
|
136
|
+
thumbnailImage: video.thubnailImage,
|
|
137
|
+
displayType: "inline",
|
|
138
|
+
transcript: video.transcript,
|
|
139
|
+
enableModal: true
|
|
140
|
+
}
|
|
141
|
+
) }) : /* @__PURE__ */ jsx(
|
|
126
142
|
"div",
|
|
127
143
|
{
|
|
128
144
|
className: clsx(
|
|
@@ -3,7 +3,7 @@ import { Hyperlink } from "../Hyperlink/index.js";
|
|
|
3
3
|
import "../IconBillboard/IconBillboard.css.js";
|
|
4
4
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
5
5
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
6
|
-
import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/
|
|
6
|
+
import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Modal/Modal.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/Chatbot/ChatWindow.css';import '../assets/Chatbot/Bubble.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -37,8 +37,11 @@ import "../Input/InputPhone.js";
|
|
|
37
37
|
import "../Input/InputTextArea.js";
|
|
38
38
|
import "../Input/DownPaymentInput.js";
|
|
39
39
|
import "../Input/RadioButton.js";
|
|
40
|
+
import "../Input/PercentageInput.js";
|
|
40
41
|
import "react-hook-form";
|
|
42
|
+
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
41
43
|
import "../Forms/Forms.css.js";
|
|
44
|
+
import "../Forms/HoneyPot/index.js";
|
|
42
45
|
import "../Forms/SalesforceFieldsForm.js";
|
|
43
46
|
import "../Input/RadioButton.css.js";
|
|
44
47
|
import "../Input/Checkbox.css.js";
|
|
@@ -54,8 +57,6 @@ import "iframe-resizer";
|
|
|
54
57
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
55
58
|
import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
56
59
|
import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
57
|
-
import "../Input/PercentageInput.js";
|
|
58
|
-
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
59
60
|
/* empty css */
|
|
60
61
|
import "react-dom";
|
|
61
62
|
/* empty css */
|
|
@@ -64,6 +65,12 @@ import "../Auth/SignInPassword.js";
|
|
|
64
65
|
/* empty css */
|
|
65
66
|
/* empty css */
|
|
66
67
|
import "../Carousel/index.js";
|
|
68
|
+
/* empty css */
|
|
69
|
+
import "../Chatbot/store/chat.js";
|
|
70
|
+
import "../Chatbot/authenticate.js";
|
|
71
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
|
+
/* empty css */
|
|
73
|
+
import "../Chatbot/store/messages.js";
|
|
67
74
|
/* empty css */
|
|
68
75
|
import "../Comparison/Comparison.css.js";
|
|
69
76
|
import "../Tab/Tab.css.js";
|
|
@@ -79,6 +86,8 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
79
86
|
/* empty css */
|
|
80
87
|
import { imageLinkContainer } from "../SetContainer/SetContainer.css.js";
|
|
81
88
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
89
|
+
import "next/script.js";
|
|
90
|
+
/* empty css */
|
|
82
91
|
/* empty css */
|
|
83
92
|
/* empty css */
|
|
84
93
|
/* empty css */
|
|
@@ -115,8 +124,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
115
124
|
/* empty css */
|
|
116
125
|
/* empty css */
|
|
117
126
|
/* empty css */
|
|
118
|
-
import "next/script.js";
|
|
119
|
-
/* empty css */
|
|
120
127
|
/* empty css */
|
|
121
128
|
import "../HeroBanner/LargeBanner.css.js";
|
|
122
129
|
import "../HeroBanner/SelectionBanner.css.js";
|