@axos-web-dev/shared-components 1.0.100-dev.23 → 1.0.100-dev.24
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 +2 -2
- package/dist/Article/Article.css.d.ts +1 -0
- package/dist/Article/Article.css.js +10 -8
- package/dist/Article/index.js +3 -2
- package/dist/Auth/ErrorAlert.js +2 -2
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.js +2 -2
- package/dist/Calculators/Calculator.js +2 -2
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +3 -1
- package/dist/CallToActionBar/CallToActionBar.css.js +22 -16
- package/dist/CallToActionBar/index.js +3 -2
- package/dist/Carousel/index.js +2 -2
- package/dist/Chevron/index.js +2 -2
- package/dist/Comparison/Comparison.js +3 -3
- package/dist/ContentBanner/ContentBanner.css.js +2 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
- package/dist/FaqAccordion/index.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
- package/dist/Forms/ApplyNow.js +2 -2
- package/dist/Forms/ContactUsBusiness.js +2 -2
- package/dist/Forms/ContactUsBusinessNameEmail.js +2 -2
- package/dist/Forms/ContactUsNMLSId.js +2 -2
- package/dist/Forms/CraPublicFile.js +2 -2
- package/dist/Forms/EmailOnly.js +84 -64
- package/dist/Forms/Forms.css.d.ts +6 -1
- package/dist/Forms/Forms.css.js +50 -44
- package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
- package/dist/Forms/MortgageWarehouseLending.js +2 -2
- package/dist/Forms/SuccesForm.js +2 -2
- package/dist/Forms/index.js +4 -1
- package/dist/HeroBanner/HeroBanner.css.js +2 -1
- package/dist/Hyperlink/index.js +2 -2
- package/dist/ImageBillboard/ImageBillboard.css.js +2 -1
- package/dist/ImageLink/ImageLink.js +2 -2
- package/dist/ImageLink/ImageLinkSet.js +2 -2
- package/dist/ImageLink/index.js +2 -2
- package/dist/Input/Input.css.d.ts +1 -0
- package/dist/Input/Input.css.js +10 -8
- package/dist/Input/index.js +2 -1
- package/dist/Insight/Featured/CategorySelector.js +2 -2
- package/dist/Insight/Featured/Featured.js +2 -2
- package/dist/Insight/Featured/Header.js +2 -2
- package/dist/Insight/Insight.css.d.ts +18 -0
- package/dist/Insight/Insight.css.js +44 -8
- package/dist/Insight/index.js +19 -1
- package/dist/Modal/Modal.js +2 -2
- package/dist/NavigationMenu/AxosALTS/NavData.js +2 -2
- package/dist/NavigationMenu/AxosALTS/index.js +2 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -2
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/NavData.js +2 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
- package/dist/NavigationMenu/AxosBank/index.js +2 -2
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavData.js +2 -2
- package/dist/NavigationMenu/LaVictoire/index.js +2 -2
- package/dist/NavigationMenu/NavDataJson.js +2 -2
- package/dist/NavigationMenu/Navbar.js +2 -2
- package/dist/NavigationMenu/SignInNavButton.js +2 -2
- package/dist/SetContainer/SetContainer.js +2 -2
- package/dist/SocialMediaBar/iconsRepository.js +2 -2
- package/dist/VideoTile/VideoTile.js +2 -2
- package/dist/VideoWrapper/index.js +2 -2
- package/dist/assets/Article/Article.css +56 -42
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +72 -68
- package/dist/assets/CallToActionBar/CallToActionBar.css +94 -65
- package/dist/assets/ContentBanner/ContentBanner.css +6 -0
- package/dist/assets/Forms/Forms.css +145 -116
- package/dist/assets/HeroBanner/HeroBanner.css +4 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +29 -0
- package/dist/assets/Input/Input.css +49 -42
- package/dist/assets/Insight/Insight.css +212 -43
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
- package/dist/assets/globals.css +3 -0
- package/dist/icons/Clock/index.js +6 -6
- package/dist/main.js +27 -4
- package/package.json +1 -1
package/dist/assets/globals.css
CHANGED
|
@@ -2,17 +2,17 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
const ClockIcon = (props) => /* @__PURE__ */ jsx(
|
|
3
3
|
"svg",
|
|
4
4
|
{
|
|
5
|
-
width: 24,
|
|
6
|
-
height: 24,
|
|
7
|
-
viewBox: "0 0 24 24",
|
|
8
|
-
fill: "none",
|
|
9
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "20",
|
|
7
|
+
height: "21",
|
|
8
|
+
viewBox: "0 0 20 21",
|
|
9
|
+
fill: "none",
|
|
10
10
|
...props,
|
|
11
11
|
children: /* @__PURE__ */ jsx(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
|
-
d: "
|
|
15
|
-
fill: "#
|
|
14
|
+
d: "M10 1.75C14.8325 1.75 18.75 5.66751 18.75 10.5C18.75 15.3325 14.8325 19.25 10 19.25C5.16751 19.25 1.25 15.3325 1.25 10.5C1.25 5.66751 5.16751 1.75 10 1.75ZM10 3C5.85786 3 2.5 6.35786 2.5 10.5C2.5 14.6421 5.85786 18 10 18C14.1421 18 17.5 14.6421 17.5 10.5C17.5 6.35786 14.1421 3 10 3ZM10.625 5.5V9.875H13.75V11.125H9.375V5.5H10.625Z",
|
|
15
|
+
fill: "#14263D"
|
|
16
16
|
}
|
|
17
17
|
)
|
|
18
18
|
}
|
package/dist/main.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Accordion, AccordionCtx, AccordionDetails, AccordionHeader } from "./Ac
|
|
|
3
3
|
import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, paragraph } from "./Accordion/Accordion.css.js";
|
|
4
4
|
import { AlertBanner } from "./AlertBanner/index.js";
|
|
5
5
|
import { Article } from "./Article/Article.js";
|
|
6
|
-
import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img } from "./Article/Article.css.js";
|
|
6
|
+
import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img, related_insight } from "./Article/Article.css.js";
|
|
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";
|
|
@@ -84,7 +84,7 @@ import { CraPublicFile } from "./Forms/CraPublicFile.js";
|
|
|
84
84
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
85
85
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
86
86
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
87
|
-
import { actions, apply_now_form, axosHeader, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerF, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
87
|
+
import { actions, apply_now_form, axosHeader, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, email_only_btn, email_only_h2, email_only_padding, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerF, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
88
88
|
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./Forms/HoneyPot/index.js";
|
|
89
89
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
90
90
|
import "react/jsx-runtime";
|
|
@@ -152,7 +152,7 @@ import { CurrencyInput } from "./Input/CurrencyInput.js";
|
|
|
152
152
|
import { Dropdown } from "./Input/Dropdown.js";
|
|
153
153
|
import { dp_input, selectInput } from "./Input/Dropdown.css.js";
|
|
154
154
|
import { Input } from "./Input/Input.js";
|
|
155
|
-
import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
155
|
+
import { container, email_only_input, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
156
156
|
import { InputAmount } from "./Input/InputAmount.js";
|
|
157
157
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
158
158
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
@@ -162,7 +162,7 @@ import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelect
|
|
|
162
162
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
163
163
|
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";
|
|
164
164
|
import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
165
|
-
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";
|
|
165
|
+
import { article_aside, article_blockquote, article_main_content, article_navigation_link, article_navigation_list, article_navigation_title, article_preview_img, article_preview_wrapper, article_share, article_share_buttons, article_share_icon, article_share_link, article_share_p, article_share_svg, article_spacer, elementSpacer_block, footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info__divider, insight_info_row, insight_intro_p, insight_list_item, insight_p } from "./Insight/Insight.css.js";
|
|
166
166
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
167
167
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
168
168
|
import { lp_container, lp_hover, lp_theme, spb_container, spb_hover, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
@@ -416,6 +416,21 @@ export {
|
|
|
416
416
|
apy_billboard,
|
|
417
417
|
apy_table,
|
|
418
418
|
arrowFill,
|
|
419
|
+
article_aside,
|
|
420
|
+
article_blockquote,
|
|
421
|
+
article_main_content,
|
|
422
|
+
article_navigation_link,
|
|
423
|
+
article_navigation_list,
|
|
424
|
+
article_navigation_title,
|
|
425
|
+
article_preview_img,
|
|
426
|
+
article_preview_wrapper,
|
|
427
|
+
article_share,
|
|
428
|
+
article_share_buttons,
|
|
429
|
+
article_share_icon,
|
|
430
|
+
article_share_link,
|
|
431
|
+
article_share_p,
|
|
432
|
+
article_share_svg,
|
|
433
|
+
article_spacer,
|
|
419
434
|
associatedEmail,
|
|
420
435
|
award_company,
|
|
421
436
|
award_item,
|
|
@@ -495,6 +510,11 @@ export {
|
|
|
495
510
|
dp_input,
|
|
496
511
|
dropdown,
|
|
497
512
|
dynPH,
|
|
513
|
+
elementSpacer_block,
|
|
514
|
+
email_only_btn,
|
|
515
|
+
email_only_h2,
|
|
516
|
+
email_only_input,
|
|
517
|
+
email_only_padding,
|
|
498
518
|
endChatButtonStyle,
|
|
499
519
|
error_alert,
|
|
500
520
|
error_alert_content,
|
|
@@ -607,7 +627,9 @@ export {
|
|
|
607
627
|
insight_header_3,
|
|
608
628
|
insight_header_4,
|
|
609
629
|
insight_headline_2,
|
|
630
|
+
insight_info__divider,
|
|
610
631
|
insight_info_row,
|
|
632
|
+
insight_intro_p,
|
|
611
633
|
insight_list_item,
|
|
612
634
|
insight_p,
|
|
613
635
|
isAbsoluteUrl,
|
|
@@ -674,6 +696,7 @@ export {
|
|
|
674
696
|
rate_container,
|
|
675
697
|
rate_pad,
|
|
676
698
|
rate_table_title,
|
|
699
|
+
related_insight,
|
|
677
700
|
remove_padding,
|
|
678
701
|
resposiveLabel,
|
|
679
702
|
results_container,
|
package/package.json
CHANGED