@axos-web-dev/shared-components 1.0.5 → 1.0.7-7.1
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 +39 -30
- package/dist/Accordion/Accordion.css.d.ts +1 -1
- package/dist/Article/Article.css.d.ts +41 -41
- package/dist/Article/Article.js +2 -14
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
- package/dist/Auth/ErrorAlert.css.d.ts +4 -0
- package/dist/Auth/ErrorAlert.css.js +11 -0
- package/dist/Auth/ErrorAlert.d.ts +14 -0
- package/dist/Auth/ErrorAlert.js +183 -0
- package/dist/Auth/Logout.d.ts +3 -0
- package/dist/Auth/Logout.js +29 -0
- package/dist/Auth/SignIn.css.d.ts +6 -0
- package/dist/Auth/SignIn.css.js +18 -0
- package/dist/Auth/SignInPassword.d.ts +15 -0
- package/dist/Auth/SignInPassword.js +118 -0
- package/dist/Auth/index.d.ts +5 -0
- package/dist/Auth/index.js +20 -0
- package/dist/Button/Button.css.d.ts +31 -18
- package/dist/Button/Button.css.js +1 -1
- package/dist/Button/Button.js +11 -2
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
- package/dist/Calculators/ApyCalculator/index.js +20 -12
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/AxosOneCalculator/index.js +12 -4
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +101 -0
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +56 -0
- package/dist/Calculators/BuyDownCalculator/index.d.ts +25 -0
- package/dist/Calculators/BuyDownCalculator/index.js +855 -0
- package/dist/Calculators/Calculator.js +26 -8
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/calculator.css.d.ts +12 -12
- package/dist/Calculators/index.d.ts +1 -0
- package/dist/Calculators/index.js +2 -0
- package/dist/CallToActionBar/index.js +4 -2
- package/dist/Carousel/Carousel.css.d.ts +20 -20
- package/dist/Carousel/index.js +12 -3
- package/dist/Chevron/Chevron.css.d.ts +6 -6
- package/dist/Chevron/index.js +12 -3
- package/dist/Comparison/Comparison.css.d.ts +11 -10
- package/dist/Comparison/Comparison.css.js +3 -1
- package/dist/Comparison/Comparison.js +17 -8
- package/dist/Comparison/index.js +2 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
- package/dist/ContentBanner/index.js +9 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
- package/dist/ExecutiveBio/ExecutiveBio.js +13 -27
- package/dist/FaqAccordion/index.js +13 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +11 -2
- package/dist/Forms/ApplicationStart.js +8 -1
- package/dist/Forms/ApplyNow.js +12 -3
- package/dist/Forms/ClearingForm.js +8 -1
- package/dist/Forms/CommercialDeposits.js +7 -0
- package/dist/Forms/CommercialLending.js +8 -1
- package/dist/Forms/CommercialPremiumFinance.d.ts +10 -0
- package/dist/Forms/CommercialPremiumFinance.js +202 -0
- package/dist/Forms/ContactCompany.js +8 -1
- package/dist/Forms/ContactCompanyTitle.js +8 -1
- package/dist/Forms/ContactUs.js +8 -1
- package/dist/Forms/ContactUsAAS.js +8 -3
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +26 -10
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
- package/dist/Forms/ContactUsBusinessNameEmail.js +272 -0
- package/dist/Forms/ContactUsLVF.js +8 -1
- package/dist/Forms/ContactUsNMLSId.js +21 -5
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +63 -61
- package/dist/Forms/CraPublicFile.d.ts +5 -5
- package/dist/Forms/CraPublicFile.js +55 -41
- package/dist/Forms/DealerServices.js +8 -1
- package/dist/Forms/EmailOnly.js +13 -4
- package/dist/Forms/FormEnums.d.ts +21 -0
- package/dist/Forms/FormEnums.js +255 -0
- package/dist/Forms/Forms.css.d.ts +42 -42
- package/dist/Forms/MortgageRate/MortgageRateForm.js +15 -6
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +13 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +6 -8
- package/dist/Forms/ScheduleCall.js +8 -1
- package/dist/Forms/ScheduleCallPremier.js +8 -1
- package/dist/Forms/SuccesForm.js +28 -19
- package/dist/Forms/WcplSurvey.js +8 -1
- package/dist/Forms/index.d.ts +2 -0
- package/dist/Forms/index.js +4 -0
- package/dist/HelpArticle/HelpArticle.css.d.ts +4 -0
- package/dist/HelpArticle/HelpArticle.css.js +12 -0
- package/dist/HelpArticle/index.d.ts +1 -0
- package/dist/HelpArticle/index.js +7 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +17 -17
- package/dist/HeroBanner/HeroBanner.css.js +5 -5
- package/dist/HeroBanner/HeroBanner.js +0 -2
- package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
- package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
- package/dist/Hyperlink/index.js +14 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +25 -25
- package/dist/IconBillboard/IconBillboard.css.js +3 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -0
- package/dist/IconBillboard/IconBillboard.js +37 -7
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +9 -0
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.js +85 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +5 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +90 -0
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +36 -20
- package/dist/ImageBillboard/ImageBillboard.css.js +50 -18
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +13 -2
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +86 -27
- package/dist/ImageBillboard/index.js +17 -1
- package/dist/ImageLink/ImageLink.d.ts +2 -2
- package/dist/ImageLink/ImageLink.js +30 -11
- package/dist/ImageLink/ImageLinkSet.js +14 -5
- package/dist/ImageLink/index.js +14 -5
- package/dist/Input/Checkbox.js +2 -1
- package/dist/Input/Input.css.d.ts +16 -16
- package/dist/Input/Input.js +2 -1
- package/dist/Input/PercentageInput.d.ts +3 -0
- package/dist/Input/PercentageInput.js +32 -0
- package/dist/Input/RadioButton.js +12 -3
- package/dist/Inputs/Input.css.d.ts +14 -14
- package/dist/Insight/Featured/CategorySelector.js +24 -17
- package/dist/Insight/Featured/Featured.css.d.ts +1 -0
- package/dist/Insight/Featured/Featured.css.js +5 -3
- package/dist/Insight/Featured/Featured.js +65 -49
- package/dist/Insight/Featured/Header.js +12 -3
- package/dist/Insight/Featured/index.js +2 -1
- package/dist/Insight/index.js +2 -1
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
- package/dist/Modal/Modal.js +12 -3
- package/dist/NavigationMenu/AxosALTS/NavData.js +11 -2
- package/dist/NavigationMenu/AxosALTS/index.js +11 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -5
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +271 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +660 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
- package/dist/NavigationMenu/AxosBank/NavData.js +11 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +432 -123
- package/dist/NavigationMenu/AxosBank/index.d.ts +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +101 -531
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -2
- package/dist/NavigationMenu/LaVictoire/index.js +48 -19
- package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
- package/dist/SetContainer/SetContainer.css.d.ts +17 -18
- package/dist/SetContainer/SetContainer.css.js +2 -4
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +25 -12
- package/dist/SetContainer/index.js +1 -2
- package/dist/SocialMediaBar/iconsRepository.js +11 -2
- package/dist/StepItem/StepItem.css.d.ts +18 -18
- package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
- package/dist/StepItemSet/StepItemSet.js +2 -14
- package/dist/Tab/Tab.css.d.ts +12 -12
- package/dist/Table/Table.css.d.ts +25 -25
- package/dist/Table/Table.d.ts +3 -3
- package/dist/Topic/Topic.css.d.ts +4 -0
- package/dist/Topic/Topic.css.js +12 -0
- package/dist/Topic/Topic.d.ts +19 -0
- package/dist/Topic/Topic.js +24 -0
- package/dist/Topic/index.d.ts +2 -0
- package/dist/Topic/index.js +12 -0
- package/dist/VideoWrapper/index.js +11 -2
- package/dist/WalnutIframe/index.d.ts +6 -0
- package/dist/WalnutIframe/index.js +21 -0
- package/dist/WalnutIframe/wrapper.module.js +14 -0
- package/dist/assets/Auth/ErrorAlert.css +37 -0
- package/dist/assets/Auth/SignIn.css +86 -0
- package/dist/assets/Button/Button.css +31 -16
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +197 -0
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
- package/dist/assets/CallToActionBar/CallToActionBar.css +32 -0
- package/dist/assets/Comparison/Comparison.css +9 -2
- package/dist/assets/HelpArticle/HelpArticle.css +70 -0
- package/dist/assets/HeroBanner/HeroBanner.css +26 -26
- package/dist/assets/HeroBanner/LargeBanner.css +3 -0
- package/dist/assets/IconBillboard/IconBillboard.css +22 -35
- package/dist/assets/ImageBillboard/ImageBillboard.css +317 -31
- package/dist/assets/Insight/Featured/Featured.css +21 -15
- package/dist/assets/Insight/Insight.css +12 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +114 -301
- package/dist/assets/SetContainer/SetContainer.css +44 -22
- package/dist/assets/Topic/Topic.css +54 -0
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -0
- package/dist/assets/globals.css +14 -32
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -0
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
- package/dist/main.d.ts +5 -0
- package/dist/main.js +61 -5
- package/dist/themes/axos.css.d.ts +38 -38
- package/dist/utils/allowedAxosDomains.js +19 -3
- package/dist/utils/appendQueryParams.js +3 -6
- package/dist/utils/optimizeImage/OptimizeImage.d.ts +11 -0
- package/dist/utils/optimizeImage/OptimizeImage.js +46 -0
- package/dist/utils/optimizeImage/index.d.ts +1 -0
- package/dist/utils/optimizeImage/index.js +4 -0
- package/dist/utils/optimizeImage/optimizeImage.module.js +14 -0
- package/package.json +11 -8
package/dist/main.js
CHANGED
|
@@ -7,6 +7,11 @@ import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content,
|
|
|
7
7
|
import { ArticlesSet } from "./ArticlesSet/ArticlesSet.js";
|
|
8
8
|
import { ant_blog_cta, ant_grid, ant_header, ant_sec_body, ant_sec_title, ant_section, ant_svg_fill } from "./ArticlesSet/ArticlesSet.css.js";
|
|
9
9
|
import { ATMLocator } from "./ATMLocator/ATMLocator.js";
|
|
10
|
+
import { ErrorAlert } from "./Auth/ErrorAlert.js";
|
|
11
|
+
import { error_alert, error_alert_content, error_close_button, separator } from "./Auth/ErrorAlert.css.js";
|
|
12
|
+
import { Logout } from "./Auth/Logout.js";
|
|
13
|
+
import { body_sign_in, fadeInUp, form_input, form_input_wrapper, sign_in_button, sign_in_form } from "./Auth/SignIn.css.js";
|
|
14
|
+
import { SignIn } from "./Auth/SignInPassword.js";
|
|
10
15
|
import { Avatar } from "./Avatar/index.js";
|
|
11
16
|
import { awards_row, awards_section } from "./AwardsBanner/AwardsBanner.css.js";
|
|
12
17
|
import { AwardsBanner } from "./AwardsBanner/AwardsBanner.js";
|
|
@@ -28,11 +33,12 @@ import { MaxLoanCalculator } from "./Calculators/MaxLoanCalculator/index.js";
|
|
|
28
33
|
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
29
34
|
import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalculator/index.js";
|
|
30
35
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
36
|
+
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
31
37
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
32
38
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
33
39
|
import { Chevron } from "./Chevron/index.js";
|
|
34
40
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
35
|
-
import { comparison, comparison_buttons, comparison_container, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
41
|
+
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
36
42
|
import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
37
43
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
38
44
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
@@ -52,11 +58,13 @@ import { ApplyNow, getLink } from "./Forms/ApplyNow.js";
|
|
|
52
58
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
53
59
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
54
60
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
61
|
+
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
55
62
|
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
56
63
|
import { ContactCompanyTitle } from "./Forms/ContactCompanyTitle.js";
|
|
57
64
|
import { ContactUs } from "./Forms/ContactUs.js";
|
|
58
65
|
import { ContactUsAAS } from "./Forms/ContactUsAAS.js";
|
|
59
66
|
import { ContactUsBusiness } from "./Forms/ContactUsBusiness.js";
|
|
67
|
+
import { ContactUsBusinessNameAndEmail } from "./Forms/ContactUsBusinessNameEmail.js";
|
|
60
68
|
import { ContactUsLVF } from "./Forms/ContactUsLVF.js";
|
|
61
69
|
import { ContactUsNMLSId } from "./Forms/ContactUsNMLSId.js";
|
|
62
70
|
import { CpraRequest } from "./Forms/CpraRequest.js";
|
|
@@ -81,6 +89,7 @@ import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
|
81
89
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
82
90
|
import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
83
91
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
92
|
+
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
84
93
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
85
94
|
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
86
95
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
@@ -117,10 +126,10 @@ import { default as default26 } from "./icons/Logos/GBLVF.js";
|
|
|
117
126
|
import { default as default27 } from "./icons/Logos/LVF.js";
|
|
118
127
|
import { default as default28 } from "./icons/Logos/LVFText.js";
|
|
119
128
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
120
|
-
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, header, imagePlacement, image_background, mh_330, rate_billboard, rate_container, rate_pad, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
129
|
+
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, bottom_center, bottom_left, bottom_right, center_center, center_left, center_right, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, image_based, image_inner_wrapper, is_bg_img, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, remove_padding, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, top_center, top_left, top_right, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
121
130
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
122
131
|
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
123
|
-
import {
|
|
132
|
+
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
124
133
|
import "react";
|
|
125
134
|
import { ImageLinkSet } from "./ImageLink/ImageLinkSet.js";
|
|
126
135
|
import { Checkbox } from "./Input/Checkbox.js";
|
|
@@ -136,7 +145,7 @@ import { DownPaymentInput } from "./Input/DownPaymentInput.js";
|
|
|
136
145
|
import { RadioButton, RadioButtonSet } from "./Input/RadioButton.js";
|
|
137
146
|
import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
|
|
138
147
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
139
|
-
import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
148
|
+
import { featured_center_vertical, featured_grid, featured_hero, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
140
149
|
import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
141
150
|
import { footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info_row, insight_list_item, insight_p } from "./Insight/Insight.css.js";
|
|
142
151
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
@@ -169,6 +178,8 @@ import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection }
|
|
|
169
178
|
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
170
179
|
import { premierTheme } from "./themes/premier.css.js";
|
|
171
180
|
import { victorieTheme } from "./themes/victorie.css.js";
|
|
181
|
+
import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic/Topic.js";
|
|
182
|
+
import { topic_columns, topic_container, topic_header, topic_item } from "./Topic/Topic.css.js";
|
|
172
183
|
import { picker_arrow, picker_itemContent, picker_itemProduct, picker_navIcon, picker_navItem } from "./TopicalNavItem/TopicalNavItem.css.js";
|
|
173
184
|
import { TopicalNavItem } from "./TopicalNavItem/TopicalNavItem.js";
|
|
174
185
|
import { picker_container, picker_orient, picker_section } from "./TopicalNavSet/TopicalNavSet.css.js";
|
|
@@ -222,6 +233,7 @@ export {
|
|
|
222
233
|
BreadcumbHeader,
|
|
223
234
|
BulletItem,
|
|
224
235
|
Button,
|
|
236
|
+
BuyDownCalculator,
|
|
225
237
|
Calculator,
|
|
226
238
|
CallToActionBar,
|
|
227
239
|
Carousel,
|
|
@@ -240,12 +252,14 @@ export {
|
|
|
240
252
|
CollectInformationAlert,
|
|
241
253
|
CommercialDeposits,
|
|
242
254
|
CommercialLending,
|
|
255
|
+
CommercialPremiumFinance,
|
|
243
256
|
ComparisonSet,
|
|
244
257
|
ContactCompany,
|
|
245
258
|
ContactCompanyTitle,
|
|
246
259
|
ContactUs,
|
|
247
260
|
ContactUsAAS,
|
|
248
261
|
ContactUsBusiness,
|
|
262
|
+
ContactUsBusinessNameAndEmail,
|
|
249
263
|
ContactUsLVF,
|
|
250
264
|
ContactUsNMLSId,
|
|
251
265
|
ContentBanner,
|
|
@@ -260,6 +274,7 @@ export {
|
|
|
260
274
|
EmailOnly,
|
|
261
275
|
EmailUs,
|
|
262
276
|
default13 as EqualHousingLender,
|
|
277
|
+
ErrorAlert,
|
|
263
278
|
ExecutiveBio,
|
|
264
279
|
ExecutiveBioSet,
|
|
265
280
|
FaqAccordion,
|
|
@@ -295,6 +310,7 @@ export {
|
|
|
295
310
|
LandingPageHeader,
|
|
296
311
|
LoadingIndicator,
|
|
297
312
|
default15 as LockIcon,
|
|
313
|
+
Logout,
|
|
298
314
|
MainHTML,
|
|
299
315
|
MarginTradingCalculator,
|
|
300
316
|
MaxLoanCalculator,
|
|
@@ -327,6 +343,7 @@ export {
|
|
|
327
343
|
ScheduleCallPremier,
|
|
328
344
|
SecondaryFooter,
|
|
329
345
|
SetContainer,
|
|
346
|
+
SignIn,
|
|
330
347
|
SocialMediaBar,
|
|
331
348
|
StepItem,
|
|
332
349
|
StepItemSet,
|
|
@@ -341,6 +358,10 @@ export {
|
|
|
341
358
|
TableHead,
|
|
342
359
|
TableRow,
|
|
343
360
|
TextBlock,
|
|
361
|
+
Topic,
|
|
362
|
+
TopicContent,
|
|
363
|
+
TopicHeader,
|
|
364
|
+
TopicItem,
|
|
344
365
|
TopicalNavItem,
|
|
345
366
|
TopicalNavSet,
|
|
346
367
|
UserInformation,
|
|
@@ -392,6 +413,10 @@ export {
|
|
|
392
413
|
bodyAccordion,
|
|
393
414
|
bodyHeader,
|
|
394
415
|
body_copy,
|
|
416
|
+
body_sign_in,
|
|
417
|
+
bottom_center,
|
|
418
|
+
bottom_left,
|
|
419
|
+
bottom_right,
|
|
395
420
|
bs_add_details,
|
|
396
421
|
bs_btns,
|
|
397
422
|
bs_copy,
|
|
@@ -406,11 +431,15 @@ export {
|
|
|
406
431
|
calculator_description,
|
|
407
432
|
calculator_headline,
|
|
408
433
|
centerSelect,
|
|
434
|
+
center_center,
|
|
435
|
+
center_left,
|
|
436
|
+
center_right,
|
|
409
437
|
checkbox_group,
|
|
410
438
|
columnValues,
|
|
411
439
|
comparison,
|
|
412
440
|
comparison_buttons,
|
|
413
441
|
comparison_container,
|
|
442
|
+
comparison_content,
|
|
414
443
|
comparison_feature,
|
|
415
444
|
comparison_layout,
|
|
416
445
|
comparison_list,
|
|
@@ -431,12 +460,19 @@ export {
|
|
|
431
460
|
dp_input,
|
|
432
461
|
dropdown,
|
|
433
462
|
dynPH,
|
|
463
|
+
error_alert,
|
|
464
|
+
error_alert_content,
|
|
465
|
+
error_close_button,
|
|
434
466
|
executive_bio,
|
|
467
|
+
exit_intent,
|
|
468
|
+
exit_intent_backdrop,
|
|
435
469
|
expand_icon,
|
|
470
|
+
fadeInUp,
|
|
436
471
|
feature_header,
|
|
437
472
|
feature_title,
|
|
438
473
|
featured_center_vertical,
|
|
439
474
|
featured_grid,
|
|
475
|
+
featured_hero,
|
|
440
476
|
featured_maingrid,
|
|
441
477
|
featured_maingrid_img,
|
|
442
478
|
featured_maingrid_item,
|
|
@@ -460,6 +496,8 @@ export {
|
|
|
460
496
|
formBtns,
|
|
461
497
|
formContainer,
|
|
462
498
|
formWrapper,
|
|
499
|
+
form_input,
|
|
500
|
+
form_input_wrapper,
|
|
463
501
|
form_nav_apply_now,
|
|
464
502
|
form_row,
|
|
465
503
|
ft_col,
|
|
@@ -483,10 +521,12 @@ export {
|
|
|
483
521
|
headerVariants,
|
|
484
522
|
header_section,
|
|
485
523
|
header_theme,
|
|
486
|
-
heading,
|
|
487
524
|
headline_setting,
|
|
488
525
|
headline_text,
|
|
489
526
|
headshot,
|
|
527
|
+
helpArticle_container,
|
|
528
|
+
helpArticle_headline,
|
|
529
|
+
helpArticle_p,
|
|
490
530
|
helperText,
|
|
491
531
|
heroSupertag,
|
|
492
532
|
hero_banner,
|
|
@@ -513,6 +553,8 @@ export {
|
|
|
513
553
|
imageLinkContainer,
|
|
514
554
|
imagePlacement,
|
|
515
555
|
image_background,
|
|
556
|
+
image_based,
|
|
557
|
+
image_inner_wrapper,
|
|
516
558
|
img_area,
|
|
517
559
|
img_contents,
|
|
518
560
|
inline_container,
|
|
@@ -521,6 +563,7 @@ export {
|
|
|
521
563
|
insight_header_2,
|
|
522
564
|
insight_header_3,
|
|
523
565
|
insight_header_4,
|
|
566
|
+
insight_headline_2,
|
|
524
567
|
insight_info_row,
|
|
525
568
|
insight_list_item,
|
|
526
569
|
insight_p,
|
|
@@ -528,6 +571,7 @@ export {
|
|
|
528
571
|
isAllowedUrl,
|
|
529
572
|
isEmailLink,
|
|
530
573
|
isPhoneLink,
|
|
574
|
+
is_bg_img,
|
|
531
575
|
isolate_container,
|
|
532
576
|
item,
|
|
533
577
|
item_bio,
|
|
@@ -552,6 +596,7 @@ export {
|
|
|
552
596
|
mh_330,
|
|
553
597
|
modalCheckboxContainer,
|
|
554
598
|
modalMobile,
|
|
599
|
+
modal_close_button,
|
|
555
600
|
modifier,
|
|
556
601
|
mt1Rem,
|
|
557
602
|
mt2rem,
|
|
@@ -581,6 +626,7 @@ export {
|
|
|
581
626
|
rate_container,
|
|
582
627
|
rate_pad,
|
|
583
628
|
rate_table_title,
|
|
629
|
+
remove_padding,
|
|
584
630
|
resposiveLabel,
|
|
585
631
|
results_container,
|
|
586
632
|
reversed,
|
|
@@ -601,6 +647,7 @@ export {
|
|
|
601
647
|
selection_section_content,
|
|
602
648
|
selection_section_icon,
|
|
603
649
|
selection_section_icon_img,
|
|
650
|
+
separator,
|
|
604
651
|
set_container,
|
|
605
652
|
set_container_cols,
|
|
606
653
|
set_logo,
|
|
@@ -609,6 +656,8 @@ export {
|
|
|
609
656
|
shortUrl,
|
|
610
657
|
show,
|
|
611
658
|
show_options,
|
|
659
|
+
sign_in_button,
|
|
660
|
+
sign_in_form,
|
|
612
661
|
single_container,
|
|
613
662
|
smb_section,
|
|
614
663
|
smb_wrapper,
|
|
@@ -642,6 +691,13 @@ export {
|
|
|
642
691
|
three_inline,
|
|
643
692
|
title,
|
|
644
693
|
toggle_container,
|
|
694
|
+
top_center,
|
|
695
|
+
top_left,
|
|
696
|
+
top_right,
|
|
697
|
+
topic_columns,
|
|
698
|
+
topic_container,
|
|
699
|
+
topic_header,
|
|
700
|
+
topic_item,
|
|
645
701
|
transcript_btn,
|
|
646
702
|
transcript_container,
|
|
647
703
|
transcript_content,
|
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
export declare const axosTheme: string, vars: {
|
|
2
2
|
colors: {
|
|
3
3
|
primary: {
|
|
4
|
-
background: `var(--${string})
|
|
5
|
-
body: `var(--${string})
|
|
6
|
-
headline: `var(--${string})
|
|
7
|
-
textGradient: `var(--${string})
|
|
8
|
-
textButton: `var(--${string})
|
|
9
|
-
backgroundButton: `var(--${string})
|
|
10
|
-
border: `var(--${string})
|
|
4
|
+
background: `var(--${string})`;
|
|
5
|
+
body: `var(--${string})`;
|
|
6
|
+
headline: `var(--${string})`;
|
|
7
|
+
textGradient: `var(--${string})`;
|
|
8
|
+
textButton: `var(--${string})`;
|
|
9
|
+
backgroundButton: `var(--${string})`;
|
|
10
|
+
border: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
secondary: {
|
|
13
|
-
background: `var(--${string})
|
|
14
|
-
body: `var(--${string})
|
|
15
|
-
headline: `var(--${string})
|
|
16
|
-
textGradient: `var(--${string})
|
|
17
|
-
textButton: `var(--${string})
|
|
18
|
-
backgroundButton: `var(--${string})
|
|
19
|
-
border: `var(--${string})
|
|
13
|
+
background: `var(--${string})`;
|
|
14
|
+
body: `var(--${string})`;
|
|
15
|
+
headline: `var(--${string})`;
|
|
16
|
+
textGradient: `var(--${string})`;
|
|
17
|
+
textButton: `var(--${string})`;
|
|
18
|
+
backgroundButton: `var(--${string})`;
|
|
19
|
+
border: `var(--${string})`;
|
|
20
20
|
};
|
|
21
21
|
tertiary: {
|
|
22
|
-
background: `var(--${string})
|
|
23
|
-
body: `var(--${string})
|
|
24
|
-
headline: `var(--${string})
|
|
25
|
-
textGradient: `var(--${string})
|
|
26
|
-
textButton: `var(--${string})
|
|
27
|
-
backgroundButton: `var(--${string})
|
|
28
|
-
border: `var(--${string})
|
|
22
|
+
background: `var(--${string})`;
|
|
23
|
+
body: `var(--${string})`;
|
|
24
|
+
headline: `var(--${string})`;
|
|
25
|
+
textGradient: `var(--${string})`;
|
|
26
|
+
textButton: `var(--${string})`;
|
|
27
|
+
backgroundButton: `var(--${string})`;
|
|
28
|
+
border: `var(--${string})`;
|
|
29
29
|
};
|
|
30
30
|
quaternary: {
|
|
31
|
-
background: `var(--${string})
|
|
32
|
-
body: `var(--${string})
|
|
33
|
-
headline: `var(--${string})
|
|
34
|
-
textGradient: `var(--${string})
|
|
35
|
-
textButton: `var(--${string})
|
|
36
|
-
backgroundButton: `var(--${string})
|
|
37
|
-
border: `var(--${string})
|
|
31
|
+
background: `var(--${string})`;
|
|
32
|
+
body: `var(--${string})`;
|
|
33
|
+
headline: `var(--${string})`;
|
|
34
|
+
textGradient: `var(--${string})`;
|
|
35
|
+
textButton: `var(--${string})`;
|
|
36
|
+
backgroundButton: `var(--${string})`;
|
|
37
|
+
border: `var(--${string})`;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
-
error: `var(--${string})
|
|
40
|
+
error: `var(--${string})`;
|
|
41
41
|
disabled: {
|
|
42
|
-
border: `var(--${string})
|
|
43
|
-
color: `var(--${string})
|
|
44
|
-
background: `var(--${string})
|
|
42
|
+
border: `var(--${string})`;
|
|
43
|
+
color: `var(--${string})`;
|
|
44
|
+
background: `var(--${string})`;
|
|
45
45
|
};
|
|
46
46
|
icons: {
|
|
47
47
|
check: {
|
|
48
|
-
primary: `var(--${string})
|
|
49
|
-
secondary: `var(--${string})
|
|
48
|
+
primary: `var(--${string})`;
|
|
49
|
+
secondary: `var(--${string})`;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
table: {
|
|
53
|
-
highlight: `var(--${string})
|
|
54
|
-
color: `var(--${string})
|
|
53
|
+
highlight: `var(--${string})`;
|
|
54
|
+
color: `var(--${string})`;
|
|
55
55
|
};
|
|
56
56
|
footer: {
|
|
57
57
|
link: {
|
|
58
|
-
color: `var(--${string})
|
|
58
|
+
color: `var(--${string})`;
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
selecction: {
|
|
62
62
|
icon: {
|
|
63
|
-
color: `var(--${string})
|
|
63
|
+
color: `var(--${string})`;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
};
|
|
@@ -25,7 +25,7 @@ const moreDomains = {
|
|
|
25
25
|
"{AXSEC}": process.env.AXOS_SECURE_URL || "https://secure.axosbank.com",
|
|
26
26
|
"{SECURE}": process.env.AXOS_SECURE_URL || "https://secure.axosbank.com",
|
|
27
27
|
"{DOWNLOADAXOS}": process.env.AXOS_DOWNLOAD_URL || "https://downloads.axos.com",
|
|
28
|
-
"{
|
|
28
|
+
"{SBEAX}": process.env.SBB_ENROLL || "https://small-business-enrollment.axosbank.com",
|
|
29
29
|
"{CPDS}": process.env.CP_DECISIONLENDER || "https://cp.decisionlender.solutions",
|
|
30
30
|
"{JHALOAN}": process.env.JHA_LOANSPQ || "https://jha.loanspq.com",
|
|
31
31
|
"{AXSECURITIES}": process.env.AXOS_SECURITIES_URL ?? "https://www.axossecurities.com",
|
|
@@ -37,7 +37,11 @@ const moreDomains = {
|
|
|
37
37
|
"{AXBHUBSVIDYARD}": process.env.AXBHUBSVIDYARD_URL || "https://www.axosbank.hubs.vidyard.com",
|
|
38
38
|
"{AUTOAX}": process.env.AUTO_AXOSBANK_URL || "https://auto.axosbank.com",
|
|
39
39
|
"{AFAST}": process.env.SECURE_FAST_URL || "https://secure.approvedfast.com",
|
|
40
|
-
"{LVFMYSITE}": process.env.LVF_MYSITE_URL || "https://lavictoire-finance.my.site.com"
|
|
40
|
+
"{LVFMYSITE}": process.env.LVF_MYSITE_URL || "https://lavictoire-finance.my.site.com",
|
|
41
|
+
"{PERSONALLOANS}": process.env.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
|
|
42
|
+
"{MODELSELECTION}": process.env.MODEL_SELECTION_URL || "https://modelselection.axos.com",
|
|
43
|
+
"{COMMERCIALPORTAL_LOGIN}": `${process.env.COMMERCIALPORTAL_URL}/login` || "https://portals.axosbank.com/login",
|
|
44
|
+
"{COMMERCIALPORTAL_REGISTER}": process.env.COMMERCIALPORTAL_URL + "/Register" || "https://portals.axosbank.com/Register"
|
|
41
45
|
};
|
|
42
46
|
const isAllowedUrl = (url) => {
|
|
43
47
|
const uri = new URL(url, location.href);
|
|
@@ -48,7 +52,7 @@ const isAllowedUrl = (url) => {
|
|
|
48
52
|
return false;
|
|
49
53
|
};
|
|
50
54
|
const findMoreAxosDomains = (url) => {
|
|
51
|
-
const regexSearching = /\{[a-xA-
|
|
55
|
+
const regexSearching = /\{[a-xA-Z_-]+\}/;
|
|
52
56
|
if (regexSearching.test(url)) {
|
|
53
57
|
const domainToReplace = url.match(regexSearching);
|
|
54
58
|
if (Array.isArray(domainToReplace)) {
|
|
@@ -56,6 +60,18 @@ const findMoreAxosDomains = (url) => {
|
|
|
56
60
|
regexSearching,
|
|
57
61
|
moreDomains[domainToReplace[0]]
|
|
58
62
|
);
|
|
63
|
+
if (typeof window !== "undefined" && window.location.search) {
|
|
64
|
+
const original = new URL(newURL, window.location.origin);
|
|
65
|
+
const incomingParams = new URLSearchParams(window.location.search);
|
|
66
|
+
const existingParams = new URLSearchParams(original.search);
|
|
67
|
+
for (const [key, value] of incomingParams.entries()) {
|
|
68
|
+
if (!existingParams.has(key)) {
|
|
69
|
+
existingParams.append(key, value);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
original.search = existingParams.toString();
|
|
73
|
+
return original.toString();
|
|
74
|
+
}
|
|
59
75
|
return newURL;
|
|
60
76
|
}
|
|
61
77
|
}
|
|
@@ -33,12 +33,9 @@ const appendQueryParams = () => {
|
|
|
33
33
|
};
|
|
34
34
|
if (window.location.search.length) {
|
|
35
35
|
document.querySelectorAll("a[href]:not(.ext-link)").forEach((anchor) => {
|
|
36
|
-
const href = anchor.getAttribute("href");
|
|
37
|
-
if (href) {
|
|
38
|
-
|
|
39
|
-
if (!lowerHref.startsWith("tel:") && !lowerHref.startsWith("mailto:")) {
|
|
40
|
-
anchor.href = filterParams(href);
|
|
41
|
-
}
|
|
36
|
+
const href = anchor.getAttribute("href")?.trim();
|
|
37
|
+
if (href && !href.startsWith("tel:") && !href.startsWith("mailto:") && href !== "#" && href !== "" && !href.startsWith("#")) {
|
|
38
|
+
anchor.href = filterParams(href);
|
|
42
39
|
}
|
|
43
40
|
});
|
|
44
41
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface OptimizeImageProps {
|
|
4
|
+
src: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
height?: string | number;
|
|
7
|
+
width?: string | number;
|
|
8
|
+
className?: string;
|
|
9
|
+
rootMargin?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const OptimizeImage: FC<OptimizeImageProps>;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useRef, useState, useEffect } from "react";
|
|
4
|
+
import css from "./optimizeImage.module.js";
|
|
5
|
+
const OptimizeImage = ({
|
|
6
|
+
src,
|
|
7
|
+
alt = "",
|
|
8
|
+
height,
|
|
9
|
+
width,
|
|
10
|
+
className,
|
|
11
|
+
rootMargin = "500px"
|
|
12
|
+
}) => {
|
|
13
|
+
const imgRef = useRef(null);
|
|
14
|
+
const [isVisible, setIsVisible] = useState(false);
|
|
15
|
+
useEffect(() => {
|
|
16
|
+
if (!imgRef.current) return;
|
|
17
|
+
const observer = new IntersectionObserver(
|
|
18
|
+
([entry]) => {
|
|
19
|
+
if (entry.isIntersecting) {
|
|
20
|
+
setIsVisible(true);
|
|
21
|
+
observer.disconnect();
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{ rootMargin }
|
|
25
|
+
);
|
|
26
|
+
observer.observe(imgRef.current);
|
|
27
|
+
return () => observer.disconnect();
|
|
28
|
+
}, [rootMargin]);
|
|
29
|
+
return isVisible ? /* @__PURE__ */ jsxs("picture", { children: [
|
|
30
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${src}?fm=avif`, type: "image/avif" }),
|
|
31
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${src}?fm=webp`, type: "image/webp" }),
|
|
32
|
+
/* @__PURE__ */ jsx(
|
|
33
|
+
"img",
|
|
34
|
+
{
|
|
35
|
+
src,
|
|
36
|
+
alt,
|
|
37
|
+
className,
|
|
38
|
+
width,
|
|
39
|
+
height
|
|
40
|
+
}
|
|
41
|
+
)
|
|
42
|
+
] }) : /* @__PURE__ */ jsx("div", { className: `${css.loader} ${css.loading}`, children: /* @__PURE__ */ jsx("div", { ref: imgRef, style: { width, height } }) });
|
|
43
|
+
};
|
|
44
|
+
export {
|
|
45
|
+
OptimizeImage
|
|
46
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './OptimizeImage';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "_loader_pwl74_10";
|
|
2
|
+
const loading = "_loading_pwl74_16";
|
|
3
|
+
const shimmer = "_shimmer_pwl74_1";
|
|
4
|
+
const css = {
|
|
5
|
+
loader,
|
|
6
|
+
loading,
|
|
7
|
+
shimmer
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
css as default,
|
|
11
|
+
loader,
|
|
12
|
+
loading,
|
|
13
|
+
shimmer
|
|
14
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.77.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@headlessui/react": "^2.2.0",
|
|
32
|
-
"@hookform/resolvers": "^3.
|
|
32
|
+
"@hookform/resolvers": "^3.10.0",
|
|
33
|
+
"@next-safe-action/adapter-react-hook-form": "^2.0.0",
|
|
33
34
|
"@react-input/mask": "^1.2.15",
|
|
34
35
|
"@react-input/number-format": "^1.1.3",
|
|
35
36
|
"@storybook/icons": "^1.3.0",
|
|
@@ -39,9 +40,11 @@
|
|
|
39
40
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
40
41
|
"antd": "^5.22.5",
|
|
41
42
|
"clsx": "^2.1.1",
|
|
43
|
+
"framer-motion": "^12.9.2",
|
|
42
44
|
"iframe-resizer": "^3.6.6",
|
|
43
45
|
"lodash": "^4.17.21",
|
|
44
46
|
"moment": "^2.30.1",
|
|
47
|
+
"next-safe-action": "^8.0.2",
|
|
45
48
|
"react-date-picker": "^11.0.0",
|
|
46
49
|
"react-date-range": "^2.0.1",
|
|
47
50
|
"react-hook-form": "^7.54.2",
|
|
@@ -79,18 +82,18 @@
|
|
|
79
82
|
"@storybook/addon-onboarding": "^8.4.7",
|
|
80
83
|
"@storybook/addon-themes": "^8.4.7",
|
|
81
84
|
"@storybook/blocks": "^8.4.7",
|
|
82
|
-
"@storybook/react": "^8.
|
|
85
|
+
"@storybook/react": "^8.6.14",
|
|
83
86
|
"@storybook/react-vite": "^8.4.7",
|
|
84
|
-
"@storybook/test": "^8.
|
|
87
|
+
"@storybook/test": "^8.6.14",
|
|
85
88
|
"@svgr/core": "^8.1.0",
|
|
86
89
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
87
90
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
88
|
-
"@types/lodash": "^4.17.
|
|
89
|
-
"@types/node": "^20.
|
|
90
|
-
"@types/react": "^18.3.
|
|
91
|
+
"@types/lodash": "^4.17.17",
|
|
92
|
+
"@types/node": "^20.19.0",
|
|
93
|
+
"@types/react": "^18.3.23",
|
|
91
94
|
"@types/react-date-range": "^1.4.9",
|
|
92
95
|
"@types/react-datepicker": "^6.2.0",
|
|
93
|
-
"@types/react-dom": "^18.3.
|
|
96
|
+
"@types/react-dom": "^18.3.7",
|
|
94
97
|
"@types/react-slick": "^0.23.13",
|
|
95
98
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
96
99
|
"@typescript-eslint/parser": "^7.18.0",
|