@axos-web-dev/shared-components 1.0.101-dev.1 → 2.0.0-dev.10
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/README.md +111 -111
- package/dist/ATMLocator/ATMLocator.js +6 -11
- package/dist/Article/Article.d.ts +2 -2
- package/dist/Article/Article.js +13 -2
- package/dist/Auth/ErrorAlert.js +7 -12
- package/dist/Auth/SignInPassword.js +0 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/BulletItem/BulletItem.js +0 -1
- package/dist/Button/Button.js +7 -13
- package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
- package/dist/Calculators/ApyCalculator/index.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.js +16 -9
- package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
- package/dist/Calculators/BuyDownCalculator/index.js +0 -1
- package/dist/Calculators/Calculator.js +4 -9
- package/dist/Calculators/MarginTradingCalculator/index.js +119 -2
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
- package/dist/Calculators/SummitApyCalculator/index.js +3 -2
- package/dist/Carousel/index.js +13 -15
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +2 -0
- package/dist/Chatbot/AnimatedGradientBorder.css.js +7 -3
- package/dist/Chatbot/Bubble.css.js +2 -1
- package/dist/Chatbot/Bubble.d.ts +2 -1
- package/dist/Chatbot/Bubble.js +102 -92
- package/dist/Chatbot/Chat.js +0 -7
- package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
- package/dist/Chatbot/ChatWindow.css.js +8 -0
- package/dist/Chatbot/ChatWindow.d.ts +2 -0
- package/dist/Chatbot/ChatWindow.js +34 -15
- package/dist/Chatbot/Chatbot.d.ts +2 -2
- package/dist/Chatbot/Chatbot.js +164 -33
- package/dist/Chatbot/ChatbotMessage.d.ts +2 -0
- package/dist/Chatbot/ChatbotMessage.js +88 -25
- package/dist/Chatbot/index.js +5 -1
- package/dist/Chatbot/store/chat.d.ts +6 -0
- package/dist/Chatbot/store/chat.js +14 -2
- package/dist/Chatbot/store/messages.d.ts +1 -0
- package/dist/Chatbot/store/messages.js +5 -2
- package/dist/Chevron/index.js +6 -12
- package/dist/Comparison/Comparison.js +6 -11
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +146 -155
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.js +6 -11
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +87 -188
- package/dist/Forms/ApplicationStart.js +0 -1
- package/dist/Forms/ApplyNow.js +5 -10
- package/dist/Forms/BoatMooringLocation.d.ts +2 -0
- package/dist/Forms/BoatMooringLocation.js +56 -1
- package/dist/Forms/ClearingForm.js +0 -1
- package/dist/Forms/CommercialDeposits.js +0 -1
- package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
- package/dist/Forms/CommercialLending.js +3 -2
- package/dist/Forms/CommercialPremiumFinance.js +0 -1
- package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
- package/dist/Forms/ConstructionLendingDynamic.js +324 -0
- package/dist/Forms/ContactCompany.js +0 -1
- package/dist/Forms/ContactCompanyTitle.js +0 -1
- package/dist/Forms/ContactUs.js +0 -1
- package/dist/Forms/ContactUsAAS.js +0 -1
- package/dist/Forms/ContactUsBusiness.js +6 -11
- package/dist/Forms/ContactUsBusinessNameEmail.js +6 -11
- package/dist/Forms/ContactUsLVF.js +0 -1
- package/dist/Forms/ContactUsNMLSId.js +6 -11
- package/dist/Forms/CpraRequest.js +100 -3
- package/dist/Forms/CraPublicFile.js +6 -11
- package/dist/Forms/DealerServices.js +0 -1
- package/dist/Forms/EmailOnly.js +13 -13
- package/dist/Forms/EmailUs.js +40 -35
- package/dist/Forms/FormEnums.js +1 -3
- package/dist/Forms/Forms.css.d.ts +4 -1
- package/dist/Forms/Forms.css.js +42 -42
- package/dist/Forms/HoneyPot/index.js +0 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -12
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +6 -11
- package/dist/Forms/MortgageWarehouseLending.js +6 -11
- package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
- package/dist/Forms/ScheduleCall.js +0 -1
- package/dist/Forms/ScheduleCallPremier.js +0 -1
- package/dist/Forms/SuccesForm.js +7 -12
- package/dist/Forms/VendorQuestionnaire.js +0 -1
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -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 +10 -14
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +11 -9
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +14 -8
- package/dist/ImageLink/ImageLink.js +5 -10
- package/dist/ImageLink/ImageLinkSet.js +5 -10
- package/dist/ImageLink/index.js +5 -10
- package/dist/Insight/Featured/CategorySelector.js +5 -10
- package/dist/Insight/Featured/Featured.js +6 -11
- package/dist/Insight/Featured/Header.js +6 -11
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +19 -1
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -6
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +3 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +42 -16
- package/dist/LoadingIndicator/index.js +0 -1
- package/dist/Modal/Modal.js +5 -10
- package/dist/Modal/contextApi/store.d.ts +16 -2
- package/dist/Modal/contextApi/store.js +37 -6
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
- package/dist/NavigationMenu/AxosALTS/index.js +14 -16
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +341 -73
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +27 -12
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +219 -366
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +232 -248
- package/dist/NavigationMenu/AxosBank/index.js +19 -54
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosClearing/index.js +0 -1
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
- package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
- package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
- package/dist/NavigationMenu/LaVictoire/index.js +19 -44
- package/dist/NavigationMenu/Navbar.js +8 -9
- package/dist/NavigationMenu/SignInNavButton.js +19 -27
- package/dist/SetContainer/SetContainer.js +6 -11
- package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
- package/dist/SocialMediaBar/iconsRepository.js +32 -41
- package/dist/SocialMediaBar/index.js +3 -1
- package/dist/Tab/Tab.js +0 -1
- package/dist/Table/Table.js +0 -1
- package/dist/VideoTile/VideoTile.js +4 -9
- package/dist/VideoWrapper/index.js +4 -9
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css +59 -59
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
- package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
- package/dist/assets/Carousel/Carousel.css +1 -1
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +65 -8
- package/dist/assets/Chatbot/Bubble.css +19 -6
- package/dist/assets/Chatbot/ChatWindow.css +44 -10
- package/dist/assets/DownloadTile/DownloadTile.css +2 -2
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +280 -172
- package/dist/assets/FdicCallout/FdicCallout.css +48 -48
- package/dist/assets/Forms/Forms.css +122 -115
- package/dist/assets/HelpArticle/HelpArticle.css +2 -2
- package/dist/assets/HeroBanner/HeroBanner.css +82 -65
- package/dist/assets/HeroBanner/LargeBanner.css +126 -59
- package/dist/assets/IconBillboard/IconBillboard.css +35 -28
- package/dist/assets/Inputs/Input.css +1 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Insight/Insight.css +4 -4
- package/dist/assets/Interstitial/Interstitial.css +142 -142
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +28 -15
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +191 -30
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +427 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
- package/dist/assets/Topic/Topic.css +1 -1
- package/dist/assets/Typography/Typography.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css +48 -48
- package/dist/assets/globals.css +28 -18
- package/dist/assets/notification.mp3.js +4 -0
- package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
- package/dist/main.js +16 -6
- package/dist/utils/allowedAxosDomains.d.ts +5 -2
- package/dist/utils/allowedAxosDomains.js +50 -47
- package/dist/utils/appendQueryParams.js +36 -5
- package/dist/utils/getPosition.d.ts +1 -0
- package/dist/utils/getPosition.js +17 -0
- package/dist/utils/index.js +2 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/dist/utils/validateExternalLinks.d.ts +1 -1
- package/dist/utils/validateExternalLinks.js +4 -6
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +7 -4
- package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
- package/dist/NavigationMenu/NavDataJson.js +0 -317
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import "../utils/allowedAxosDomains.js";
|
|
3
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
4
3
|
import "react";
|
|
5
4
|
import clsx from "clsx";
|
|
@@ -7,7 +6,7 @@ import "@hookform/resolvers/zod";
|
|
|
7
6
|
import "../IconBillboard/IconBillboard.css.js";
|
|
8
7
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
9
8
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
10
|
-
import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';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/NavBar2.css';import '../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar2.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/
|
|
9
|
+
import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';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/NavBar2.css';import '../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar2.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/Chatbot/Chatbot.css';import '../assets/Chatbot/AnimatedGradientBorder.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/Insight/Insight.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Modal/Modal.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.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/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
11
10
|
/* empty css */
|
|
12
11
|
/* empty css */
|
|
13
12
|
/* empty css */
|
|
@@ -23,6 +22,7 @@ import "../ArticlesSet/ArticlesSet.css.js";
|
|
|
23
22
|
import "../Calculators/calculator.css.js";
|
|
24
23
|
import "../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
|
|
25
24
|
import "../Button/Button.css.js";
|
|
25
|
+
import "../Modal/contextApi/store.js";
|
|
26
26
|
import "../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
27
27
|
import "../Table/Table.css.js";
|
|
28
28
|
import "../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
|
|
@@ -43,12 +43,11 @@ import "react-hook-form";
|
|
|
43
43
|
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
44
44
|
import "iframe-resizer";
|
|
45
45
|
/* empty css */
|
|
46
|
+
import "../Chevron/Chevron.css.js";
|
|
47
|
+
/* empty css */
|
|
46
48
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
47
49
|
import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
48
50
|
import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
49
|
-
import "../Chevron/Chevron.css.js";
|
|
50
|
-
/* empty css */
|
|
51
|
-
import "../Modal/contextApi/store.js";
|
|
52
51
|
import "../Hyperlink/Hyperlink.css.js";
|
|
53
52
|
/* empty css */
|
|
54
53
|
import "react-dom";
|
|
@@ -60,18 +59,18 @@ import "../Auth/SignInPassword.js";
|
|
|
60
59
|
/* empty css */
|
|
61
60
|
import "../Carousel/index.js";
|
|
62
61
|
/* empty css */
|
|
62
|
+
/* empty css */
|
|
63
63
|
/* empty css */
|
|
64
64
|
import "../Chatbot/store/chat.js";
|
|
65
|
-
import "../Chatbot/
|
|
66
|
-
/* empty css */
|
|
65
|
+
import "../Chatbot/Chatbot.js";
|
|
67
66
|
import "react-use";
|
|
68
67
|
/* empty css */
|
|
69
68
|
import "../Chatbot/store/messages.js";
|
|
70
69
|
/* empty css */
|
|
71
70
|
import "../Comparison/Comparison.css.js";
|
|
72
71
|
import "next/image.js";
|
|
73
|
-
import "../HeroBanner/HeroBanner.css.js";
|
|
74
72
|
import "../HeroBanner/LargeBanner.css.js";
|
|
73
|
+
import "../HeroBanner/HeroBanner.css.js";
|
|
75
74
|
import "../HeroBanner/SelectionBanner.css.js";
|
|
76
75
|
import "../SetContainer/SetContainer.css.js";
|
|
77
76
|
import "../Tab/Tab.css.js";
|
|
@@ -99,15 +98,11 @@ import "next/navigation.js";
|
|
|
99
98
|
/* empty css */
|
|
100
99
|
/* empty css */
|
|
101
100
|
import "next/link.js";
|
|
102
|
-
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
103
101
|
/* empty css */
|
|
104
|
-
import "../NavigationMenu/AxosBank/NavData.js";
|
|
105
102
|
/* empty css */
|
|
106
103
|
/* empty css */
|
|
107
|
-
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
108
104
|
/* empty css */
|
|
109
105
|
/* empty css */
|
|
110
|
-
import "../NavigationMenu/LaVictoire/NavData.js";
|
|
111
106
|
import "../PageNavItem/PageNavItem.css.js";
|
|
112
107
|
import "react-slick";
|
|
113
108
|
/* empty css */
|
|
@@ -16,7 +16,6 @@ import { InputPhone } from "../Input/InputPhone.js";
|
|
|
16
16
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
17
17
|
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
|
-
import "../utils/allowedAxosDomains.js";
|
|
20
19
|
import { z } from "zod";
|
|
21
20
|
import { getVariant } from "../utils/getVariant.js";
|
|
22
21
|
import { useCachedEmailValidator } from "../utils/useCachedValidators.js";
|
package/dist/Forms/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './CommercialDeposits';
|
|
|
6
6
|
export * from './CommercialDepositsNoLendingOption';
|
|
7
7
|
export * from './CommercialLending';
|
|
8
8
|
export * from './CommercialPremiumFinance';
|
|
9
|
+
export * from './ConstructionLendingDynamic';
|
|
9
10
|
export * from './ContactCompany';
|
|
10
11
|
export * from './ContactCompanyTitle';
|
|
11
12
|
export * from './ContactUs';
|
package/dist/Forms/index.js
CHANGED
|
@@ -7,6 +7,7 @@ import { CommercialDeposits } from "./CommercialDeposits.js";
|
|
|
7
7
|
import { CommercialDepositsNoLendingOption } from "./CommercialDepositsNoLendingOption.js";
|
|
8
8
|
import { CommercialLending } from "./CommercialLending.js";
|
|
9
9
|
import { CommercialPremiumFinance } from "./CommercialPremiumFinance.js";
|
|
10
|
+
import { ConstructionLendingDynamic } from "./ConstructionLendingDynamic.js";
|
|
10
11
|
import { ContactCompany } from "./ContactCompany.js";
|
|
11
12
|
import { ContactCompanyTitle } from "./ContactCompanyTitle.js";
|
|
12
13
|
import { ContactUs } from "./ContactUs.js";
|
|
@@ -25,7 +26,6 @@ import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./HoneyPot/index.js";
|
|
|
25
26
|
import { MortgageRate } from "./MortgageRate/MortgageRateForm.js";
|
|
26
27
|
import "react/jsx-runtime";
|
|
27
28
|
import { RateWatchForm } from "./MortgageRate/MortgageRateWatch.js";
|
|
28
|
-
import "../utils/allowedAxosDomains.js";
|
|
29
29
|
import "react";
|
|
30
30
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
31
31
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
@@ -51,6 +51,7 @@ export {
|
|
|
51
51
|
CommercialDepositsNoLendingOption,
|
|
52
52
|
CommercialLending,
|
|
53
53
|
CommercialPremiumFinance,
|
|
54
|
+
ConstructionLendingDynamic,
|
|
54
55
|
ContactCompany,
|
|
55
56
|
ContactCompanyTitle,
|
|
56
57
|
ContactUs,
|
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
import '../assets/HeroBanner/HeroBanner.css';import '../assets/Insight/Insight.css';import '../assets/HeroBanner/SelectionBanner.css';import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';import '../assets/Typography/Typography.css';/* empty css */
|
|
1
|
+
import '../assets/HeroBanner/HeroBanner.css';import '../assets/HeroBanner/LargeBanner.css';import '../assets/Insight/Insight.css';import '../assets/HeroBanner/SelectionBanner.css';import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';import '../assets/Typography/Typography.css';/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
|
+
/* empty css */
|
|
8
9
|
/* empty css */
|
|
9
10
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
10
11
|
var logout = "_1ye8k3f0";
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
12
|
+
var xl = "_1ye8k3f1";
|
|
13
|
+
var hero_banner = createRuntimeFn({ defaultClassName: "_1ye8k3f2", variantClassNames: { variant: { primary: "_1ye8k3f3", secondary: "_1ye8k3f4", tertiary: "_1ye8k3f5", quaternary: "_1ye8k3f6" } }, defaultVariants: {}, compoundVariants: [] });
|
|
14
|
+
var hero_content = "_1ye8k3f7";
|
|
15
|
+
var reversed = "_1ye8k3f8";
|
|
16
|
+
var reversed_lg_image = "_1ye8k3f9";
|
|
17
|
+
var hero_text = "_1ye8k3fa";
|
|
18
|
+
var hero_wrapper = "_1ye8k3fb";
|
|
19
|
+
var hero_img = "_1ye8k3fc";
|
|
20
|
+
var img_contents = "_1ye8k3fd";
|
|
21
|
+
var heroSupertag = createRuntimeFn({ defaultClassName: "_1ye8k3fe", variantClassNames: { variant: { primary: "_1ye8k3ff", secondary: "_1ye8k3fg", tertiary: "_1ye8k3fh", quaternary: "_1ye8k3fi" } }, defaultVariants: {}, compoundVariants: [] });
|
|
22
|
+
var headline_text = createRuntimeFn({ defaultClassName: "_1ye8k3fj", variantClassNames: { variant: { primary: "_1ye8k3fk", secondary: "_1ye8k3fl", tertiary: "_1ye8k3fm", quaternary: "_1ye8k3fn" } }, defaultVariants: {}, compoundVariants: [] });
|
|
23
|
+
var hero_btns = "_1ye8k3fo";
|
|
24
|
+
var hero_embedded_image = "_1ye8k3fp";
|
|
25
|
+
var hero_sub_bullets = "_1ye8k3fq";
|
|
26
|
+
var hero_bullet_item = "_1ye8k3fr";
|
|
25
27
|
export {
|
|
26
28
|
headline_text,
|
|
27
29
|
heroSupertag,
|
|
@@ -37,5 +39,6 @@ export {
|
|
|
37
39
|
img_contents,
|
|
38
40
|
logout,
|
|
39
41
|
reversed,
|
|
40
|
-
reversed_lg_image
|
|
42
|
+
reversed_lg_image,
|
|
43
|
+
xl
|
|
41
44
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { HeroBannerInterface } from './HeroBanner.interface';
|
|
2
2
|
|
|
3
|
-
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, bullets, subBodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, selection, isSelectionBanner, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, bullets, subBodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, selection, isSelectionBanner, video, videoTextPosition, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BulletItemProps } from '../BulletItem';
|
|
2
2
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
3
3
|
import { ReactNode } from 'react';
|
|
4
|
+
import { HeroVideoPosterProps } from './HeroVideoPoster';
|
|
4
5
|
|
|
5
6
|
export interface HeroImageInterface {
|
|
6
7
|
src: string;
|
|
@@ -20,7 +21,7 @@ export type HeroBannerWithSelection = {
|
|
|
20
21
|
};
|
|
21
22
|
export interface HeroBannerInterface extends HeroBannerWithImage, HeroBannerWithSelection {
|
|
22
23
|
id?: string;
|
|
23
|
-
bannerType?:
|
|
24
|
+
bannerType?: "Hero" | "Logout" | "Large" | "Video Poster" | "Extra Large";
|
|
24
25
|
className?: string;
|
|
25
26
|
variant?: string;
|
|
26
27
|
eyebrow?: string | ReactNode;
|
|
@@ -29,4 +30,6 @@ export interface HeroBannerInterface extends HeroBannerWithImage, HeroBannerWith
|
|
|
29
30
|
bullets: BulletItemProps[];
|
|
30
31
|
subBodyCopy?: string | ReactNode;
|
|
31
32
|
callToActionRow?: ChevronProps[];
|
|
33
|
+
video?: HeroVideoPosterProps;
|
|
34
|
+
videoTextPosition?: "default" | "top left" | "top right" | "bottom left" | "bottom right";
|
|
32
35
|
}
|
|
@@ -16,8 +16,8 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
|
|
|
16
16
|
import { getVariant } from "../utils/getVariant.js";
|
|
17
17
|
import Image from "next/image.js";
|
|
18
18
|
import clsx from "clsx";
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
19
|
+
import { LargeHeroBanner } from "./LargeHeroBanner.js";
|
|
20
|
+
import { logout, xl, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, hero_banner } from "./HeroBanner.css.js";
|
|
21
21
|
import { selection_section_icon_img, selection_section_icon, selection_section, selection_section_bg, selection_section_content, selection_headline_text } from "./SelectionBanner.css.js";
|
|
22
22
|
const HeroBanner = ({
|
|
23
23
|
id,
|
|
@@ -32,13 +32,17 @@ const HeroBanner = ({
|
|
|
32
32
|
imagePlacement = "Right",
|
|
33
33
|
variant,
|
|
34
34
|
selection,
|
|
35
|
-
isSelectionBanner = false
|
|
35
|
+
isSelectionBanner = false,
|
|
36
|
+
video,
|
|
37
|
+
videoTextPosition
|
|
36
38
|
}) => {
|
|
37
|
-
|
|
39
|
+
const imageDimensions = bannerType === "Extra Large" ? { width: 708, height: 740 } : { width: 604, height: 480 };
|
|
40
|
+
const imageSrcBase = `https:${image?.src}`;
|
|
41
|
+
return /* @__PURE__ */ jsx(Fragment, { children: bannerType === "Hero" || bannerType === "Logout" || bannerType === "Extra Large" ? /* @__PURE__ */ jsx(
|
|
38
42
|
"section",
|
|
39
43
|
{
|
|
40
44
|
id,
|
|
41
|
-
className: `${bannerType !== "Hero" ? logout : ""} ${hero_banner({ variant: getVariant(variant) })}`,
|
|
45
|
+
className: `${bannerType !== "Hero" ? logout : ""} ${hero_banner({ variant: getVariant(variant) })} ${bannerType === "Extra Large" ? xl : ""} `,
|
|
42
46
|
children: /* @__PURE__ */ jsx("div", { className: `${hero_wrapper} containment`, children: /* @__PURE__ */ jsxs(
|
|
43
47
|
"div",
|
|
44
48
|
{
|
|
@@ -160,14 +164,14 @@ const HeroBanner = ({
|
|
|
160
164
|
/* @__PURE__ */ jsx(
|
|
161
165
|
"source",
|
|
162
166
|
{
|
|
163
|
-
srcSet:
|
|
167
|
+
srcSet: `${imageSrcBase}?fm=avif&w=${imageDimensions.width}&h=${imageDimensions.height}&fit=fill`,
|
|
164
168
|
type: "image/avif"
|
|
165
169
|
}
|
|
166
170
|
),
|
|
167
171
|
/* @__PURE__ */ jsx(
|
|
168
172
|
"source",
|
|
169
173
|
{
|
|
170
|
-
srcSet:
|
|
174
|
+
srcSet: `${imageSrcBase}?fm=webp&w=${imageDimensions.width}&h=${imageDimensions.height}&fit=fill`,
|
|
171
175
|
type: "image/webp"
|
|
172
176
|
}
|
|
173
177
|
),
|
|
@@ -176,10 +180,10 @@ const HeroBanner = ({
|
|
|
176
180
|
{
|
|
177
181
|
className: "img_fluid",
|
|
178
182
|
style: { color: "transparent" },
|
|
179
|
-
src:
|
|
183
|
+
src: `${imageSrcBase}?w=${imageDimensions.width}&h=${imageDimensions.height}&fit=fill&q=85`,
|
|
180
184
|
alt: "",
|
|
181
|
-
height:
|
|
182
|
-
width:
|
|
185
|
+
height: imageDimensions.height,
|
|
186
|
+
width: imageDimensions.width,
|
|
183
187
|
priority: true
|
|
184
188
|
}
|
|
185
189
|
)
|
|
@@ -270,158 +274,20 @@ const HeroBanner = ({
|
|
|
270
274
|
},
|
|
271
275
|
id
|
|
272
276
|
) : /* @__PURE__ */ jsx(
|
|
273
|
-
|
|
277
|
+
LargeHeroBanner,
|
|
274
278
|
{
|
|
275
|
-
className: lg_hero_banner({ variant: getVariant(variant) }),
|
|
276
279
|
id,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
"h1",
|
|
289
|
-
{
|
|
290
|
-
className: lg_hero_eyebrow({
|
|
291
|
-
variant: getVariant(variant)
|
|
292
|
-
}),
|
|
293
|
-
children: eyebrow
|
|
294
|
-
}
|
|
295
|
-
),
|
|
296
|
-
eyebrow ? /* @__PURE__ */ jsx(
|
|
297
|
-
"h2",
|
|
298
|
-
{
|
|
299
|
-
className: lg_headline_text({
|
|
300
|
-
variant: getVariant(variant)
|
|
301
|
-
}),
|
|
302
|
-
children: headline
|
|
303
|
-
}
|
|
304
|
-
) : /* @__PURE__ */ jsx(
|
|
305
|
-
"h1",
|
|
306
|
-
{
|
|
307
|
-
className: lg_headline_text({
|
|
308
|
-
variant: getVariant(variant)
|
|
309
|
-
}),
|
|
310
|
-
children: headline
|
|
311
|
-
}
|
|
312
|
-
),
|
|
313
|
-
/* @__PURE__ */ jsxs("div", { className: "push_up", children: [
|
|
314
|
-
/* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
|
|
315
|
-
bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: "list_unstyled mb_0 push_up_24", children: bullets.map(
|
|
316
|
-
({ id: id2, icon, copy, subBullet }) => !subBullet ? /* @__PURE__ */ jsxs(
|
|
317
|
-
"li",
|
|
318
|
-
{
|
|
319
|
-
className: `list_item flex ${hero_bullet_item}`,
|
|
320
|
-
children: [
|
|
321
|
-
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
|
|
322
|
-
SvgCheckIcon,
|
|
323
|
-
{
|
|
324
|
-
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "secondary" : "primary"
|
|
325
|
-
}
|
|
326
|
-
) : /* @__PURE__ */ jsx("img", { src: icon?.src, alt: icon?.altText }) }),
|
|
327
|
-
/* @__PURE__ */ jsx("span", { children: copy })
|
|
328
|
-
]
|
|
329
|
-
},
|
|
330
|
-
id2
|
|
331
|
-
) : /* @__PURE__ */ jsx(
|
|
332
|
-
"ul",
|
|
333
|
-
{
|
|
334
|
-
className: clsx(
|
|
335
|
-
hero_sub_bullets,
|
|
336
|
-
"mb_0",
|
|
337
|
-
"push_up"
|
|
338
|
-
),
|
|
339
|
-
children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
340
|
-
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
341
|
-
"img",
|
|
342
|
-
{
|
|
343
|
-
style: { maxWidth: "max-content" },
|
|
344
|
-
src: icon?.src,
|
|
345
|
-
alt: icon?.altText
|
|
346
|
-
}
|
|
347
|
-
) }),
|
|
348
|
-
/* @__PURE__ */ jsx("span", { children: copy })
|
|
349
|
-
] })
|
|
350
|
-
},
|
|
351
|
-
id2
|
|
352
|
-
)
|
|
353
|
-
) })
|
|
354
|
-
] }),
|
|
355
|
-
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
|
|
356
|
-
({
|
|
357
|
-
id: id2,
|
|
358
|
-
variant: variant2,
|
|
359
|
-
displayText,
|
|
360
|
-
targetUrl,
|
|
361
|
-
type,
|
|
362
|
-
newTab
|
|
363
|
-
}) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
364
|
-
Button,
|
|
365
|
-
{
|
|
366
|
-
targetUrl,
|
|
367
|
-
color: getVariant(variant2),
|
|
368
|
-
size: "large",
|
|
369
|
-
rounded: "medium",
|
|
370
|
-
newTab,
|
|
371
|
-
children: displayText
|
|
372
|
-
},
|
|
373
|
-
id2
|
|
374
|
-
) : /* @__PURE__ */ jsx(
|
|
375
|
-
Chevron,
|
|
376
|
-
{
|
|
377
|
-
targetUrl,
|
|
378
|
-
variant: getVariant(variant2),
|
|
379
|
-
newTab,
|
|
380
|
-
children: displayText
|
|
381
|
-
},
|
|
382
|
-
id2
|
|
383
|
-
)
|
|
384
|
-
) })
|
|
385
|
-
] })
|
|
386
|
-
}
|
|
387
|
-
),
|
|
388
|
-
/* @__PURE__ */ jsx(
|
|
389
|
-
"div",
|
|
390
|
-
{
|
|
391
|
-
className: `${lg_hero_img} ${imagePlacement !== "Right" ? reversed_lg_image : ""} rounded`,
|
|
392
|
-
role: "presentation",
|
|
393
|
-
children: /* @__PURE__ */ jsxs("picture", { className: img_contents, children: [
|
|
394
|
-
/* @__PURE__ */ jsx(
|
|
395
|
-
"source",
|
|
396
|
-
{
|
|
397
|
-
srcSet: `https:${image?.src}?fm=avif`,
|
|
398
|
-
type: "image/avif"
|
|
399
|
-
}
|
|
400
|
-
),
|
|
401
|
-
/* @__PURE__ */ jsx(
|
|
402
|
-
"source",
|
|
403
|
-
{
|
|
404
|
-
srcSet: `https:${image?.src}?fm=webp`,
|
|
405
|
-
type: "image/webp"
|
|
406
|
-
}
|
|
407
|
-
),
|
|
408
|
-
/* @__PURE__ */ jsx(
|
|
409
|
-
Image,
|
|
410
|
-
{
|
|
411
|
-
src: `https:${image?.src}?q=85`,
|
|
412
|
-
className: lg_hero_sizing,
|
|
413
|
-
alt: "",
|
|
414
|
-
height: 600,
|
|
415
|
-
width: 792,
|
|
416
|
-
priority: true
|
|
417
|
-
}
|
|
418
|
-
)
|
|
419
|
-
] })
|
|
420
|
-
}
|
|
421
|
-
)
|
|
422
|
-
]
|
|
423
|
-
}
|
|
424
|
-
) })
|
|
280
|
+
eyebrow,
|
|
281
|
+
headline,
|
|
282
|
+
bodyCopy,
|
|
283
|
+
bullets,
|
|
284
|
+
callToActionRow,
|
|
285
|
+
image,
|
|
286
|
+
imagePlacement,
|
|
287
|
+
variant,
|
|
288
|
+
bannerType,
|
|
289
|
+
video,
|
|
290
|
+
videoTextPosition
|
|
425
291
|
}
|
|
426
292
|
) });
|
|
427
293
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { player } from "./LargeBanner.css.js";
|
|
3
|
+
const HeroVideoPoster = ({
|
|
4
|
+
otherSource,
|
|
5
|
+
thumbnailImage
|
|
6
|
+
}) => {
|
|
7
|
+
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("div", { className: player, children: /* @__PURE__ */ jsxs(
|
|
8
|
+
"video",
|
|
9
|
+
{
|
|
10
|
+
autoPlay: true,
|
|
11
|
+
loop: true,
|
|
12
|
+
muted: true,
|
|
13
|
+
playsInline: true,
|
|
14
|
+
...thumbnailImage ? { poster: thumbnailImage } : {},
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("source", { src: otherSource, type: "video/mp4" }),
|
|
17
|
+
"Your browser does not support the video tag."
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
) }) });
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
HeroVideoPoster
|
|
24
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export declare const video_bg: string;
|
|
1
2
|
export declare const lg_hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
3
|
variant: {
|
|
3
4
|
primary: {
|
|
@@ -14,24 +15,51 @@ export declare const lg_hero_banner: import('@vanilla-extract/recipes').RuntimeF
|
|
|
14
15
|
};
|
|
15
16
|
};
|
|
16
17
|
}>;
|
|
18
|
+
export declare const lg_hero_container: string;
|
|
17
19
|
export declare const lg_hero_content: string;
|
|
20
|
+
export declare const content_display_lg: string;
|
|
21
|
+
export declare const lg_hero_content_mobile: string;
|
|
18
22
|
export declare const lg_hero_text: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
19
23
|
variant: {
|
|
20
24
|
primary: {
|
|
21
25
|
background: `var(--${string})`;
|
|
22
26
|
color: `var(--${string})`;
|
|
27
|
+
selectors: {
|
|
28
|
+
[x: string]: {
|
|
29
|
+
background: `var(--${string})`;
|
|
30
|
+
color: `var(--${string})`;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
23
33
|
};
|
|
24
34
|
secondary: {
|
|
25
35
|
background: `var(--${string})`;
|
|
26
36
|
color: `var(--${string})`;
|
|
37
|
+
selectors: {
|
|
38
|
+
[x: string]: {
|
|
39
|
+
background: `var(--${string})`;
|
|
40
|
+
color: `var(--${string})`;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
27
43
|
};
|
|
28
44
|
tertiary: {
|
|
29
45
|
background: `var(--${string})`;
|
|
30
46
|
color: `var(--${string})`;
|
|
47
|
+
selectors: {
|
|
48
|
+
[x: string]: {
|
|
49
|
+
background: `var(--${string})`;
|
|
50
|
+
color: `var(--${string})`;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
31
53
|
};
|
|
32
54
|
quaternary: {
|
|
33
55
|
background: `var(--${string})`;
|
|
34
56
|
color: `var(--${string})`;
|
|
57
|
+
selectors: {
|
|
58
|
+
[x: string]: {
|
|
59
|
+
background: `var(--${string})`;
|
|
60
|
+
color: `var(--${string})`;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
35
63
|
};
|
|
36
64
|
};
|
|
37
65
|
}>;
|
|
@@ -39,15 +67,35 @@ export declare const lg_hero_eyebrow: import('@vanilla-extract/recipes').Runtime
|
|
|
39
67
|
variant: {
|
|
40
68
|
primary: {
|
|
41
69
|
color: `var(--${string})`;
|
|
70
|
+
selectors: {
|
|
71
|
+
[x: string]: {
|
|
72
|
+
color: `var(--${string})`;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
42
75
|
};
|
|
43
76
|
secondary: {
|
|
44
77
|
color: `var(--${string})`;
|
|
78
|
+
selectors: {
|
|
79
|
+
[x: string]: {
|
|
80
|
+
color: `var(--${string})`;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
45
83
|
};
|
|
46
84
|
tertiary: {
|
|
47
85
|
color: `var(--${string})`;
|
|
86
|
+
selectors: {
|
|
87
|
+
[x: string]: {
|
|
88
|
+
color: `var(--${string})`;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
48
91
|
};
|
|
49
92
|
quaternary: {
|
|
50
93
|
color: `var(--${string})`;
|
|
94
|
+
selectors: {
|
|
95
|
+
[x: string]: {
|
|
96
|
+
color: `var(--${string})`;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
51
99
|
};
|
|
52
100
|
};
|
|
53
101
|
}>;
|
|
@@ -55,17 +103,79 @@ export declare const lg_headline_text: import('@vanilla-extract/recipes').Runtim
|
|
|
55
103
|
variant: {
|
|
56
104
|
primary: {
|
|
57
105
|
color: `var(--${string})`;
|
|
106
|
+
selectors: {
|
|
107
|
+
[x: string]: {
|
|
108
|
+
color: `var(--${string})`;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
58
111
|
};
|
|
59
112
|
secondary: {
|
|
60
113
|
color: `var(--${string})`;
|
|
114
|
+
selectors: {
|
|
115
|
+
[x: string]: {
|
|
116
|
+
color: `var(--${string})`;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
61
119
|
};
|
|
62
120
|
tertiary: {
|
|
63
121
|
color: `var(--${string})`;
|
|
122
|
+
selectors: {
|
|
123
|
+
[x: string]: {
|
|
124
|
+
color: `var(--${string})`;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
64
127
|
};
|
|
65
128
|
quaternary: {
|
|
66
129
|
color: `var(--${string})`;
|
|
130
|
+
selectors: {
|
|
131
|
+
[x: string]: {
|
|
132
|
+
color: `var(--${string})`;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
67
135
|
};
|
|
68
136
|
};
|
|
69
137
|
}>;
|
|
70
138
|
export declare const lg_hero_img: string;
|
|
71
139
|
export declare const lg_hero_sizing: string;
|
|
140
|
+
export declare const video_wrapper: string;
|
|
141
|
+
export declare const player: string;
|
|
142
|
+
export declare const placement: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
143
|
+
position: {
|
|
144
|
+
"top left": {
|
|
145
|
+
"@media": {
|
|
146
|
+
"(min-width: 1024px)": {
|
|
147
|
+
borderRadius: "0 0 1rem 0";
|
|
148
|
+
left: number;
|
|
149
|
+
top: number;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
"top right": {
|
|
154
|
+
"@media": {
|
|
155
|
+
"(min-width: 1024px)": {
|
|
156
|
+
borderRadius: "0 0 0 1rem";
|
|
157
|
+
right: number;
|
|
158
|
+
top: number;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
"bottom left": {
|
|
163
|
+
"@media": {
|
|
164
|
+
"(min-width: 1024px)": {
|
|
165
|
+
borderRadius: "0 1rem 0 0";
|
|
166
|
+
bottom: number;
|
|
167
|
+
left: number;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
"bottom right": {
|
|
172
|
+
"@media": {
|
|
173
|
+
"(min-width: 1024px)": {
|
|
174
|
+
borderRadius: "1rem 0 0 0";
|
|
175
|
+
bottom: number;
|
|
176
|
+
right: number;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
}>;
|