@axos-web-dev/shared-components 1.0.77-patch.49 → 1.0.77-patch.50
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/Avatar/Avatar.module.js +7 -7
- 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/Calculator.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/Chatbot/ChatWindow.css.js +1 -0
- package/dist/Chatbot/Chatbot.css.js +0 -1
- 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/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +50 -0
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +258 -5
- package/dist/ExecutiveBio/Overlay.d.ts +8 -0
- package/dist/ExecutiveBio/Overlay.js +589 -0
- package/dist/ExecutiveBio/index.js +26 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
- package/dist/Forms/DealerServices.js +0 -1
- package/dist/Forms/Forms.css.d.ts +2 -30
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
- package/dist/HeroBanner/HeroBanner.js +2 -13
- package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
- package/dist/HeroBanner/SelectionBanner.css.js +6 -6
- package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +4 -1
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
- package/dist/IconBillboard/sections/CallToActionSection.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
- package/dist/Input/Input.js +3 -1
- 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/AxosAdvisor/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/index.js +39 -21
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +7 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
- 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 +15 -8
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +315 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +201 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +369 -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 +5 -32
- package/dist/StepItemSet/StepItemSet.css.js +5 -3
- package/dist/StepItemSet/StepItemSet.d.ts +2 -0
- package/dist/StepItemSet/StepItemSet.js +18 -13
- package/dist/StepItemSet/index.js +3 -2
- package/dist/Table/Table.css.d.ts +7 -7
- package/dist/Table/Table.css.js +5 -5
- package/dist/Table/Table.js +1 -1
- package/dist/assets/Accordion/Accordion.css +4 -4
- 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/Avatar/Avatar.css.css +10 -10
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- package/dist/assets/AwardsItem/AwardsItem.css +3 -4
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Button/Button.css +28 -28
- 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 +20 -12
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
- 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 +10 -10
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
- package/dist/assets/Calculators/calculator.css +9 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +6 -4
- package/dist/assets/Carousel/Carousel.css +27 -41
- package/dist/assets/Chevron/Chevron.css +11 -10
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
- package/dist/assets/Comparison/Comparison.css +5 -4
- package/dist/assets/ContentBanner/ContentBanner.css +8 -8
- package/dist/assets/DownloadTile/DownloadTile.css +6 -6
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +343 -27
- package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
- package/dist/assets/Forms/Forms.css +45 -63
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +81 -76
- package/dist/assets/HeroBanner/LargeBanner.css +15 -15
- package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
- package/dist/assets/Hyperlink/Hyperlink.css +4 -4
- package/dist/assets/IconBillboard/IconBillboard.css +32 -48
- package/dist/assets/ImageBillboard/ImageBillboard.css +31 -65
- 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 +25 -2
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +138 -126
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +142 -130
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +32 -31
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +120 -148
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -107
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
- package/dist/assets/PageNavItem/PageNavItem.css +16 -33
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +5 -5
- package/dist/assets/StepItem/StepItem.css +26 -42
- package/dist/assets/StepItemSet/StepItemSet.css +27 -35
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +91 -98
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +1 -1
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/globals.css +10 -10
- 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 +32 -32
- 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/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/icons/QuoteIconGrey.js +2 -2
- package/dist/main.js +28 -2
- package/dist/themes/axos.css.d.ts +12 -12
- package/dist/themes/axos.css.js +1 -1
- package/package.json +135 -135
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const ant_article: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
border: "1px solid #
|
|
4
|
+
border: "1px solid #B9C1CE";
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
7
|
border: "none";
|
|
@@ -25,7 +25,7 @@ export declare const ant_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
25
25
|
color: `var(--${string})`;
|
|
26
26
|
};
|
|
27
27
|
tertiary: {
|
|
28
|
-
color:
|
|
28
|
+
color: `var(--${string})`;
|
|
29
29
|
};
|
|
30
30
|
quaternary: {
|
|
31
31
|
color: `var(--${string})`;
|
|
@@ -35,38 +35,10 @@ export declare const ant_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
35
35
|
export declare const ant_card_title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
36
36
|
variant: {
|
|
37
37
|
primary: {
|
|
38
|
-
|
|
39
|
-
[x: string]: {
|
|
40
|
-
WebkitBackgroundClip: "text";
|
|
41
|
-
backgroundImage: `var(--${string})`;
|
|
42
|
-
WebkitTextFillColor: "transparent";
|
|
43
|
-
textShadow: "0px 0px #00000000";
|
|
44
|
-
color?: undefined;
|
|
45
|
-
} | {
|
|
46
|
-
color: `var(--${string})`;
|
|
47
|
-
WebkitBackgroundClip?: undefined;
|
|
48
|
-
backgroundImage?: undefined;
|
|
49
|
-
WebkitTextFillColor?: undefined;
|
|
50
|
-
textShadow?: undefined;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
38
|
+
color: `var(--${string})`;
|
|
53
39
|
};
|
|
54
40
|
secondary: {
|
|
55
|
-
|
|
56
|
-
[x: string]: {
|
|
57
|
-
WebkitBackgroundClip: "text";
|
|
58
|
-
backgroundImage: `var(--${string})`;
|
|
59
|
-
WebkitTextFillColor: "transparent";
|
|
60
|
-
textShadow: "0px 0px #00000000";
|
|
61
|
-
color?: undefined;
|
|
62
|
-
} | {
|
|
63
|
-
color: `var(--${string})`;
|
|
64
|
-
WebkitBackgroundClip?: undefined;
|
|
65
|
-
backgroundImage?: undefined;
|
|
66
|
-
WebkitTextFillColor?: undefined;
|
|
67
|
-
textShadow?: undefined;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
41
|
+
color: `var(--${string})`;
|
|
70
42
|
};
|
|
71
43
|
tertiary: {
|
|
72
44
|
color: `var(--${string})`;
|
|
@@ -127,30 +99,30 @@ export declare const ant_card_cta: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
127
99
|
};
|
|
128
100
|
};
|
|
129
101
|
tertiary: {
|
|
130
|
-
color: `var(--${string})`;
|
|
131
102
|
backgroundColor: `var(--${string})`;
|
|
103
|
+
color: `var(--${string})`;
|
|
132
104
|
selectors: {
|
|
133
105
|
"&:hover": {
|
|
134
106
|
borderColor: `var(--${string})`;
|
|
135
107
|
color: `var(--${string})`;
|
|
136
108
|
};
|
|
137
109
|
"&:active": {
|
|
138
|
-
color: `var(--${string})`;
|
|
139
110
|
backgroundColor: `var(--${string})`;
|
|
111
|
+
color: `var(--${string})`;
|
|
140
112
|
};
|
|
141
113
|
};
|
|
142
114
|
};
|
|
143
115
|
quaternary: {
|
|
144
|
-
color: `var(--${string})`;
|
|
145
116
|
backgroundColor: `var(--${string})`;
|
|
117
|
+
color: `var(--${string})`;
|
|
146
118
|
selectors: {
|
|
147
119
|
"&:hover": {
|
|
148
120
|
borderColor: `var(--${string})`;
|
|
149
121
|
color: `var(--${string})`;
|
|
150
122
|
};
|
|
151
123
|
"&:active": {
|
|
152
|
-
color: `var(--${string})`;
|
|
153
124
|
backgroundColor: `var(--${string})`;
|
|
125
|
+
color: `var(--${string})`;
|
|
154
126
|
};
|
|
155
127
|
};
|
|
156
128
|
};
|
|
@@ -9,102 +9,42 @@ export declare const ant_sec_title: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
9
9
|
color: `var(--${string})`;
|
|
10
10
|
};
|
|
11
11
|
tertiary: {
|
|
12
|
-
|
|
13
|
-
[x: string]: {
|
|
14
|
-
color: `var(--${string})`;
|
|
15
|
-
} | {
|
|
16
|
-
color: "#1E262F";
|
|
17
|
-
};
|
|
18
|
-
};
|
|
12
|
+
color: `var(--${string})`;
|
|
19
13
|
};
|
|
20
14
|
quaternary: {
|
|
21
|
-
|
|
22
|
-
[x: string]: {
|
|
23
|
-
color: `var(--${string})`;
|
|
24
|
-
} | {
|
|
25
|
-
color: "#1E262F";
|
|
26
|
-
};
|
|
27
|
-
};
|
|
15
|
+
color: `var(--${string})`;
|
|
28
16
|
};
|
|
29
17
|
};
|
|
30
18
|
}>;
|
|
31
19
|
export declare const ant_blog_cta: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
32
20
|
variant: {
|
|
33
21
|
primary: {
|
|
34
|
-
|
|
35
|
-
[x: string]: {
|
|
36
|
-
color: "#2F5B88";
|
|
37
|
-
} | {
|
|
38
|
-
color: `var(--${string})`;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
22
|
+
color: `var(--${string})`;
|
|
41
23
|
};
|
|
42
24
|
secondary: {
|
|
43
|
-
|
|
44
|
-
[x: string]: {
|
|
45
|
-
color: "#2F5B88";
|
|
46
|
-
} | {
|
|
47
|
-
color: `var(--${string})`;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
25
|
+
color: `var(--${string})`;
|
|
50
26
|
};
|
|
51
27
|
tertiary: {
|
|
52
|
-
|
|
53
|
-
[x: string]: {
|
|
54
|
-
color: "#2F5B88";
|
|
55
|
-
} | {
|
|
56
|
-
color: "#1E262F";
|
|
57
|
-
};
|
|
58
|
-
};
|
|
28
|
+
color: `var(--${string})`;
|
|
59
29
|
};
|
|
60
30
|
quaternary: {
|
|
61
|
-
|
|
62
|
-
[x: string]: {
|
|
63
|
-
color: "#2F5B88";
|
|
64
|
-
} | {
|
|
65
|
-
color: "#1E262F";
|
|
66
|
-
};
|
|
67
|
-
};
|
|
31
|
+
color: `var(--${string})`;
|
|
68
32
|
};
|
|
69
33
|
};
|
|
70
34
|
}>;
|
|
71
35
|
export declare const ant_svg_fill: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
72
36
|
variant: {
|
|
73
37
|
primary: {
|
|
74
|
-
|
|
75
|
-
[x: string]: {
|
|
76
|
-
fill: "#2F5B88";
|
|
77
|
-
} | {
|
|
78
|
-
fill: `var(--${string})`;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
38
|
+
fill: `var(--${string})`;
|
|
81
39
|
};
|
|
82
40
|
secondary: {
|
|
83
|
-
|
|
84
|
-
[x: string]: {
|
|
85
|
-
fill: "#2F5B88";
|
|
86
|
-
} | {
|
|
87
|
-
fill: `var(--${string})`;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
41
|
+
fill: `var(--${string})`;
|
|
90
42
|
};
|
|
91
43
|
tertiary: {
|
|
92
|
-
|
|
93
|
-
[x: string]: {
|
|
94
|
-
fill: "#2F5B88";
|
|
95
|
-
} | {
|
|
96
|
-
fill: "#1E262F";
|
|
97
|
-
};
|
|
98
|
-
};
|
|
44
|
+
fill: `var(--${string})`;
|
|
99
45
|
};
|
|
100
46
|
quaternary: {
|
|
101
|
-
|
|
102
|
-
[x: string]: {
|
|
103
|
-
fill: "#2F5B88";
|
|
104
|
-
} | {
|
|
105
|
-
fill: "#1E262F";
|
|
106
|
-
};
|
|
107
|
-
};
|
|
47
|
+
fill: `var(--${string})`;
|
|
108
48
|
};
|
|
109
49
|
};
|
|
110
50
|
}>;
|
|
@@ -79,7 +79,7 @@ const ArticlesSet = ({
|
|
|
79
79
|
className: `${ant_svg_fill({ variant })}`,
|
|
80
80
|
d: "M1.13491422,0.187942261 C0.94986252,0.00203917967 0.649789062,0.00203917967 0.464737367,0.187942261 L0.187303721,0.466652324 C0.00225202625,0.652555405 0.00225202625,0.95391307 0.187303721,1.13991252 L4.55851447,5.53075249 L0.187303721,9.92149608 C0.00225202625,10.1074955 0.00225202625,10.4088532 0.187303721,10.5947563 L0.464737367,10.8734663 C0.649789062,11.0593694 0.94986252,11.0593694 1.13491422,10.8734663 L6.45248835,5.53075249 L1.13491422,0.187942261 Z",
|
|
81
81
|
id: "Fill-1",
|
|
82
|
-
fill: "#
|
|
82
|
+
fill: "#1E629A",
|
|
83
83
|
fillRule: "evenodd",
|
|
84
84
|
mask: "url(#mask-2)"
|
|
85
85
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '../assets/Avatar/Avatar.css.css';const avatar_sec = "
|
|
2
|
-
const container = "
|
|
3
|
-
const image = "
|
|
4
|
-
const text = "
|
|
5
|
-
const name = "
|
|
6
|
-
const title = "
|
|
7
|
-
const description = "
|
|
1
|
+
import '../assets/Avatar/Avatar.css.css';const avatar_sec = "_avatar_sec_1clr6_1";
|
|
2
|
+
const container = "_container_1clr6_5";
|
|
3
|
+
const image = "_image_1clr6_14";
|
|
4
|
+
const text = "_text_1clr6_23";
|
|
5
|
+
const name = "_name_1clr6_29";
|
|
6
|
+
const title = "_title_1clr6_37";
|
|
7
|
+
const description = "_description_1clr6_44";
|
|
8
8
|
const css = {
|
|
9
9
|
avatar_sec,
|
|
10
10
|
container,
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import '../assets/AwardsBanner/AwardsBanner.css';/* empty css */
|
|
1
|
+
import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
2
5
|
var awards_section = "_1amgyqo0";
|
|
3
6
|
var awards_row = "_1amgyqo1";
|
|
4
7
|
export {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import '../assets/AwardsItem/AwardsItem.css'
|
|
2
|
-
/* empty css */
|
|
1
|
+
import '../assets/AwardsItem/AwardsItem.css';/* empty css */
|
|
3
2
|
var award_item = "_16tnqb20";
|
|
4
3
|
var award_company = "_16tnqb21";
|
|
5
4
|
var award_name = "_16tnqb22";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "
|
|
2
|
-
const author = "
|
|
3
|
-
const quote = "
|
|
1
|
+
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_168r9_1";
|
|
2
|
+
const author = "_author_168r9_13";
|
|
3
|
+
const quote = "_quote_168r9_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
|
@@ -118,13 +118,13 @@ export declare const button: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
118
118
|
flexDirection: "column";
|
|
119
119
|
justifyContent: "center";
|
|
120
120
|
background: "#fff";
|
|
121
|
-
color: "#
|
|
121
|
+
color: "#1F1F1F";
|
|
122
122
|
border: "1px solid #EBEBEB";
|
|
123
123
|
alignItems: "center";
|
|
124
124
|
gap: number;
|
|
125
125
|
":hover": {
|
|
126
|
-
background: "#
|
|
127
|
-
color: "#
|
|
126
|
+
background: "#E9F8FF";
|
|
127
|
+
color: "#1F1F1F";
|
|
128
128
|
};
|
|
129
129
|
"@media": {
|
|
130
130
|
"screen and (max-width:768px)": {
|
|
@@ -39,38 +39,10 @@ export declare const bodyContent: string;
|
|
|
39
39
|
export declare const header_theme: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
40
40
|
variant: {
|
|
41
41
|
primary: {
|
|
42
|
-
|
|
43
|
-
[x: string]: {
|
|
44
|
-
WebkitBackgroundClip: "text";
|
|
45
|
-
backgroundImage: `var(--${string})`;
|
|
46
|
-
WebkitTextFillColor: "transparent";
|
|
47
|
-
textShadow: "0px 0px #00000000";
|
|
48
|
-
color?: undefined;
|
|
49
|
-
} | {
|
|
50
|
-
color: `var(--${string})`;
|
|
51
|
-
WebkitBackgroundClip?: undefined;
|
|
52
|
-
backgroundImage?: undefined;
|
|
53
|
-
WebkitTextFillColor?: undefined;
|
|
54
|
-
textShadow?: undefined;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
42
|
+
color: `var(--${string})`;
|
|
57
43
|
};
|
|
58
44
|
secondary: {
|
|
59
|
-
|
|
60
|
-
[x: string]: {
|
|
61
|
-
WebkitBackgroundClip: "text";
|
|
62
|
-
backgroundImage: `var(--${string})`;
|
|
63
|
-
WebkitTextFillColor: "transparent";
|
|
64
|
-
textShadow: "0px 0px #00000000";
|
|
65
|
-
color?: undefined;
|
|
66
|
-
} | {
|
|
67
|
-
color: `var(--${string})`;
|
|
68
|
-
WebkitBackgroundClip?: undefined;
|
|
69
|
-
backgroundImage?: undefined;
|
|
70
|
-
WebkitTextFillColor?: undefined;
|
|
71
|
-
textShadow?: undefined;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
45
|
+
color: `var(--${string})`;
|
|
74
46
|
};
|
|
75
47
|
tertiary: {
|
|
76
48
|
color: `var(--${string})`;
|
|
@@ -33,38 +33,10 @@ export declare const header_container: string;
|
|
|
33
33
|
export declare const header_calc: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
34
34
|
variant: {
|
|
35
35
|
primary: {
|
|
36
|
-
|
|
37
|
-
[x: string]: {
|
|
38
|
-
WebkitBackgroundClip: string;
|
|
39
|
-
backgroundImage: `var(--${string})`;
|
|
40
|
-
WebkitTextFillColor: string;
|
|
41
|
-
textShadow: string;
|
|
42
|
-
color?: undefined;
|
|
43
|
-
} | {
|
|
44
|
-
color: `var(--${string})`;
|
|
45
|
-
WebkitBackgroundClip?: undefined;
|
|
46
|
-
backgroundImage?: undefined;
|
|
47
|
-
WebkitTextFillColor?: undefined;
|
|
48
|
-
textShadow?: undefined;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
36
|
+
color: `var(--${string})`;
|
|
51
37
|
};
|
|
52
38
|
secondary: {
|
|
53
|
-
|
|
54
|
-
[x: string]: {
|
|
55
|
-
WebkitBackgroundClip: "text";
|
|
56
|
-
backgroundImage: `var(--${string})`;
|
|
57
|
-
WebkitTextFillColor: "transparent";
|
|
58
|
-
textShadow: "0px 0px #00000000";
|
|
59
|
-
color?: undefined;
|
|
60
|
-
} | {
|
|
61
|
-
color: `var(--${string})`;
|
|
62
|
-
WebkitBackgroundClip?: undefined;
|
|
63
|
-
backgroundImage?: undefined;
|
|
64
|
-
WebkitTextFillColor?: undefined;
|
|
65
|
-
textShadow?: undefined;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
39
|
+
color: `var(--${string})`;
|
|
68
40
|
};
|
|
69
41
|
tertiary: {
|
|
70
42
|
color: `var(--${string})`;
|
|
@@ -51,8 +51,8 @@ import "../Carousel/index.js";
|
|
|
51
51
|
/* empty css */
|
|
52
52
|
import "../Chatbot/store/chat.js";
|
|
53
53
|
import "../Chatbot/authenticate.js";
|
|
54
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
55
54
|
import "react-use";
|
|
55
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
56
56
|
/* empty css */
|
|
57
57
|
import "../Chatbot/store/messages.js";
|
|
58
58
|
/* empty css */
|
|
@@ -22,16 +22,10 @@ export declare const calculator_description: import('@vanilla-extract/recipes').
|
|
|
22
22
|
export declare const calculator_headline: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
23
23
|
variant: {
|
|
24
24
|
primary: {
|
|
25
|
-
|
|
26
|
-
backgroundClip: "text";
|
|
27
|
-
WebkitTextFillColor: "transparent";
|
|
28
|
-
textShadow: "0px 0px #00000000";
|
|
25
|
+
color: `var(--${string})`;
|
|
29
26
|
};
|
|
30
27
|
secondary: {
|
|
31
|
-
|
|
32
|
-
backgroundClip: "text";
|
|
33
|
-
WebkitTextFillColor: "transparent";
|
|
34
|
-
textShadow: "0px 0px #00000000";
|
|
28
|
+
color: `var(--${string})`;
|
|
35
29
|
};
|
|
36
30
|
tertiary: {
|
|
37
31
|
color: `var(--${string})`;
|
|
@@ -107,7 +107,7 @@ const CallToActionBar = ({
|
|
|
107
107
|
),
|
|
108
108
|
children: [
|
|
109
109
|
headline && /* @__PURE__ */ jsx("h2", { className: "header_3", children: headline }),
|
|
110
|
-
banner_size === "large" && bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
|
|
110
|
+
banner_size === "large" && bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("div", { children: bodyCopy }) })
|
|
111
111
|
]
|
|
112
112
|
}
|
|
113
113
|
),
|
|
@@ -5,28 +5,16 @@ export declare const dots: string;
|
|
|
5
5
|
export declare const headerCarousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
6
6
|
variant: {
|
|
7
7
|
primary: {
|
|
8
|
-
|
|
9
|
-
backgroundClip: "text";
|
|
10
|
-
WebkitTextFillColor: "transparent";
|
|
11
|
-
textShadow: "0px 0px #00000000";
|
|
8
|
+
color: `var(--${string})`;
|
|
12
9
|
};
|
|
13
10
|
secondary: {
|
|
14
|
-
|
|
15
|
-
backgroundClip: "text";
|
|
16
|
-
WebkitTextFillColor: "transparent";
|
|
17
|
-
textShadow: "0px 0px #00000000";
|
|
11
|
+
color: `var(--${string})`;
|
|
18
12
|
};
|
|
19
13
|
tertiary: {
|
|
20
14
|
color: `var(--${string})`;
|
|
21
|
-
backgroundClip: "text";
|
|
22
|
-
WebkitTextFillColor: "transparent";
|
|
23
|
-
textShadow: "0px 0px #00000000";
|
|
24
15
|
};
|
|
25
16
|
quaternary: {
|
|
26
17
|
color: `var(--${string})`;
|
|
27
|
-
backgroundClip: "text";
|
|
28
|
-
WebkitTextFillColor: "transparent";
|
|
29
|
-
textShadow: "0px 0px #00000000";
|
|
30
18
|
};
|
|
31
19
|
};
|
|
32
20
|
}>;
|
|
@@ -34,6 +22,7 @@ export declare const carousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
34
22
|
variant: {
|
|
35
23
|
primary: {
|
|
36
24
|
background: `var(--${string})`;
|
|
25
|
+
border: "1px solid #E9EBEF";
|
|
37
26
|
color: `var(--${string})`;
|
|
38
27
|
};
|
|
39
28
|
secondary: {
|
|
@@ -90,7 +79,7 @@ export declare const icon: import('@vanilla-extract/recipes').RuntimeFn<{}>;
|
|
|
90
79
|
export declare const dot: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
91
80
|
variant: {
|
|
92
81
|
primary: {
|
|
93
|
-
borderColor:
|
|
82
|
+
borderColor: `var(--${string})`;
|
|
94
83
|
selectors: {
|
|
95
84
|
"&:hover": {
|
|
96
85
|
background: "#87B9D7";
|
|
@@ -98,7 +87,7 @@ export declare const dot: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
98
87
|
};
|
|
99
88
|
};
|
|
100
89
|
secondary: {
|
|
101
|
-
borderColor:
|
|
90
|
+
borderColor: `var(--${string})`;
|
|
102
91
|
selectors: {
|
|
103
92
|
"&:hover": {
|
|
104
93
|
background: "#87B9D7";
|
|
@@ -106,7 +95,7 @@ export declare const dot: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
106
95
|
};
|
|
107
96
|
};
|
|
108
97
|
tertiary: {
|
|
109
|
-
borderColor:
|
|
98
|
+
borderColor: `var(--${string})`;
|
|
110
99
|
selectors: {
|
|
111
100
|
"&:hover": {
|
|
112
101
|
background: "#EBEBEB";
|
|
@@ -114,10 +103,10 @@ export declare const dot: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
114
103
|
};
|
|
115
104
|
};
|
|
116
105
|
quaternary: {
|
|
117
|
-
borderColor:
|
|
106
|
+
borderColor: `var(--${string})`;
|
|
118
107
|
selectors: {
|
|
119
108
|
"&:hover": {
|
|
120
|
-
background: "#
|
|
109
|
+
background: "#EBEBEB";
|
|
121
110
|
};
|
|
122
111
|
};
|
|
123
112
|
};
|
|
@@ -19,11 +19,11 @@ export declare const chevron: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
tertiary: {
|
|
22
|
-
color:
|
|
22
|
+
color: "FFFFFF";
|
|
23
23
|
selectors: {
|
|
24
24
|
"&:hover": {
|
|
25
25
|
textDecoration: "underline";
|
|
26
|
-
textDecorationColor:
|
|
26
|
+
textDecorationColor: "#FFFFFF";
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -13,7 +13,7 @@ import "../Accordion/Accordion.js";
|
|
|
13
13
|
import "../Accordion/Accordion.css.js";
|
|
14
14
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
15
15
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
16
|
-
import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/
|
|
16
|
+
import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/Typography/Typography.css';import '../assets/Chatbot/ChatWindow.css';import '../assets/Chatbot/Bubble.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Modal/Modal.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
17
17
|
/* empty css */
|
|
18
18
|
/* empty css */
|
|
19
19
|
/* empty css */
|
|
@@ -68,7 +68,6 @@ import "react-dom";
|
|
|
68
68
|
import "../Auth/SignInPassword.js";
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
|
-
/* empty css */
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../Carousel/index.js";
|
|
74
73
|
/* empty css */
|
|
@@ -77,6 +76,7 @@ import "../Chatbot/authenticate.js";
|
|
|
77
76
|
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
77
|
/* empty css */
|
|
79
78
|
import "../Chatbot/store/messages.js";
|
|
79
|
+
/* empty css */
|
|
80
80
|
/* empty css */
|
|
81
81
|
import { comparison_layout, comparison_content, headerComparison, feature_header, feature_title, comparison_feature, comparison_list, comparison_buttons, comparison } from "./Comparison.css.js";
|
|
82
82
|
import "next/image.js";
|