@axos-web-dev/shared-components 1.0.99-dev.1 → 1.0.99-feature-brand
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/Article/Article.css.d.ts +8 -36
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
- package/dist/AwardsItem/AwardsItem.css.js +1 -2
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.css.d.ts +3 -3
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/calculator.css.d.ts +2 -8
- package/dist/CallToActionBar/index.js +1 -1
- package/dist/Carousel/Carousel.css.d.ts +8 -19
- package/dist/Chevron/Chevron.css.d.ts +2 -2
- package/dist/CollectInformationAlert/index.js +1 -1
- package/dist/Comparison/Comparison.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
- package/dist/Forms/Forms.css.d.ts +2 -30
- package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
- package/dist/HeroBanner/HeroBanner.js +1 -12
- package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
- package/dist/HeroBanner/SelectionBanner.css.js +6 -6
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
- package/dist/Modal/Modal.css.d.ts +1 -0
- package/dist/Modal/Modal.css.js +5 -3
- package/dist/Modal/Modal.js +3 -3
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +227 -220
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
- package/dist/Pagination/Pagination.js +6 -6
- package/dist/StepItem/StepItem.css.d.ts +8 -36
- package/dist/StepItemSet/StepItemSet.css.d.ts +4 -32
- package/dist/StepItemSet/StepItemSet.d.ts +1 -1
- package/dist/StepItemSet/StepItemSet.js +18 -82
- package/dist/StepItemSet/index.d.ts +5 -0
- package/dist/StepItemSet/index.js +10 -0
- package/dist/StepItemSet/sections/AdditionalDetailsSection.d.ts +7 -0
- package/dist/StepItemSet/sections/AdditionalDetailsSection.js +11 -0
- package/dist/StepItemSet/sections/CallToActionSection.d.ts +8 -0
- package/dist/StepItemSet/sections/CallToActionSection.js +39 -0
- package/dist/StepItemSet/sections/HeaderSection.d.ts +10 -0
- package/dist/StepItemSet/sections/HeaderSection.js +45 -0
- package/dist/StepItemSet/sections/ImageSection.d.ts +8 -0
- package/dist/StepItemSet/sections/ImageSection.js +10 -0
- package/dist/StepItemSet/sections/StepsList.d.ts +10 -0
- package/dist/StepItemSet/sections/StepsList.js +21 -0
- package/dist/Table/Table.css.d.ts +3 -2
- package/dist/Table/Table.js +1 -1
- package/dist/assets/Accordion/Accordion.css +1 -1
- package/dist/assets/Article/Article.css +47 -59
- package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
- package/dist/assets/Auth/SignIn.css +12 -12
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- package/dist/assets/AwardsItem/AwardsItem.css +3 -4
- package/dist/assets/Blockquote/Blockquote.css.css +16 -16
- package/dist/assets/Button/Button.css +21 -21
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -9
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +19 -31
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +9 -9
- package/dist/assets/Calculators/calculator.css +9 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +1 -4
- package/dist/assets/Carousel/Carousel.css +27 -41
- package/dist/assets/Chevron/Chevron.css +6 -6
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
- package/dist/assets/Comparison/Comparison.css +3 -3
- package/dist/assets/ContentBanner/ContentBanner.css +8 -8
- package/dist/assets/DownloadTile/DownloadTile.css +3 -3
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +23 -23
- package/dist/assets/FaqAccordion/FaqAccordion.css +4 -4
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
- package/dist/assets/Forms/Forms.css +38 -56
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +81 -76
- package/dist/assets/HeroBanner/LargeBanner.css +13 -13
- package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
- package/dist/assets/IconBillboard/IconBillboard.css +25 -48
- package/dist/assets/ImageBillboard/ImageBillboard.css +28 -61
- package/dist/assets/Input/Input.css +6 -6
- package/dist/assets/Inputs/Input.css +4 -4
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
- package/dist/assets/Modal/Modal.css +17 -28
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +2 -2
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +4 -4
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +2 -2
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +4 -4
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +25 -25
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +19 -9
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +118 -146
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
- package/dist/assets/PageNavItem/PageNavItem.css +16 -33
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +4 -4
- package/dist/assets/StepItem/StepItem.css +26 -42
- package/dist/assets/StepItemSet/StepItemSet.css +13 -26
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +48 -56
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/globals.css +5 -6
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
- package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
- package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
- package/dist/assets/themes/axos.css +30 -30
- package/dist/assets/themes/premier.css +31 -31
- package/dist/assets/themes/victorie.css +23 -23
- package/dist/icons/CheckCircle.js +1 -1
- package/dist/icons/CheckCircleLight.js +1 -1
- package/dist/icons/CheckIcon/index.js +1 -1
- package/dist/icons/QuoteIconGrey.js +2 -2
- package/dist/main.js +10 -0
- package/dist/themes/axos.css.d.ts +12 -12
- package/dist/themes/axos.css.js +1 -1
- package/package.json +133 -133
- package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
- package/dist/NavigationMenu/NavDataJson.js +0 -308
- package/dist/NavigationMenu/Navbar.d.ts +0 -5
- package/dist/NavigationMenu/Navbar.js +0 -194
- package/dist/NavigationMenu/SignInNavButton.d.ts +0 -1
- package/dist/NavigationMenu/SignInNavButton.js +0 -362
- package/dist/icons/Logos/AXB.d.ts +0 -8
- package/dist/icons/Logos/AXB.js +0 -74
|
@@ -183,18 +183,7 @@ const HeroBanner = ({
|
|
|
183
183
|
/* @__PURE__ */ jsx("div", { className: selection_section_bg }),
|
|
184
184
|
/* @__PURE__ */ jsxs("div", { className: selection_section_content, children: [
|
|
185
185
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
186
|
-
/* @__PURE__ */ jsx(
|
|
187
|
-
"h3",
|
|
188
|
-
{
|
|
189
|
-
className: clsx(
|
|
190
|
-
"header_2",
|
|
191
|
-
selection_headline_text({
|
|
192
|
-
variant: getVariant(variant)
|
|
193
|
-
})
|
|
194
|
-
),
|
|
195
|
-
children: selection?.headline
|
|
196
|
-
}
|
|
197
|
-
),
|
|
186
|
+
/* @__PURE__ */ jsx("h3", { className: clsx("header_2", selection_headline_text), children: selection?.headline }),
|
|
198
187
|
/* @__PURE__ */ jsx("div", { children: selection?.bodyCopy })
|
|
199
188
|
] }),
|
|
200
189
|
selection?.callToActionRow && selection?.callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: selection?.callToActionRow.map(
|
|
@@ -1,22 +1,4 @@
|
|
|
1
|
-
export declare const selection_headline_text:
|
|
2
|
-
variant: {
|
|
3
|
-
primary: {
|
|
4
|
-
color: `var(--${string})`;
|
|
5
|
-
};
|
|
6
|
-
secondary: {
|
|
7
|
-
background: `var(--${string})`;
|
|
8
|
-
backgroundClip: "text";
|
|
9
|
-
WebkitTextFillColor: "transparent";
|
|
10
|
-
textShadow: "0px 0px #00000000";
|
|
11
|
-
};
|
|
12
|
-
tertiary: {
|
|
13
|
-
color: `var(--${string})`;
|
|
14
|
-
};
|
|
15
|
-
quaternary: {
|
|
16
|
-
color: `var(--${string})`;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}>;
|
|
1
|
+
export declare const selection_headline_text: string;
|
|
20
2
|
export declare const selection_section: string;
|
|
21
3
|
export declare const selection_section_bg: string;
|
|
22
4
|
export declare const selection_section_content: string;
|
|
@@ -4,12 +4,12 @@ import '../assets/HeroBanner/SelectionBanner.css';import '../assets/themes/victo
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
7
|
-
var selection_headline_text =
|
|
8
|
-
var selection_section = "
|
|
9
|
-
var selection_section_bg = "
|
|
10
|
-
var selection_section_content = "
|
|
11
|
-
var selection_section_icon = "
|
|
12
|
-
var selection_section_icon_img = createRuntimeFn({ defaultClassName: "
|
|
7
|
+
var selection_headline_text = "_7etqoq0";
|
|
8
|
+
var selection_section = "_7etqoq1";
|
|
9
|
+
var selection_section_bg = "_7etqoq2";
|
|
10
|
+
var selection_section_content = "_7etqoq3";
|
|
11
|
+
var selection_section_icon = "_7etqoq4";
|
|
12
|
+
var selection_section_icon_img = createRuntimeFn({ defaultClassName: "_7etqoq5", variantClassNames: { variant: { primary: "_7etqoq6", secondary: "_7etqoq7", tertiary: "_7etqoq8", quaternary: "_7etqoq9" } }, defaultVariants: {}, compoundVariants: [] });
|
|
13
13
|
export {
|
|
14
14
|
selection_headline_text,
|
|
15
15
|
selection_section,
|
|
@@ -4,7 +4,7 @@ export declare const containerIconBillboard: import('@vanilla-extract/recipes').
|
|
|
4
4
|
variant: {
|
|
5
5
|
primary: {
|
|
6
6
|
background: `var(--${string})`;
|
|
7
|
-
border: "1px solid #
|
|
7
|
+
border: "1px solid #E9EBEF";
|
|
8
8
|
color: `var(--${string})`;
|
|
9
9
|
};
|
|
10
10
|
secondary: {
|
|
@@ -34,38 +34,10 @@ export declare const headerIconBillboard: string;
|
|
|
34
34
|
export declare const title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
35
35
|
variant: {
|
|
36
36
|
primary: {
|
|
37
|
-
|
|
38
|
-
[x: string]: {
|
|
39
|
-
WebkitBackgroundClip: "text";
|
|
40
|
-
backgroundImage: `var(--${string})`;
|
|
41
|
-
WebkitTextFillColor: "transparent";
|
|
42
|
-
textShadow: "0px 0px #00000000";
|
|
43
|
-
color?: undefined;
|
|
44
|
-
} | {
|
|
45
|
-
color: `var(--${string})`;
|
|
46
|
-
WebkitBackgroundClip?: undefined;
|
|
47
|
-
backgroundImage?: undefined;
|
|
48
|
-
WebkitTextFillColor?: undefined;
|
|
49
|
-
textShadow?: undefined;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
37
|
+
color: `var(--${string})`;
|
|
52
38
|
};
|
|
53
39
|
secondary: {
|
|
54
|
-
|
|
55
|
-
[x: string]: {
|
|
56
|
-
WebkitBackgroundClip: "text";
|
|
57
|
-
backgroundImage: `var(--${string})`;
|
|
58
|
-
WebkitTextFillColor: "transparent";
|
|
59
|
-
textShadow: "0px 0px #00000000";
|
|
60
|
-
color?: undefined;
|
|
61
|
-
} | {
|
|
62
|
-
color: `var(--${string})`;
|
|
63
|
-
WebkitBackgroundClip?: undefined;
|
|
64
|
-
backgroundImage?: undefined;
|
|
65
|
-
WebkitTextFillColor?: undefined;
|
|
66
|
-
textShadow?: undefined;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
40
|
+
color: `var(--${string})`;
|
|
69
41
|
};
|
|
70
42
|
tertiary: {
|
|
71
43
|
color: `var(--${string})`;
|
|
@@ -82,16 +54,10 @@ export declare const section_text: string;
|
|
|
82
54
|
export declare const header_section: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
83
55
|
variant: {
|
|
84
56
|
primary: {
|
|
85
|
-
|
|
86
|
-
backgroundClip: "text";
|
|
87
|
-
WebkitTextFillColor: "transparent";
|
|
88
|
-
textShadow: "0px 0px #00000000";
|
|
57
|
+
color: `var(--${string})`;
|
|
89
58
|
};
|
|
90
59
|
secondary: {
|
|
91
|
-
|
|
92
|
-
backgroundClip: "text";
|
|
93
|
-
WebkitTextFillColor: "transparent";
|
|
94
|
-
textShadow: "0px 0px #00000000";
|
|
60
|
+
color: `var(--${string})`;
|
|
95
61
|
};
|
|
96
62
|
tertiary: {
|
|
97
63
|
color: `var(--${string})`;
|
|
@@ -106,7 +72,7 @@ export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
106
72
|
variant: {
|
|
107
73
|
primary: {
|
|
108
74
|
background: `var(--${string})`;
|
|
109
|
-
border: "1px solid #
|
|
75
|
+
border: "1px solid #E9EBEF";
|
|
110
76
|
};
|
|
111
77
|
secondary: {
|
|
112
78
|
background: `var(--${string})`;
|
|
@@ -3,7 +3,7 @@ export declare const billboard: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
3
3
|
primary: {
|
|
4
4
|
background: `var(--${string})`;
|
|
5
5
|
color: `var(--${string})`;
|
|
6
|
-
border: "1px solid #
|
|
6
|
+
border: "1px solid #B9C1CE";
|
|
7
7
|
};
|
|
8
8
|
secondary: {
|
|
9
9
|
background: `var(--${string})`;
|
|
@@ -58,38 +58,10 @@ export declare const imagePlacement: import('@vanilla-extract/recipes').RuntimeF
|
|
|
58
58
|
export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
59
59
|
variant: {
|
|
60
60
|
primary: {
|
|
61
|
-
|
|
62
|
-
[x: string]: {
|
|
63
|
-
WebkitBackgroundClip: "text";
|
|
64
|
-
backgroundImage: `var(--${string})`;
|
|
65
|
-
WebkitTextFillColor: "transparent";
|
|
66
|
-
textShadow: "0px 0px #00000000";
|
|
67
|
-
color?: undefined;
|
|
68
|
-
} | {
|
|
69
|
-
color: `var(--${string})`;
|
|
70
|
-
WebkitBackgroundClip?: undefined;
|
|
71
|
-
backgroundImage?: undefined;
|
|
72
|
-
WebkitTextFillColor?: undefined;
|
|
73
|
-
textShadow?: undefined;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
61
|
+
color: `var(--${string})`;
|
|
76
62
|
};
|
|
77
63
|
secondary: {
|
|
78
|
-
|
|
79
|
-
[x: string]: {
|
|
80
|
-
WebkitBackgroundClip: "text";
|
|
81
|
-
backgroundImage: `var(--${string})`;
|
|
82
|
-
WebkitTextFillColor: "transparent";
|
|
83
|
-
textShadow: "0px 0px #00000000";
|
|
84
|
-
color?: undefined;
|
|
85
|
-
} | {
|
|
86
|
-
color: `var(--${string})`;
|
|
87
|
-
WebkitBackgroundClip?: undefined;
|
|
88
|
-
backgroundImage?: undefined;
|
|
89
|
-
WebkitTextFillColor?: undefined;
|
|
90
|
-
textShadow?: undefined;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
64
|
+
color: `var(--${string})`;
|
|
93
65
|
};
|
|
94
66
|
tertiary: {
|
|
95
67
|
color: `var(--${string})`;
|
|
@@ -102,38 +74,10 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
102
74
|
export declare const header: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
103
75
|
variant: {
|
|
104
76
|
primary: {
|
|
105
|
-
|
|
106
|
-
[x: string]: {
|
|
107
|
-
WebkitBackgroundClip: "text";
|
|
108
|
-
backgroundImage: `var(--${string})`;
|
|
109
|
-
WebkitTextFillColor: "transparent";
|
|
110
|
-
textShadow: "0px 0px #00000000";
|
|
111
|
-
color?: undefined;
|
|
112
|
-
} | {
|
|
113
|
-
color: `var(--${string})`;
|
|
114
|
-
WebkitBackgroundClip?: undefined;
|
|
115
|
-
backgroundImage?: undefined;
|
|
116
|
-
WebkitTextFillColor?: undefined;
|
|
117
|
-
textShadow?: undefined;
|
|
118
|
-
};
|
|
119
|
-
};
|
|
77
|
+
color: `var(--${string})`;
|
|
120
78
|
};
|
|
121
79
|
secondary: {
|
|
122
|
-
|
|
123
|
-
[x: string]: {
|
|
124
|
-
WebkitBackgroundClip: "text";
|
|
125
|
-
backgroundImage: `var(--${string})`;
|
|
126
|
-
WebkitTextFillColor: "transparent";
|
|
127
|
-
textShadow: "0px 0px #00000000";
|
|
128
|
-
color?: undefined;
|
|
129
|
-
} | {
|
|
130
|
-
color: `var(--${string})`;
|
|
131
|
-
WebkitBackgroundClip?: undefined;
|
|
132
|
-
backgroundImage?: undefined;
|
|
133
|
-
WebkitTextFillColor?: undefined;
|
|
134
|
-
textShadow?: undefined;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
80
|
+
color: `var(--${string})`;
|
|
137
81
|
};
|
|
138
82
|
tertiary: {
|
|
139
83
|
color: `var(--${string})`;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export declare const loader: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
borderTop: "12px solid #
|
|
4
|
+
borderTop: "12px solid #1E629A";
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
borderTop: "12px solid #
|
|
7
|
+
borderTop: "12px solid #1E629A";
|
|
8
8
|
};
|
|
9
9
|
tertiary: {
|
|
10
|
-
borderTop: "12px solid #
|
|
10
|
+
borderTop: "12px solid #98DDFF";
|
|
11
11
|
};
|
|
12
12
|
quaternary: {
|
|
13
|
-
borderTop: "12px solid #
|
|
13
|
+
borderTop: "12px solid #98DDFF";
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
}>;
|
|
@@ -7,6 +7,7 @@ export declare const modal_header: string;
|
|
|
7
7
|
export declare const modal_title: string;
|
|
8
8
|
export declare const modal_subtitle: string;
|
|
9
9
|
export declare const modal_body: string;
|
|
10
|
+
export declare const modal_body_p: string;
|
|
10
11
|
export declare const modal_footer: string;
|
|
11
12
|
export declare const site_link: string;
|
|
12
13
|
export declare const speedbump_background: string;
|
package/dist/Modal/Modal.css.js
CHANGED
|
@@ -11,13 +11,15 @@ var modal_header = "_427id35";
|
|
|
11
11
|
var modal_title = "_427id36";
|
|
12
12
|
var modal_subtitle = "_427id37";
|
|
13
13
|
var modal_body = "_427id38";
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
14
|
+
var modal_body_p = "_427id39";
|
|
15
|
+
var modal_footer = "_427id3a";
|
|
16
|
+
var site_link = "_427id3b";
|
|
17
|
+
var speedbump_background = "_427id3c";
|
|
17
18
|
export {
|
|
18
19
|
hr,
|
|
19
20
|
modal,
|
|
20
21
|
modal_body,
|
|
22
|
+
modal_body_p,
|
|
21
23
|
modal_content,
|
|
22
24
|
modal_dialog,
|
|
23
25
|
modal_footer,
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -120,7 +120,7 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
120
120
|
/* empty css */
|
|
121
121
|
/* empty css */
|
|
122
122
|
/* empty css */
|
|
123
|
-
import { modal, speedbump_background, modal_dialog, modal_content, modal_header, modal_title, modal_subtitle, solid, modal_body, site_link, modal_footer } from "./Modal.css.js";
|
|
123
|
+
import { modal, speedbump_background, modal_dialog, modal_content, modal_header, modal_title, modal_subtitle, solid, modal_body, modal_body_p, site_link, modal_footer } from "./Modal.css.js";
|
|
124
124
|
const Modal = ({
|
|
125
125
|
headline,
|
|
126
126
|
bodyCopy,
|
|
@@ -141,7 +141,7 @@ const Modal = ({
|
|
|
141
141
|
{
|
|
142
142
|
className: `${modal_body} text-center flex flex_col center middle mx_auto`,
|
|
143
143
|
children: [
|
|
144
|
-
/* @__PURE__ */ jsx("p", { className:
|
|
144
|
+
/* @__PURE__ */ jsx("p", { className: `${modal_body_p} p_16 mb_16`, children: "You will now be redirected to:" }),
|
|
145
145
|
/* @__PURE__ */ jsx("p", { id: "insert-url", className: site_link, children: body })
|
|
146
146
|
]
|
|
147
147
|
}
|
|
@@ -150,7 +150,7 @@ const Modal = ({
|
|
|
150
150
|
/* @__PURE__ */ jsxs(
|
|
151
151
|
"div",
|
|
152
152
|
{
|
|
153
|
-
className: `${modal_footer} flex center middle push_up_24`,
|
|
153
|
+
className: `${modal_footer} flex center middle push_up_24 gap_24`,
|
|
154
154
|
style: { marginInline: "auto", width: "max-content" },
|
|
155
155
|
children: [
|
|
156
156
|
/* @__PURE__ */ jsx(Button, { color: "primary", action: onAccept, children: "Continue" }),
|
|
@@ -118,7 +118,7 @@ const MobileDrawerMenu = () => {
|
|
|
118
118
|
fillRule: "evenodd",
|
|
119
119
|
clipRule: "evenodd",
|
|
120
120
|
d: "M22.5 15.75V17.25H1.5V15.75H22.5ZM22.5 11.25V12.75H1.5V11.25H22.5ZM22.5 6.75V8.25H1.5V6.75H22.5Z",
|
|
121
|
-
fill: "#
|
|
121
|
+
fill: "#14263D"
|
|
122
122
|
}
|
|
123
123
|
)
|
|
124
124
|
}
|
|
@@ -211,7 +211,7 @@ const MobileDrawerMenu = () => {
|
|
|
211
211
|
"path",
|
|
212
212
|
{
|
|
213
213
|
d: "M20.2812 2.65625L21.3419 3.71691L13.0602 11.9982L21.3419 20.2812L20.2812 21.3419L11.9982 13.0602L3.71691 21.3419L2.65625 20.2812L10.9377 11.9982L2.65625 3.71691L3.71691 2.65625L11.9982 10.9377L20.2812 2.65625Z",
|
|
214
|
-
fill: "#
|
|
214
|
+
fill: "#14263D"
|
|
215
215
|
}
|
|
216
216
|
)
|
|
217
217
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "
|
|
2
|
-
const drawer = "
|
|
3
|
-
const hamburger = "
|
|
4
|
-
const header = "
|
|
5
|
-
const back = "
|
|
6
|
-
const close = "
|
|
7
|
-
const levelContainer = "
|
|
8
|
-
const level = "
|
|
9
|
-
const levelTitle = "
|
|
10
|
-
const menu = "
|
|
11
|
-
const menuItem = "
|
|
12
|
-
const chevron = "
|
|
13
|
-
const chevronIcon = "
|
|
14
|
-
const quickLinks = "
|
|
15
|
-
const quickLink = "
|
|
16
|
-
const sr_only = "
|
|
1
|
+
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_xx7z1_1";
|
|
2
|
+
const drawer = "_drawer_xx7z1_9";
|
|
3
|
+
const hamburger = "_hamburger_xx7z1_29";
|
|
4
|
+
const header = "_header_xx7z1_40";
|
|
5
|
+
const back = "_back_xx7z1_51";
|
|
6
|
+
const close = "_close_xx7z1_62";
|
|
7
|
+
const levelContainer = "_levelContainer_xx7z1_69";
|
|
8
|
+
const level = "_level_xx7z1_69";
|
|
9
|
+
const levelTitle = "_levelTitle_xx7z1_85";
|
|
10
|
+
const menu = "_menu_xx7z1_90";
|
|
11
|
+
const menuItem = "_menuItem_xx7z1_110";
|
|
12
|
+
const chevron = "_chevron_xx7z1_126";
|
|
13
|
+
const chevronIcon = "_chevronIcon_xx7z1_131";
|
|
14
|
+
const quickLinks = "_quickLinks_xx7z1_142";
|
|
15
|
+
const quickLink = "_quickLink_xx7z1_142";
|
|
16
|
+
const sr_only = "_sr_only_xx7z1_166";
|
|
17
17
|
const styles = {
|
|
18
18
|
overlay,
|
|
19
19
|
drawer,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosBank/NavBar.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
|
|
1
|
+
import '../../assets/NavigationMenu/AxosBank/NavBar.css';import '../../assets/Typography/Typography.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
+
/* empty css */
|
|
4
5
|
/* empty css */
|
|
5
6
|
var Sign_in_btn = "_1edk6yx0";
|
|
6
7
|
var expand = "_1edk6yx1";
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const logo_wrap = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav_link = "
|
|
8
|
-
const signin_wrap = "
|
|
9
|
-
const signin_btn = "
|
|
10
|
-
const header_sub_row = "
|
|
11
|
-
const signin_dropdown = "
|
|
12
|
-
const shadow = "
|
|
13
|
-
const signin_header = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const signin_footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const dd_wrapper = "
|
|
20
|
-
const dd_media = "
|
|
21
|
-
const dd_media_img = "
|
|
22
|
-
const dd_site_navs = "
|
|
23
|
-
const dd_media_header = "
|
|
24
|
-
const mt_8 = "
|
|
25
|
-
const mt_16 = "
|
|
26
|
-
const ml_8 = "
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const mobile_only = "
|
|
34
|
-
const mobile_logo = "
|
|
35
|
-
const highlight = "
|
|
36
|
-
const mobile_opened = "
|
|
37
|
-
const dd_footer = "
|
|
38
|
-
const skip_btn = "
|
|
39
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_1upco_1";
|
|
2
|
+
const wrapper = "_wrapper_1upco_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1upco_11";
|
|
4
|
+
const logo_wrap = "_logo_wrap_1upco_17";
|
|
5
|
+
const primary_links = "_primary_links_1upco_21";
|
|
6
|
+
const main_nav_link = "_main_nav_link_1upco_25";
|
|
7
|
+
const sub_nav_link = "_sub_nav_link_1upco_57";
|
|
8
|
+
const signin_wrap = "_signin_wrap_1upco_59";
|
|
9
|
+
const signin_btn = "_signin_btn_1upco_60";
|
|
10
|
+
const header_sub_row = "_header_sub_row_1upco_98";
|
|
11
|
+
const signin_dropdown = "_signin_dropdown_1upco_131";
|
|
12
|
+
const shadow = "_shadow_1upco_141";
|
|
13
|
+
const signin_header = "_signin_header_1upco_151";
|
|
14
|
+
const signin_subheader = "_signin_subheader_1upco_158";
|
|
15
|
+
const opacity = "_opacity_1upco_179";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1upco_1";
|
|
17
|
+
const signin_footer = "_signin_footer_1upco_185";
|
|
18
|
+
const open = "_open_1upco_206";
|
|
19
|
+
const dd_wrapper = "_dd_wrapper_1upco_218";
|
|
20
|
+
const dd_media = "_dd_media_1upco_227";
|
|
21
|
+
const dd_media_img = "_dd_media_img_1upco_232";
|
|
22
|
+
const dd_site_navs = "_dd_site_navs_1upco_236";
|
|
23
|
+
const dd_media_header = "_dd_media_header_1upco_243";
|
|
24
|
+
const mt_8 = "_mt_8_1upco_254";
|
|
25
|
+
const mt_16 = "_mt_16_1upco_258";
|
|
26
|
+
const ml_8 = "_ml_8_1upco_262";
|
|
27
|
+
const reversed_row = "_reversed_row_1upco_266";
|
|
28
|
+
const headline = "_headline_1upco_270";
|
|
29
|
+
const nav_anchor = "_nav_anchor_1upco_278";
|
|
30
|
+
const headline_cta = "_headline_cta_1upco_286";
|
|
31
|
+
const site_lists = "_site_lists_1upco_302";
|
|
32
|
+
const modify_fit = "_modify_fit_1upco_322";
|
|
33
|
+
const mobile_only = "_mobile_only_1upco_347";
|
|
34
|
+
const mobile_logo = "_mobile_logo_1upco_353";
|
|
35
|
+
const highlight = "_highlight_1upco_360";
|
|
36
|
+
const mobile_opened = "_mobile_opened_1upco_366";
|
|
37
|
+
const dd_footer = "_dd_footer_1upco_374";
|
|
38
|
+
const skip_btn = "_skip_btn_1upco_382";
|
|
39
|
+
const desktop_only = "_desktop_only_1upco_418";
|
|
40
40
|
const styles = {
|
|
41
41
|
header,
|
|
42
42
|
wrapper,
|
|
@@ -64,12 +64,12 @@ const styles = {
|
|
|
64
64
|
mt_8,
|
|
65
65
|
mt_16,
|
|
66
66
|
ml_8,
|
|
67
|
-
dd_media_cta,
|
|
68
67
|
reversed_row,
|
|
69
68
|
headline,
|
|
70
69
|
nav_anchor,
|
|
71
70
|
headline_cta,
|
|
72
71
|
site_lists,
|
|
72
|
+
modify_fit,
|
|
73
73
|
mobile_only,
|
|
74
74
|
mobile_logo,
|
|
75
75
|
highlight,
|
|
@@ -81,7 +81,6 @@ const styles = {
|
|
|
81
81
|
export {
|
|
82
82
|
dd_footer,
|
|
83
83
|
dd_media,
|
|
84
|
-
dd_media_cta,
|
|
85
84
|
dd_media_header,
|
|
86
85
|
dd_media_img,
|
|
87
86
|
dd_site_navs,
|
|
@@ -101,6 +100,7 @@ export {
|
|
|
101
100
|
mobile_logo,
|
|
102
101
|
mobile_only,
|
|
103
102
|
mobile_opened,
|
|
103
|
+
modify_fit,
|
|
104
104
|
mt_16,
|
|
105
105
|
mt_8,
|
|
106
106
|
nav_anchor,
|