@axos-web-dev/shared-components 0.0.66 → 0.0.68
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/AwardsBanner/AwardsBanner.js +3 -3
- package/dist/AwardsItem/AwardsItem.js +13 -5
- package/dist/BulletItem/BulletItem.js +1 -1
- package/dist/Calculators/Calculator.js +7 -2
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
- package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
- package/dist/CallToActionBar/index.js +24 -17
- package/dist/Carousel/index.js +7 -2
- package/dist/Chevron/index.js +7 -2
- package/dist/Comparison/Comparison.css.d.ts +42 -0
- package/dist/Comparison/Comparison.css.js +27 -0
- package/dist/Comparison/Comparison.d.ts +3 -0
- package/dist/Comparison/Comparison.interface.d.ts +24 -0
- package/dist/Comparison/Comparison.interface.js +1 -0
- package/dist/Comparison/Comparison.js +143 -0
- package/dist/Comparison/ComparisonSet.d.ts +3 -0
- package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
- package/dist/Comparison/index.d.ts +3 -0
- package/dist/Comparison/index.js +15 -0
- package/dist/DownloadTile/index.js +9 -7
- package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
- package/dist/FaqAccordion/index.d.ts +6 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +7 -1
- package/dist/Forms/CommercialLending.d.ts +15 -0
- package/dist/Forms/CommercialLending.js +288 -0
- package/dist/Forms/ContactCompany.d.ts +2 -17
- package/dist/Forms/ContactCompany.js +7 -1
- package/dist/Forms/ContactUs.d.ts +9 -0
- package/dist/Forms/ContactUs.js +181 -0
- package/dist/Forms/ContactUsAAS.d.ts +13 -0
- package/dist/Forms/ContactUsAAS.js +330 -0
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +14 -3
- package/dist/Forms/DealerServices.d.ts +2 -17
- package/dist/Forms/DealerServices.js +7 -1
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +7 -2
- package/dist/Forms/EmailUs.d.ts +7 -0
- package/dist/Forms/EmailUs.js +125 -0
- package/dist/Forms/FormEnums.d.ts +2 -0
- package/dist/Forms/FormEnums.js +18 -0
- package/dist/Forms/FormProps.d.ts +17 -0
- package/dist/Forms/FormProps.js +1 -0
- package/dist/Forms/Forms.css.d.ts +8 -0
- package/dist/Forms/Forms.css.js +12 -10
- package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
- package/dist/Forms/SalesforceFieldsForm.js +4 -1
- package/dist/Forms/ScheduleCall.d.ts +5 -18
- package/dist/Forms/ScheduleCall.js +65 -6
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +15 -2
- package/dist/Forms/SuccesForm.js +8 -3
- package/dist/Forms/WcplSurvey.d.ts +8 -0
- package/dist/Forms/WcplSurvey.js +194 -0
- package/dist/Forms/index.d.ts +9 -4
- package/dist/Forms/index.js +15 -7
- package/dist/Hyperlink/index.js +7 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
- package/dist/ImageLink/ImageLink.js +14 -9
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +7 -2
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +4 -0
- package/dist/Input/Datepicker.js +40 -0
- package/dist/Input/Input.d.ts +1 -12
- package/dist/Input/Input.js +3 -1
- package/dist/Input/InputProps.d.ts +9 -0
- package/dist/Input/RadioButton.css.d.ts +15 -0
- package/dist/Input/RadioButton.css.js +10 -0
- package/dist/Input/RadioButton.d.ts +5 -0
- package/dist/Input/RadioButton.js +50 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/LandingPageHeader/LandingPageHeader.js +2 -2
- package/dist/LandingPageHeader/index.d.ts +1 -0
- package/dist/LandingPageHeader/index.js +6 -1
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
- package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
- package/dist/LoadingIndicator/index.d.ts +10 -0
- package/dist/LoadingIndicator/index.js +20 -0
- package/dist/Modal/Modal.js +7 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
- package/dist/SetContainer/SetContainer.css.d.ts +35 -0
- package/dist/SetContainer/SetContainer.css.js +10 -2
- package/dist/SetContainer/SetContainer.d.ts +6 -2
- package/dist/SetContainer/SetContainer.js +42 -19
- package/dist/SetContainer/index.js +6 -2
- package/dist/Tab/Tab.css.d.ts +37 -0
- package/dist/Tab/Tab.css.js +13 -0
- package/dist/Tab/Tab.d.ts +10 -0
- package/dist/Tab/Tab.js +25 -0
- package/dist/Tab/TabContainer.d.ts +5 -0
- package/dist/Tab/TabContainer.js +10 -0
- package/dist/Tab/index.d.ts +2 -0
- package/dist/Tab/index.js +6 -0
- package/dist/Table/Table.d.ts +2 -2
- package/dist/Table/Table.interface.d.ts +3 -1
- package/dist/Table/Table.js +11 -3
- package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
- package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
- package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
- package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
- package/dist/VideoTile/VideoTile.js +3 -1
- package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
- package/dist/assets/Carousel/Carousel.css +2 -0
- package/dist/assets/Chevron/Chevron.css +1 -1
- package/dist/assets/Comparison/Comparison.css +141 -0
- package/dist/assets/Forms/Forms.css +46 -35
- package/dist/assets/IconBillboard/IconBillboard.css +4 -0
- package/dist/assets/Input/DatePicker.css +86 -0
- package/dist/assets/Input/Input.css +1 -0
- package/dist/assets/Input/RadioButton.css +31 -0
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +125 -117
- package/dist/assets/SetContainer/SetContainer.css +63 -5
- package/dist/assets/Tab/Tab.css +49 -0
- package/dist/assets/globals.css +6 -0
- package/dist/assets/icons/Star/Star.css +6 -0
- package/dist/icons/Logos/AAS.js +29 -26
- package/dist/icons/Logos/AFS.js +29 -26
- package/dist/icons/Logos/AXA.js +31 -28
- package/dist/icons/Logos/AXC.js +29 -26
- package/dist/icons/Logos/AXI.js +55 -52
- package/dist/icons/Logos/AXOS.js +30 -27
- package/dist/icons/Star/Star.css.d.ts +13 -0
- package/dist/icons/Star/Star.css.js +6 -0
- package/dist/icons/Star/index.d.ts +9 -0
- package/dist/icons/Star/index.js +26 -0
- package/dist/main.d.ts +5 -2
- package/dist/main.js +99 -63
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +5 -3
- package/dist/Forms/RenderForm.d.ts +0 -8
package/dist/icons/Logos/AXOS.js
CHANGED
|
@@ -1,31 +1,34 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgComponent = (props) =>
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
2
|
+
const SvgComponent = (props) => {
|
|
3
|
+
const { classNameFill, ...rest } = props;
|
|
4
|
+
return /* @__PURE__ */ jsxs(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
width: 120,
|
|
8
|
+
height: 27,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...rest,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M35.943.576a1.119 1.119 0 00-1.606 0l-.659.66a1.119 1.119 0 000 1.605l10.417 10.457-10.417 10.458a1.119 1.119 0 000 1.606l.66.658a1.119 1.119 0 001.605 0l12.68-12.722L35.944.576z",
|
|
17
|
+
fill: "#FAA74A"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M115.157 2.388c0-1.359 1.029-2.388 2.388-2.388 1.358 0 2.388 1.03 2.388 2.388 0 1.359-1.03 2.388-2.388 2.388-1.359 0-2.388-1.03-2.388-2.388zm4.488 0c0-1.235-.865-2.1-2.1-2.1s-2.1.906-2.1 2.1c0 1.235.865 2.1 2.1 2.1 1.194.04 2.1-.906 2.1-2.1zm-2.512 1.194h-.329v-2.47c.164-.042.37-.042.576-.042.618 0 .988.289.988.824 0 .412-.288.659-.576.741l.823.988h-.37l-.741-.906h-.33l-.041.865zm0-1.153h.288c.33 0 .618-.165.618-.535 0-.33-.247-.494-.659-.494h-.288l.041 1.03zM105.687 11.816s-1.194-.288-1.852-.535c-2.1-.741-4.035-1.853-4.035-3.87 0-2.347 2.017-3.953 5.064-3.953 2.017 0 3.582.577 4.694 1.688l.37.371a1.119 1.119 0 001.606 0l.659-.659a1.12 1.12 0 000-1.605c-.165-.206-.371-.371-.371-.371-1.77-1.688-4.199-2.594-6.958-2.594-2.511 0-4.529.659-6.217 2.059-1.606 1.358-2.388 3.046-2.388 5.105 0 5.023 4.694 6.258 8.811 7.37l.123.04c3.623.865 5.435 2.307 5.435 4.283 0 2.511-2.1 3.993-5.558 3.993-2.182 0-4.117-.74-5.435-2.058l-.37-.37a1.119 1.119 0 00-1.606 0l-.782.782a1.119 1.119 0 000 1.605l.37.37c1.894 1.854 4.612 2.883 7.823 2.883 2.676 0 4.858-.659 6.587-2.018 1.688-1.276 2.512-3.046 2.512-5.228.082-4.653-3.953-6.258-8.482-7.288zM76.415.247c-7.206 0-13.01 5.846-13.01 13.051s5.804 13.052 13.01 13.052c7.204 0 13.01-5.847 13.01-13.052 0-7.205-5.847-13.051-13.01-13.051zm0 3.211c5.434 0 9.84 4.406 9.84 9.84 0 5.435-4.406 9.84-9.84 9.84-5.435 0-9.84-4.405-9.84-9.84 0-5.434 4.405-9.84 9.84-9.84zM59.04 25.362l-.659.658a1.119 1.119 0 01-1.605 0l-8.852-8.851 2.264-2.265 8.852 8.852c.453.412.453 1.153 0 1.606zM59.04 1.235l-.659-.659a1.119 1.119 0 00-1.605 0l-8.852 8.852 2.264 2.265L59.04 2.84c.453-.412.453-1.153 0-1.606zM22.85 13.34c-.04 5.393-4.446 9.798-9.84 9.798-5.434 0-9.84-4.405-9.84-9.84 0-5.434 4.447-9.84 9.84-9.84 5.394 0 9.8 4.365 9.84 9.8v.082zM24.91.247h-.947A1.15 1.15 0 0022.809 1.4v3.335C20.462 1.976 16.963.247 13.01.247 5.805.247 0 6.093 0 13.298S5.846 26.35 13.01 26.35c3.912 0 7.452-1.73 9.84-4.488v3.335a1.15 1.15 0 001.153 1.153h.947a1.15 1.15 0 001.153-1.153V1.4C26.062.782 25.568.247 24.909.247z",
|
|
24
|
+
fill: "#1e3860",
|
|
25
|
+
className: classNameFill
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
29
32
|
export {
|
|
30
33
|
SvgComponent as default
|
|
31
34
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
2
|
+
|
|
3
|
+
export declare const Star: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
4
|
+
variant: {
|
|
5
|
+
gold: {
|
|
6
|
+
fill: "#FAA74A";
|
|
7
|
+
};
|
|
8
|
+
gray: {
|
|
9
|
+
fill: "#4A5560";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}>;
|
|
13
|
+
export type Star_Types = RecipeVariants<typeof Star>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
+
var Star = createRuntimeFn({ defaultClassName: "mi4mae0", variantClassNames: { variant: { gold: "mi4mae1", gray: "mi4mae2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
export {
|
|
5
|
+
Star
|
|
6
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Star } from "./Star.css.js";
|
|
3
|
+
const SvgStarIcon = ({ className, variant = "gold" }) => {
|
|
4
|
+
return /* @__PURE__ */ jsx(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 25,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
className,
|
|
12
|
+
children: /* @__PURE__ */ jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
className: Star({ variant }),
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M9.143 8.287H3.265c-1.435 0-2.051 1.821-.911 2.692l4.82 3.682-1.802 5.83c-.43 1.395 1.184 2.52 2.344 1.634L12.33 18.6l4.614 3.525c1.16.887 2.775-.24 2.344-1.635l-1.801-5.829 4.82-3.682c1.14-.87.524-2.692-.911-2.692h-5.879l-1.754-5.675c-.435-1.41-2.43-1.41-2.866 0L9.143 8.287Z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
SvgStarIcon as default
|
|
26
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export * from './CallToActionBar';
|
|
|
12
12
|
export * from './Carousel';
|
|
13
13
|
export * from './Chevron';
|
|
14
14
|
export * from './CollectInformationAlert';
|
|
15
|
+
export * from './Comparison';
|
|
15
16
|
export * from './ContentBanner';
|
|
16
17
|
export * from './DownloadTile';
|
|
17
18
|
export * from './ExecutiveBio';
|
|
@@ -22,10 +23,12 @@ export * from './Forms';
|
|
|
22
23
|
export * from './HeroBanner';
|
|
23
24
|
export * from './Hyperlink';
|
|
24
25
|
export * from './IconBillboard';
|
|
26
|
+
export * from './icons';
|
|
25
27
|
export * from './ImageBillboard';
|
|
26
28
|
export * from './ImageLink';
|
|
27
29
|
export * from './Input';
|
|
28
30
|
export * from './LandingPageHeader';
|
|
31
|
+
export * from './LoadingIndicator';
|
|
29
32
|
export * from './MainHTML';
|
|
30
33
|
export * from './Modal';
|
|
31
34
|
export * from './NavigationMenu';
|
|
@@ -36,10 +39,10 @@ export * from './StepItem';
|
|
|
36
39
|
export * from './StepItemSet';
|
|
37
40
|
export * from './Table';
|
|
38
41
|
export * from './TextBlock';
|
|
42
|
+
export * from './themes';
|
|
39
43
|
export * from './TopicalNavItem';
|
|
40
44
|
export * from './TopicalNavSet';
|
|
41
45
|
export * from './VideoTile';
|
|
42
46
|
export * from './VideoWrapper';
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './themes';
|
|
47
|
+
export * from './Tab';
|
|
45
48
|
export * from './utils';
|
package/dist/main.js
CHANGED
|
@@ -21,6 +21,8 @@ import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
|
21
21
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
22
22
|
import { Chevron } from "./Chevron/index.js";
|
|
23
23
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
24
|
+
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";
|
|
25
|
+
import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
24
26
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
25
27
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
26
28
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
@@ -32,16 +34,20 @@ import { FooterContent, FooterDisclosure, FooterIcons, FooterParagraph } from ".
|
|
|
32
34
|
import { AxosFooterSiteMap } from "./FooterSiteMap/AxosBank/FooterSiteMap.js";
|
|
33
35
|
import { app_col, footer_mobile, footer_section, footer_wrapper, ft_col, ft_col_header, ft_col_subheader, ft_panel, ft_panel_group, nested_grid } from "./FooterSiteMap/AxosBank/FooterSiteMap.css.js";
|
|
34
36
|
import { ApplicationStart } from "./Forms/ApplicationStart.js";
|
|
35
|
-
import {
|
|
37
|
+
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
38
|
+
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
39
|
+
import { ContactUs } from "./Forms/ContactUs.js";
|
|
40
|
+
import { ContactUsAAS } from "./Forms/ContactUsAAS.js";
|
|
36
41
|
import { ContactUsBusiness } from "./Forms/ContactUsBusiness.js";
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
42
|
+
import { DealerServices } from "./Forms/DealerServices.js";
|
|
43
|
+
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
44
|
+
import { EmailUs } from "./Forms/EmailUs.js";
|
|
45
|
+
import { actions, descriptionField, disclosureForm, form, formContainer, formWrapper, fullRowForm, headerContainer, headerForm, iconForm, one_row, succes_check_mark, success_circle, success_icon, success_wrap } from "./Forms/Forms.css.js";
|
|
39
46
|
import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFieldsForm.js";
|
|
40
47
|
import { ScheduleCall } from "./Forms/ScheduleCall.js";
|
|
41
48
|
import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
42
49
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
43
|
-
import {
|
|
44
|
-
import { DealerServices } from "./Forms/DealerServices.js";
|
|
50
|
+
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
45
51
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
46
52
|
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_img, hero_text, hero_wrapper, logout, reversed } from "./HeroBanner/HeroBanner.css.js";
|
|
47
53
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
@@ -49,12 +55,36 @@ import { Hyperlink } from "./Hyperlink/index.js";
|
|
|
49
55
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
50
56
|
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
51
57
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
58
|
+
import { default as default2 } from "./icons/ArrowIcon/index.js";
|
|
59
|
+
import { default as default3 } from "./icons/AxosX/index.js";
|
|
60
|
+
import { default as default4 } from "./icons/AxosX/Blue.js";
|
|
61
|
+
import { default as default5 } from "./icons/CheckCircle.js";
|
|
62
|
+
import { default as default6 } from "./icons/CheckCircleLight.js";
|
|
63
|
+
import { default as default7 } from "./icons/CheckIcon/index.js";
|
|
64
|
+
import { default as default8 } from "./icons/ChevronDown.js";
|
|
65
|
+
import { default as default9 } from "./icons/ChevronUp.js";
|
|
66
|
+
import { default as default10 } from "./icons/CloseIcon/index.js";
|
|
67
|
+
import { default as default11 } from "./icons/DownloadIcon/index.js";
|
|
68
|
+
import { default as default12 } from "./icons/EqualHousingLender.js";
|
|
69
|
+
import { default as default13 } from "./icons/FollowIcon/index.js";
|
|
70
|
+
import { default as default14 } from "./icons/LockIcon/index.js";
|
|
71
|
+
import { default as default15 } from "./icons/MemberFdicLogo.js";
|
|
72
|
+
import { default as default16 } from "./icons/QuoteIconGrey.js";
|
|
73
|
+
import { default as default17 } from "./icons/QuoteIconWhite.js";
|
|
74
|
+
import { default as default18 } from "./icons/QuoteIconYellow.js";
|
|
75
|
+
import { SvgWarningIcon } from "./icons/WarningIcon/index.js";
|
|
76
|
+
import { default as default19 } from "./icons/Logos/AAS.js";
|
|
77
|
+
import { default as default20 } from "./icons/Logos/AFS.js";
|
|
78
|
+
import { default as default21 } from "./icons/Logos/AXA.js";
|
|
79
|
+
import { default as default22 } from "./icons/Logos/AXC.js";
|
|
80
|
+
import { default as default23 } from "./icons/Logos/AXI.js";
|
|
81
|
+
import { default as default24 } from "./icons/Logos/AXOS.js";
|
|
52
82
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
53
83
|
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";
|
|
54
84
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
55
85
|
import "react/jsx-runtime";
|
|
56
86
|
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
57
|
-
import { imageLinkContainer, inline_container, set_container } from "./SetContainer/SetContainer.css.js";
|
|
87
|
+
import { heading, imageLinkContainer, inline_container, isolate_container, set_container, set_logo, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
58
88
|
import "react";
|
|
59
89
|
import { ImageLinkSet } from "./ImageLink/ImageLinkSet.js";
|
|
60
90
|
import { Checkbox } from "./Input/Checkbox.js";
|
|
@@ -66,12 +96,14 @@ import { container, helperText, iconContainer, iconContainerBase, iconInput, inp
|
|
|
66
96
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
67
97
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
68
98
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
99
|
+
import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
100
|
+
import { LoadingIndicator } from "./LoadingIndicator/index.js";
|
|
69
101
|
import { MainHTML } from "./MainHTML/index.js";
|
|
70
102
|
import { Modal } from "./Modal/Modal.js";
|
|
71
103
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
104
|
+
import { default as default25 } from "./NavigationMenu/AxosAdvisor/index.js";
|
|
105
|
+
import { default as default26 } from "./NavigationMenu/AxosAdvisorServices/index.js";
|
|
106
|
+
import { default as default27 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
75
107
|
import { SecondaryFooter } from "./SecondaryFooter/index.js";
|
|
76
108
|
import { SocialMediaBar } from "./SocialMediaBar/index.js";
|
|
77
109
|
import { StepItem } from "./StepItem/StepItem.js";
|
|
@@ -82,6 +114,8 @@ import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from
|
|
|
82
114
|
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, td, th } from "./Table/Table.css.js";
|
|
83
115
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
84
116
|
import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock/TextBlock.css.js";
|
|
117
|
+
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
118
|
+
import { premierTheme } from "./themes/premier.css.js";
|
|
85
119
|
import { picker_arrow, picker_itemContent, picker_itemProduct, picker_navIcon, picker_navItem } from "./TopicalNavItem/TopicalNavItem.css.js";
|
|
86
120
|
import { TopicalNavItem } from "./TopicalNavItem/TopicalNavItem.js";
|
|
87
121
|
import { picker_container, picker_orient, picker_section } from "./TopicalNavSet/TopicalNavSet.css.js";
|
|
@@ -90,43 +124,19 @@ import { VideoInit } from "./VideoTile/VideoInit.js";
|
|
|
90
124
|
import { VideoTile } from "./VideoTile/VideoTile.js";
|
|
91
125
|
import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
|
|
92
126
|
import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import { default as default7 } from "./icons/AxosX/Blue.js";
|
|
96
|
-
import { default as default8 } from "./icons/CheckCircle.js";
|
|
97
|
-
import { default as default9 } from "./icons/CheckCircleLight.js";
|
|
98
|
-
import { default as default10 } from "./icons/CheckIcon/index.js";
|
|
99
|
-
import { default as default11 } from "./icons/ChevronDown.js";
|
|
100
|
-
import { default as default12 } from "./icons/ChevronUp.js";
|
|
101
|
-
import { default as default13 } from "./icons/CloseIcon/index.js";
|
|
102
|
-
import { default as default14 } from "./icons/DownloadIcon/index.js";
|
|
103
|
-
import { default as default15 } from "./icons/EqualHousingLender.js";
|
|
104
|
-
import { default as default16 } from "./icons/FollowIcon/index.js";
|
|
105
|
-
import { default as default17 } from "./icons/LockIcon/index.js";
|
|
106
|
-
import { default as default18 } from "./icons/MemberFdicLogo.js";
|
|
107
|
-
import { default as default19 } from "./icons/QuoteIconGrey.js";
|
|
108
|
-
import { default as default20 } from "./icons/QuoteIconWhite.js";
|
|
109
|
-
import { default as default21 } from "./icons/QuoteIconYellow.js";
|
|
110
|
-
import { SvgWarningIcon } from "./icons/WarningIcon/index.js";
|
|
111
|
-
import { default as default22 } from "./icons/Logos/AAS.js";
|
|
112
|
-
import { default as default23 } from "./icons/Logos/AFS.js";
|
|
113
|
-
import { default as default24 } from "./icons/Logos/AXA.js";
|
|
114
|
-
import { default as default25 } from "./icons/Logos/AXC.js";
|
|
115
|
-
import { default as default26 } from "./icons/Logos/AXI.js";
|
|
116
|
-
import { default as default27 } from "./icons/Logos/AXOS.js";
|
|
117
|
-
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
118
|
-
import { premierTheme } from "./themes/premier.css.js";
|
|
127
|
+
import { Tab } from "./Tab/Tab.js";
|
|
128
|
+
import { TabContainer } from "./Tab/TabContainer.js";
|
|
119
129
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
120
130
|
import { findMoreAxosDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
121
131
|
import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
|
|
122
132
|
import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./utils/validateExternalLinks.js";
|
|
123
133
|
export {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
134
|
+
default19 as AASLogo,
|
|
135
|
+
default20 as AFSLogo,
|
|
136
|
+
default21 as AXALogo,
|
|
137
|
+
default22 as AXCLogo,
|
|
138
|
+
default23 as AXILogo,
|
|
139
|
+
default24 as AXOS,
|
|
130
140
|
Accordion,
|
|
131
141
|
AccordionCtx,
|
|
132
142
|
AccordionDetails,
|
|
@@ -137,43 +147,48 @@ export {
|
|
|
137
147
|
AlertBanner,
|
|
138
148
|
ApplicationStart,
|
|
139
149
|
ApyCalculator,
|
|
140
|
-
|
|
150
|
+
default2 as ArrowIcon,
|
|
141
151
|
Article,
|
|
142
152
|
ArticlesSet,
|
|
143
153
|
AwardsBanner,
|
|
144
154
|
AwardsItem,
|
|
145
155
|
AxosFooterSiteMap,
|
|
146
|
-
|
|
147
|
-
|
|
156
|
+
default3 as AxosX,
|
|
157
|
+
default4 as AxosXBlue,
|
|
148
158
|
BulletItem,
|
|
149
159
|
Button,
|
|
150
160
|
Calculator,
|
|
151
161
|
CallToActionBar,
|
|
152
162
|
Carousel,
|
|
153
163
|
CarouselSlide,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
164
|
+
default5 as CheckCircle,
|
|
165
|
+
default6 as CheckCircleLight,
|
|
166
|
+
default7 as CheckIcon,
|
|
157
167
|
Checkbox,
|
|
158
168
|
Chevron,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
169
|
+
default8 as ChevronDown,
|
|
170
|
+
default9 as ChevronUp,
|
|
171
|
+
default10 as CloseIcon,
|
|
162
172
|
CollectInformationAlert,
|
|
173
|
+
CommercialLending,
|
|
174
|
+
ComparisonSet,
|
|
163
175
|
ContactCompany,
|
|
176
|
+
ContactUs,
|
|
177
|
+
ContactUsAAS,
|
|
164
178
|
ContactUsBusiness,
|
|
165
179
|
ContentBanner,
|
|
166
180
|
CurrencyInput,
|
|
167
181
|
DealerServices,
|
|
168
|
-
|
|
182
|
+
default11 as DownloadIcon,
|
|
169
183
|
DownloadTile,
|
|
170
184
|
Dropdown,
|
|
171
185
|
EmailOnly,
|
|
172
|
-
|
|
186
|
+
EmailUs,
|
|
187
|
+
default12 as EqualHousingLender,
|
|
173
188
|
ExecutiveBio,
|
|
174
189
|
ExecutiveBioSet,
|
|
175
190
|
FaqAccordion,
|
|
176
|
-
|
|
191
|
+
default13 as FollowIcon,
|
|
177
192
|
FooterContent,
|
|
178
193
|
FooterDisclosure,
|
|
179
194
|
FooterIcons,
|
|
@@ -192,17 +207,17 @@ export {
|
|
|
192
207
|
InputPhone,
|
|
193
208
|
InputTextArea,
|
|
194
209
|
LandingPageHeader,
|
|
195
|
-
|
|
210
|
+
LoadingIndicator,
|
|
211
|
+
default14 as LockIcon,
|
|
196
212
|
MainHTML,
|
|
197
|
-
|
|
213
|
+
default15 as MemberFdicLogo,
|
|
198
214
|
Modal,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
RenderWebForm,
|
|
215
|
+
default26 as NavBarAAS,
|
|
216
|
+
default27 as NavBarAFS,
|
|
217
|
+
default25 as NavBarAXA,
|
|
218
|
+
default16 as QuoteIconGrey,
|
|
219
|
+
default17 as QuoteIconWhite,
|
|
220
|
+
default18 as QuoteIconYellow,
|
|
206
221
|
SalesforceFieldsForm,
|
|
207
222
|
SalesforceSchema,
|
|
208
223
|
ScheduleCall,
|
|
@@ -213,6 +228,8 @@ export {
|
|
|
213
228
|
StepItem,
|
|
214
229
|
StepItemSet,
|
|
215
230
|
SuccesFormWrapper,
|
|
231
|
+
Tab,
|
|
232
|
+
TabContainer,
|
|
216
233
|
Table,
|
|
217
234
|
TableBody,
|
|
218
235
|
TableCell,
|
|
@@ -225,6 +242,7 @@ export {
|
|
|
225
242
|
VideoInit,
|
|
226
243
|
VideoTile,
|
|
227
244
|
VideoWrapper,
|
|
245
|
+
WCPLSurvey,
|
|
228
246
|
SvgWarningIcon as WarningIcon,
|
|
229
247
|
accordion,
|
|
230
248
|
actions,
|
|
@@ -278,6 +296,13 @@ export {
|
|
|
278
296
|
buttons,
|
|
279
297
|
calculator_description,
|
|
280
298
|
calculator_headline,
|
|
299
|
+
comparison,
|
|
300
|
+
comparison_buttons,
|
|
301
|
+
comparison_container,
|
|
302
|
+
comparison_feature,
|
|
303
|
+
comparison_layout,
|
|
304
|
+
comparison_list,
|
|
305
|
+
comparison_tab_container,
|
|
281
306
|
components,
|
|
282
307
|
contact_col,
|
|
283
308
|
contact_entry,
|
|
@@ -292,6 +317,8 @@ export {
|
|
|
292
317
|
details,
|
|
293
318
|
disclosureForm,
|
|
294
319
|
expand_icon,
|
|
320
|
+
feature_header,
|
|
321
|
+
feature_title,
|
|
295
322
|
findMoreAxosDomains,
|
|
296
323
|
footerDisclosure,
|
|
297
324
|
footerLink,
|
|
@@ -313,6 +340,7 @@ export {
|
|
|
313
340
|
header,
|
|
314
341
|
headerAccordion,
|
|
315
342
|
headerCell,
|
|
343
|
+
headerComparison,
|
|
316
344
|
headerContainer,
|
|
317
345
|
headerContent,
|
|
318
346
|
headerForm,
|
|
@@ -320,6 +348,7 @@ export {
|
|
|
320
348
|
headerVariants,
|
|
321
349
|
header_section,
|
|
322
350
|
header_theme,
|
|
351
|
+
heading,
|
|
323
352
|
headline_setting,
|
|
324
353
|
headline_text,
|
|
325
354
|
headshot,
|
|
@@ -351,6 +380,7 @@ export {
|
|
|
351
380
|
isAllowedUrl,
|
|
352
381
|
isEmailLink,
|
|
353
382
|
isPhoneLink,
|
|
383
|
+
isolate_container,
|
|
354
384
|
item,
|
|
355
385
|
item_bio,
|
|
356
386
|
job_title,
|
|
@@ -361,12 +391,16 @@ export {
|
|
|
361
391
|
list,
|
|
362
392
|
listItem,
|
|
363
393
|
logout,
|
|
394
|
+
lp_container,
|
|
395
|
+
lp_hover,
|
|
396
|
+
lp_theme,
|
|
364
397
|
mb_8,
|
|
365
398
|
media,
|
|
366
399
|
mh_330,
|
|
367
400
|
modifier,
|
|
368
401
|
nested_grid,
|
|
369
402
|
ol,
|
|
403
|
+
one_row,
|
|
370
404
|
padding,
|
|
371
405
|
paragraph,
|
|
372
406
|
person,
|
|
@@ -383,7 +417,6 @@ export {
|
|
|
383
417
|
rate_billboard,
|
|
384
418
|
rate_container,
|
|
385
419
|
rate_pad,
|
|
386
|
-
renderSwitch,
|
|
387
420
|
reversed,
|
|
388
421
|
sec_subtitle,
|
|
389
422
|
sec_title,
|
|
@@ -400,6 +433,8 @@ export {
|
|
|
400
433
|
selection_section_icon,
|
|
401
434
|
selection_section_icon_img,
|
|
402
435
|
set_container,
|
|
436
|
+
set_logo,
|
|
437
|
+
setcontainer_section_text,
|
|
403
438
|
shift,
|
|
404
439
|
shortUrl,
|
|
405
440
|
show,
|
|
@@ -412,6 +447,7 @@ export {
|
|
|
412
447
|
success_icon,
|
|
413
448
|
success_wrap,
|
|
414
449
|
supertag,
|
|
450
|
+
svg_fill,
|
|
415
451
|
svg_icon,
|
|
416
452
|
svg_logo,
|
|
417
453
|
table,
|
|
@@ -3,3 +3,4 @@ export type PrimaryAndTertiaryTypes = "primary" | "tertiary";
|
|
|
3
3
|
export type SecondaryTypes = "primary" | "secondary";
|
|
4
4
|
export type QuaternaryTypes = "primary" | "secondary" | "tertiary" | "quaternary";
|
|
5
5
|
export type SideProps = "left" | "right";
|
|
6
|
+
export type StarIconTypes = "gold" | "gray";
|
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": "0.0.
|
|
4
|
+
"version": "0.0.68",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -32,13 +32,15 @@
|
|
|
32
32
|
"@react-input/mask": "^1.2.4",
|
|
33
33
|
"@react-input/number-format": "^1.0.26",
|
|
34
34
|
"@storybook/builder-vite": "^7.6.19",
|
|
35
|
+
"@storybook/icons": "^1.2.9",
|
|
35
36
|
"@storybook/preview-api": "^7.6.19",
|
|
37
|
+
"@types/iframe-resizer": "3.5.13",
|
|
36
38
|
"@vanilla-extract/css": "^1.15.2",
|
|
37
39
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
38
40
|
"clsx": "^2.1.1",
|
|
39
|
-
"react-hook-form": "^7.51.5",
|
|
40
|
-
"@types/iframe-resizer": "3.5.13",
|
|
41
41
|
"iframe-resizer": "4.3.11",
|
|
42
|
+
"react-date-picker": "^11.0.0",
|
|
43
|
+
"react-hook-form": "^7.51.5",
|
|
42
44
|
"react-markdown": "^9.0.1",
|
|
43
45
|
"react-use": "^17.5.0",
|
|
44
46
|
"typed-css-modules": "^0.9.1",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
|
2
|
-
import { FormProps } from '.';
|
|
3
|
-
|
|
4
|
-
export interface renderFormProps extends FormProps, PropsWithChildren {
|
|
5
|
-
form?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const renderSwitch: (form: string | undefined, props: FormProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const RenderWebForm: (props: renderFormProps) => import("react/jsx-runtime").JSX.Element;
|