@axos-web-dev/shared-components 1.0.49 → 1.0.50-patch.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +111 -111
- package/dist/Accordion/Accordion.css.d.ts +1 -1
- package/dist/Article/Article.css.d.ts +41 -41
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
- package/dist/Button/Button.css.d.ts +18 -18
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +18 -18
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/calculator.css.d.ts +12 -12
- package/dist/Carousel/Carousel.css.d.ts +20 -20
- package/dist/Chevron/Chevron.css.d.ts +6 -6
- package/dist/Comparison/Comparison.css.d.ts +10 -10
- package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
- package/dist/Forms/Forms.css.d.ts +42 -42
- package/dist/HeroBanner/HeroBanner.css.d.ts +16 -16
- package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
- package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
- package/dist/IconBillboard/IconBillboard.css.d.ts +24 -24
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +20 -20
- package/dist/Input/Input.css.d.ts +16 -16
- package/dist/Inputs/Input.css.d.ts +14 -14
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +3 -6
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +295 -84
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
- package/dist/SetContainer/SetContainer.css.d.ts +16 -16
- package/dist/StepItem/StepItem.css.d.ts +18 -18
- package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
- package/dist/Tab/Tab.css.d.ts +12 -12
- package/dist/Table/Table.css.d.ts +25 -25
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
- package/dist/themes/axos.css.d.ts +38 -38
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +1 -1
|
@@ -3,21 +3,21 @@ import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
|
3
3
|
export declare const containerIconBillboard: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
4
4
|
variant: {
|
|
5
5
|
primary: {
|
|
6
|
-
background: `var(--${string})
|
|
6
|
+
background: `var(--${string})`;
|
|
7
7
|
border: "1px solid #D4D4D4";
|
|
8
|
-
color: `var(--${string})
|
|
8
|
+
color: `var(--${string})`;
|
|
9
9
|
};
|
|
10
10
|
secondary: {
|
|
11
|
-
background: `var(--${string})
|
|
12
|
-
color: `var(--${string})
|
|
11
|
+
background: `var(--${string})`;
|
|
12
|
+
color: `var(--${string})`;
|
|
13
13
|
};
|
|
14
14
|
tertiary: {
|
|
15
|
-
background: `var(--${string})
|
|
16
|
-
color: `var(--${string})
|
|
15
|
+
background: `var(--${string})`;
|
|
16
|
+
color: `var(--${string})`;
|
|
17
17
|
};
|
|
18
18
|
quaternary: {
|
|
19
|
-
background: `var(--${string})
|
|
20
|
-
color: `var(--${string})
|
|
19
|
+
background: `var(--${string})`;
|
|
20
|
+
color: `var(--${string})`;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
}>;
|
|
@@ -36,12 +36,12 @@ export declare const title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
36
36
|
selectors: {
|
|
37
37
|
[x: string]: {
|
|
38
38
|
WebkitBackgroundClip: "text";
|
|
39
|
-
backgroundImage: `var(--${string})
|
|
39
|
+
backgroundImage: `var(--${string})`;
|
|
40
40
|
WebkitTextFillColor: "transparent";
|
|
41
41
|
textShadow: "0px 0px #00000000";
|
|
42
42
|
color?: undefined;
|
|
43
43
|
} | {
|
|
44
|
-
color: `var(--${string})
|
|
44
|
+
color: `var(--${string})`;
|
|
45
45
|
WebkitBackgroundClip?: undefined;
|
|
46
46
|
backgroundImage?: undefined;
|
|
47
47
|
WebkitTextFillColor?: undefined;
|
|
@@ -53,12 +53,12 @@ export declare const title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
53
53
|
selectors: {
|
|
54
54
|
[x: string]: {
|
|
55
55
|
WebkitBackgroundClip: "text";
|
|
56
|
-
backgroundImage: `var(--${string})
|
|
56
|
+
backgroundImage: `var(--${string})`;
|
|
57
57
|
WebkitTextFillColor: "transparent";
|
|
58
58
|
textShadow: "0px 0px #00000000";
|
|
59
59
|
color?: undefined;
|
|
60
60
|
} | {
|
|
61
|
-
color: `var(--${string})
|
|
61
|
+
color: `var(--${string})`;
|
|
62
62
|
WebkitBackgroundClip?: undefined;
|
|
63
63
|
backgroundImage?: undefined;
|
|
64
64
|
WebkitTextFillColor?: undefined;
|
|
@@ -67,10 +67,10 @@ export declare const title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
tertiary: {
|
|
70
|
-
color: `var(--${string})
|
|
70
|
+
color: `var(--${string})`;
|
|
71
71
|
};
|
|
72
72
|
quaternary: {
|
|
73
|
-
color: `var(--${string})
|
|
73
|
+
color: `var(--${string})`;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
}>;
|
|
@@ -82,22 +82,22 @@ export declare const section_text: string;
|
|
|
82
82
|
export declare const header_section: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
83
83
|
variant: {
|
|
84
84
|
primary: {
|
|
85
|
-
background: `var(--${string})
|
|
85
|
+
background: `var(--${string})`;
|
|
86
86
|
backgroundClip: "text";
|
|
87
87
|
WebkitTextFillColor: "transparent";
|
|
88
88
|
textShadow: "0px 0px #00000000";
|
|
89
89
|
};
|
|
90
90
|
secondary: {
|
|
91
|
-
background: `var(--${string})
|
|
91
|
+
background: `var(--${string})`;
|
|
92
92
|
backgroundClip: "text";
|
|
93
93
|
WebkitTextFillColor: "transparent";
|
|
94
94
|
textShadow: "0px 0px #00000000";
|
|
95
95
|
};
|
|
96
96
|
tertiary: {
|
|
97
|
-
color: `var(--${string})
|
|
97
|
+
color: `var(--${string})`;
|
|
98
98
|
};
|
|
99
99
|
quaternary: {
|
|
100
|
-
color: `var(--${string})
|
|
100
|
+
color: `var(--${string})`;
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
}>;
|
|
@@ -105,19 +105,19 @@ export declare const section_container: string;
|
|
|
105
105
|
export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
106
106
|
variant: {
|
|
107
107
|
primary: {
|
|
108
|
-
background: `var(--${string})
|
|
108
|
+
background: `var(--${string})`;
|
|
109
109
|
border: "1px solid #D4D4D4";
|
|
110
110
|
};
|
|
111
111
|
secondary: {
|
|
112
|
-
background: `var(--${string})
|
|
112
|
+
background: `var(--${string})`;
|
|
113
113
|
};
|
|
114
114
|
tertiary: {
|
|
115
|
-
background: `var(--${string})
|
|
116
|
-
color: `var(--${string})
|
|
115
|
+
background: `var(--${string})`;
|
|
116
|
+
color: `var(--${string})`;
|
|
117
117
|
};
|
|
118
118
|
quaternary: {
|
|
119
|
-
background: `var(--${string})
|
|
120
|
-
color: `var(--${string})
|
|
119
|
+
background: `var(--${string})`;
|
|
120
|
+
color: `var(--${string})`;
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
123
|
}>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
export declare const billboard: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
background: `var(--${string})
|
|
5
|
-
color: `var(--${string})
|
|
4
|
+
background: `var(--${string})`;
|
|
5
|
+
color: `var(--${string})`;
|
|
6
6
|
border: "1px solid #D4D4D4";
|
|
7
7
|
};
|
|
8
8
|
secondary: {
|
|
9
|
-
background: `var(--${string})
|
|
10
|
-
color: `var(--${string})
|
|
9
|
+
background: `var(--${string})`;
|
|
10
|
+
color: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
tertiary: {
|
|
13
|
-
background: `var(--${string})
|
|
14
|
-
color: `var(--${string})
|
|
13
|
+
background: `var(--${string})`;
|
|
14
|
+
color: `var(--${string})`;
|
|
15
15
|
};
|
|
16
16
|
quaternary: {
|
|
17
|
-
background: `var(--${string})
|
|
18
|
-
color: `var(--${string})
|
|
17
|
+
background: `var(--${string})`;
|
|
18
|
+
color: `var(--${string})`;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
}>;
|
|
@@ -61,12 +61,12 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
61
61
|
selectors: {
|
|
62
62
|
[x: string]: {
|
|
63
63
|
WebkitBackgroundClip: "text";
|
|
64
|
-
backgroundImage: `var(--${string})
|
|
64
|
+
backgroundImage: `var(--${string})`;
|
|
65
65
|
WebkitTextFillColor: "transparent";
|
|
66
66
|
textShadow: "0px 0px #00000000";
|
|
67
67
|
color?: undefined;
|
|
68
68
|
} | {
|
|
69
|
-
color: `var(--${string})
|
|
69
|
+
color: `var(--${string})`;
|
|
70
70
|
WebkitBackgroundClip?: undefined;
|
|
71
71
|
backgroundImage?: undefined;
|
|
72
72
|
WebkitTextFillColor?: undefined;
|
|
@@ -78,12 +78,12 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
78
78
|
selectors: {
|
|
79
79
|
[x: string]: {
|
|
80
80
|
WebkitBackgroundClip: "text";
|
|
81
|
-
backgroundImage: `var(--${string})
|
|
81
|
+
backgroundImage: `var(--${string})`;
|
|
82
82
|
WebkitTextFillColor: "transparent";
|
|
83
83
|
textShadow: "0px 0px #00000000";
|
|
84
84
|
color?: undefined;
|
|
85
85
|
} | {
|
|
86
|
-
color: `var(--${string})
|
|
86
|
+
color: `var(--${string})`;
|
|
87
87
|
WebkitBackgroundClip?: undefined;
|
|
88
88
|
backgroundImage?: undefined;
|
|
89
89
|
WebkitTextFillColor?: undefined;
|
|
@@ -92,10 +92,10 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
94
|
tertiary: {
|
|
95
|
-
color: `var(--${string})
|
|
95
|
+
color: `var(--${string})`;
|
|
96
96
|
};
|
|
97
97
|
quaternary: {
|
|
98
|
-
color: `var(--${string})
|
|
98
|
+
color: `var(--${string})`;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
101
|
}>;
|
|
@@ -105,12 +105,12 @@ export declare const header: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
105
105
|
selectors: {
|
|
106
106
|
[x: string]: {
|
|
107
107
|
WebkitBackgroundClip: "text";
|
|
108
|
-
backgroundImage: `var(--${string})
|
|
108
|
+
backgroundImage: `var(--${string})`;
|
|
109
109
|
WebkitTextFillColor: "transparent";
|
|
110
110
|
textShadow: "0px 0px #00000000";
|
|
111
111
|
color?: undefined;
|
|
112
112
|
} | {
|
|
113
|
-
color: `var(--${string})
|
|
113
|
+
color: `var(--${string})`;
|
|
114
114
|
WebkitBackgroundClip?: undefined;
|
|
115
115
|
backgroundImage?: undefined;
|
|
116
116
|
WebkitTextFillColor?: undefined;
|
|
@@ -122,12 +122,12 @@ export declare const header: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
122
122
|
selectors: {
|
|
123
123
|
[x: string]: {
|
|
124
124
|
WebkitBackgroundClip: "text";
|
|
125
|
-
backgroundImage: `var(--${string})
|
|
125
|
+
backgroundImage: `var(--${string})`;
|
|
126
126
|
WebkitTextFillColor: "transparent";
|
|
127
127
|
textShadow: "0px 0px #00000000";
|
|
128
128
|
color?: undefined;
|
|
129
129
|
} | {
|
|
130
|
-
color: `var(--${string})
|
|
130
|
+
color: `var(--${string})`;
|
|
131
131
|
WebkitBackgroundClip?: undefined;
|
|
132
132
|
backgroundImage?: undefined;
|
|
133
133
|
WebkitTextFillColor?: undefined;
|
|
@@ -136,10 +136,10 @@ export declare const header: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
138
|
tertiary: {
|
|
139
|
-
color: `var(--${string})
|
|
139
|
+
color: `var(--${string})`;
|
|
140
140
|
};
|
|
141
141
|
quaternary: {
|
|
142
|
-
color: `var(--${string})
|
|
142
|
+
color: `var(--${string})`;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
145
|
}>;
|
|
@@ -19,21 +19,21 @@ export declare const labelClassName: import('@vanilla-extract/recipes').RuntimeF
|
|
|
19
19
|
primary: {};
|
|
20
20
|
secondary: {};
|
|
21
21
|
tertiary: {
|
|
22
|
-
color: `var(--${string})
|
|
22
|
+
color: `var(--${string})`;
|
|
23
23
|
};
|
|
24
24
|
quaternary: {
|
|
25
|
-
color: `var(--${string})
|
|
25
|
+
color: `var(--${string})`;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
error: {
|
|
29
29
|
true: {
|
|
30
|
-
color: `var(--${string})
|
|
31
|
-
borderColor: `var(--${string})
|
|
30
|
+
color: `var(--${string})`;
|
|
31
|
+
borderColor: `var(--${string})`;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
disabled: {
|
|
35
35
|
true: {
|
|
36
|
-
color: `var(--${string})
|
|
36
|
+
color: `var(--${string})`;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
isCheckbox: {
|
|
@@ -64,19 +64,19 @@ export declare const container: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
64
64
|
};
|
|
65
65
|
error: {
|
|
66
66
|
true: {
|
|
67
|
-
borderColor: `var(--${string})
|
|
67
|
+
borderColor: `var(--${string})`;
|
|
68
68
|
selectors: {
|
|
69
69
|
"&:focus-within": {
|
|
70
|
-
borderColor: `var(--${string})
|
|
70
|
+
borderColor: `var(--${string})`;
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
disabled: {
|
|
76
76
|
true: {
|
|
77
|
-
borderColor: `var(--${string})
|
|
78
|
-
color: `var(--${string})
|
|
79
|
-
background: `var(--${string})
|
|
77
|
+
borderColor: `var(--${string})`;
|
|
78
|
+
color: `var(--${string})`;
|
|
79
|
+
background: `var(--${string})`;
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
82
|
}>;
|
|
@@ -124,15 +124,15 @@ export declare const input: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
124
124
|
};
|
|
125
125
|
error: {
|
|
126
126
|
true: {
|
|
127
|
-
borderColor: `var(--${string})
|
|
127
|
+
borderColor: `var(--${string})`;
|
|
128
128
|
selectors: {};
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
131
|
disabled: {
|
|
132
132
|
true: {
|
|
133
|
-
borderColor: `var(--${string})
|
|
134
|
-
color: `var(--${string})
|
|
135
|
-
background: `var(--${string})
|
|
133
|
+
borderColor: `var(--${string})`;
|
|
134
|
+
color: `var(--${string})`;
|
|
135
|
+
background: `var(--${string})`;
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
138
|
}>;
|
|
@@ -149,8 +149,8 @@ export declare const helperText: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
149
149
|
};
|
|
150
150
|
error: {
|
|
151
151
|
true: {
|
|
152
|
-
borderColor: `var(--${string})
|
|
153
|
-
color: `var(--${string})
|
|
152
|
+
borderColor: `var(--${string})`;
|
|
153
|
+
color: `var(--${string})`;
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
156
|
}>;
|
|
@@ -17,13 +17,13 @@ export declare const icon: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
17
17
|
export declare const labelClassName: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
18
18
|
error: {
|
|
19
19
|
true: {
|
|
20
|
-
color: `var(--${string})
|
|
21
|
-
borderColor: `var(--${string})
|
|
20
|
+
color: `var(--${string})`;
|
|
21
|
+
borderColor: `var(--${string})`;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
disabled: {
|
|
25
25
|
true: {
|
|
26
|
-
color: `var(--${string})
|
|
26
|
+
color: `var(--${string})`;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
}>;
|
|
@@ -47,19 +47,19 @@ export declare const container: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
47
47
|
};
|
|
48
48
|
error: {
|
|
49
49
|
true: {
|
|
50
|
-
borderColor: `var(--${string})
|
|
50
|
+
borderColor: `var(--${string})`;
|
|
51
51
|
selectors: {
|
|
52
52
|
"&:focus-within": {
|
|
53
|
-
borderColor: `var(--${string})
|
|
53
|
+
borderColor: `var(--${string})`;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
disabled: {
|
|
59
59
|
true: {
|
|
60
|
-
borderColor: `var(--${string})
|
|
61
|
-
color: `var(--${string})
|
|
62
|
-
background: `var(--${string})
|
|
60
|
+
borderColor: `var(--${string})`;
|
|
61
|
+
color: `var(--${string})`;
|
|
62
|
+
background: `var(--${string})`;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
}>;
|
|
@@ -107,15 +107,15 @@ export declare const input: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
107
107
|
};
|
|
108
108
|
error: {
|
|
109
109
|
true: {
|
|
110
|
-
borderColor: `var(--${string})
|
|
110
|
+
borderColor: `var(--${string})`;
|
|
111
111
|
selectors: {};
|
|
112
112
|
};
|
|
113
113
|
};
|
|
114
114
|
disabled: {
|
|
115
115
|
true: {
|
|
116
|
-
borderColor: `var(--${string})
|
|
117
|
-
color: `var(--${string})
|
|
118
|
-
background: `var(--${string})
|
|
116
|
+
borderColor: `var(--${string})`;
|
|
117
|
+
color: `var(--${string})`;
|
|
118
|
+
background: `var(--${string})`;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
}>;
|
|
@@ -132,8 +132,8 @@ export declare const helperText: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
132
132
|
};
|
|
133
133
|
error: {
|
|
134
134
|
true: {
|
|
135
|
-
borderColor: `var(--${string})
|
|
136
|
-
color: `var(--${string})
|
|
135
|
+
borderColor: `var(--${string})`;
|
|
136
|
+
color: `var(--${string})`;
|
|
137
137
|
};
|
|
138
138
|
};
|
|
139
139
|
}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const int_headline: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
color: `var(--${string})
|
|
4
|
+
color: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
color: `var(--${string})
|
|
7
|
+
color: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
}>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import '../assets/Interstitial/Interstitial.css.css';const overlay = "
|
|
2
|
-
const modal = "
|
|
3
|
-
const vanish = "
|
|
4
|
-
const appear = "
|
|
5
|
-
const close_button = "
|
|
6
|
-
const modal_content = "
|
|
7
|
-
const img_area = "
|
|
8
|
-
const body_copy = "
|
|
9
|
-
const btns = "
|
|
10
|
-
const white_modal = "
|
|
1
|
+
import '../assets/Interstitial/Interstitial.css.css';const overlay = "_overlay_1ep5z_47";
|
|
2
|
+
const modal = "_modal_1ep5z_79";
|
|
3
|
+
const vanish = "_vanish_1ep5z_1";
|
|
4
|
+
const appear = "_appear_1ep5z_1";
|
|
5
|
+
const close_button = "_close_button_1ep5z_109";
|
|
6
|
+
const modal_content = "_modal_content_1ep5z_139";
|
|
7
|
+
const img_area = "_img_area_1ep5z_147";
|
|
8
|
+
const body_copy = "_body_copy_1ep5z_167";
|
|
9
|
+
const btns = "_btns_1ep5z_195";
|
|
10
|
+
const white_modal = "_white_modal_1ep5z_277";
|
|
11
11
|
const css = {
|
|
12
12
|
overlay,
|
|
13
13
|
modal,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const lp_theme: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
background: `var(--${string})
|
|
4
|
+
background: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
background: `var(--${string})
|
|
7
|
+
background: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
tertiary: {
|
|
10
|
-
background: `var(--${string})
|
|
10
|
+
background: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
}>;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosALTS/NavBar.css.css';const alts_header = "
|
|
2
|
-
const alts_wrapper = "
|
|
3
|
-
const alts_header_main_row = "
|
|
4
|
-
const alts_mobile_header = "
|
|
5
|
-
const alts_logo_wrap = "
|
|
6
|
-
const alts_primary_links = "
|
|
7
|
-
const alts_main_nav_link = "
|
|
8
|
-
const alts_hamburger = "
|
|
9
|
-
const alts_mobile_logo = "
|
|
10
|
-
const alts_mobile_nav = "
|
|
11
|
-
const alts_mobile_opened = "
|
|
12
|
-
const alts_mobile_nav_item = "
|
|
13
|
-
const alts_icon_wrap = "
|
|
14
|
-
const alts_mobile_footer = "
|
|
15
|
-
const alts_mobile_footer_content = "
|
|
16
|
-
const alts_mobile_footer_media = "
|
|
17
|
-
const alts_inner_wrapper = "
|
|
18
|
-
const alts_btn = "
|
|
19
|
-
const alts_sub_menu = "
|
|
20
|
-
const alts_skip_btn = "
|
|
21
|
-
const alts_desktop_only = "
|
|
22
|
-
const alts_main_nav = "
|
|
23
|
-
const alts_mobile_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosALTS/NavBar.css.css';const alts_header = "_alts_header_19h22_1";
|
|
2
|
+
const alts_wrapper = "_alts_wrapper_19h22_9";
|
|
3
|
+
const alts_header_main_row = "_alts_header_main_row_19h22_21";
|
|
4
|
+
const alts_mobile_header = "_alts_mobile_header_19h22_23";
|
|
5
|
+
const alts_logo_wrap = "_alts_logo_wrap_19h22_35";
|
|
6
|
+
const alts_primary_links = "_alts_primary_links_19h22_43";
|
|
7
|
+
const alts_main_nav_link = "_alts_main_nav_link_19h22_53";
|
|
8
|
+
const alts_hamburger = "_alts_hamburger_19h22_125";
|
|
9
|
+
const alts_mobile_logo = "_alts_mobile_logo_19h22_153";
|
|
10
|
+
const alts_mobile_nav = "_alts_mobile_nav_19h22_203";
|
|
11
|
+
const alts_mobile_opened = "_alts_mobile_opened_19h22_225";
|
|
12
|
+
const alts_mobile_nav_item = "_alts_mobile_nav_item_19h22_241";
|
|
13
|
+
const alts_icon_wrap = "_alts_icon_wrap_19h22_271";
|
|
14
|
+
const alts_mobile_footer = "_alts_mobile_footer_19h22_281";
|
|
15
|
+
const alts_mobile_footer_content = "_alts_mobile_footer_content_19h22_291";
|
|
16
|
+
const alts_mobile_footer_media = "_alts_mobile_footer_media_19h22_313";
|
|
17
|
+
const alts_inner_wrapper = "_alts_inner_wrapper_19h22_333";
|
|
18
|
+
const alts_btn = "_alts_btn_19h22_343";
|
|
19
|
+
const alts_sub_menu = "_alts_sub_menu_19h22_353";
|
|
20
|
+
const alts_skip_btn = "_alts_skip_btn_19h22_369";
|
|
21
|
+
const alts_desktop_only = "_alts_desktop_only_19h22_417";
|
|
22
|
+
const alts_main_nav = "_alts_main_nav_19h22_53";
|
|
23
|
+
const alts_mobile_only = "_alts_mobile_only_19h22_521";
|
|
24
24
|
const styles = {
|
|
25
25
|
alts_header,
|
|
26
26
|
alts_wrapper,
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const main_nav = "
|
|
4
|
-
const header_main_row = "
|
|
5
|
-
const mobile_header = "
|
|
6
|
-
const logo_wrap = "
|
|
7
|
-
const primary_links = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const footer = "
|
|
20
|
-
const open = "
|
|
21
|
-
const dd_wrapper = "
|
|
22
|
-
const dd_media = "
|
|
23
|
-
const dd_media_img = "
|
|
24
|
-
const dd_site_navs = "
|
|
25
|
-
const dd_media_header = "
|
|
26
|
-
const mt_8 = "
|
|
27
|
-
const mt_16 = "
|
|
28
|
-
const ml_8 = "
|
|
29
|
-
const dd_media_cta = "
|
|
30
|
-
const reversed_row = "
|
|
31
|
-
const headline = "
|
|
32
|
-
const nav_anchor = "
|
|
33
|
-
const headline_cta = "
|
|
34
|
-
const site_lists = "
|
|
35
|
-
const hamburger = "
|
|
36
|
-
const mobile_only = "
|
|
37
|
-
const mobile_logo = "
|
|
38
|
-
const highlight = "
|
|
39
|
-
const mobile_nav = "
|
|
40
|
-
const mobile_opened = "
|
|
41
|
-
const mobile_nav_item = "
|
|
42
|
-
const has_dropdown = "
|
|
43
|
-
const icon_wrap = "
|
|
44
|
-
const mobile_footer = "
|
|
45
|
-
const mobile_footer_content = "
|
|
46
|
-
const mobile_footer_media = "
|
|
47
|
-
const footer_cta = "
|
|
48
|
-
const inner_wrapper = "
|
|
49
|
-
const btn = "
|
|
50
|
-
const sub_menu = "
|
|
51
|
-
const main = "
|
|
52
|
-
const dd_footer = "
|
|
53
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css';const header = "_header_1pmyy_1";
|
|
2
|
+
const wrapper = "_wrapper_1pmyy_9";
|
|
3
|
+
const main_nav = "_main_nav_1pmyy_19";
|
|
4
|
+
const header_main_row = "_header_main_row_1pmyy_33";
|
|
5
|
+
const mobile_header = "_mobile_header_1pmyy_35";
|
|
6
|
+
const logo_wrap = "_logo_wrap_1pmyy_59";
|
|
7
|
+
const primary_links = "_primary_links_1pmyy_67";
|
|
8
|
+
const main_nav_link = "_main_nav_link_1pmyy_75";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_1pmyy_119";
|
|
10
|
+
const signin_wrap = "_signin_wrap_1pmyy_123";
|
|
11
|
+
const signin_btn = "_signin_btn_1pmyy_125";
|
|
12
|
+
const header_sub_row = "_header_sub_row_1pmyy_199";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_1pmyy_237";
|
|
14
|
+
const shadow = "_shadow_1pmyy_257";
|
|
15
|
+
const signin_header = "_signin_header_1pmyy_273";
|
|
16
|
+
const signin_subheader = "_signin_subheader_1pmyy_287";
|
|
17
|
+
const opacity = "_opacity_1pmyy_331";
|
|
18
|
+
const fadeInDown = "_fadeInDown_1pmyy_1";
|
|
19
|
+
const footer = "_footer_1pmyy_343";
|
|
20
|
+
const open = "_open_1pmyy_375";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_1pmyy_399";
|
|
22
|
+
const dd_media = "_dd_media_1pmyy_409";
|
|
23
|
+
const dd_media_img = "_dd_media_img_1pmyy_419";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_1pmyy_427";
|
|
25
|
+
const dd_media_header = "_dd_media_header_1pmyy_441";
|
|
26
|
+
const mt_8 = "_mt_8_1pmyy_459";
|
|
27
|
+
const mt_16 = "_mt_16_1pmyy_467";
|
|
28
|
+
const ml_8 = "_ml_8_1pmyy_475";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_1pmyy_483";
|
|
30
|
+
const reversed_row = "_reversed_row_1pmyy_511";
|
|
31
|
+
const headline = "_headline_1pmyy_543";
|
|
32
|
+
const nav_anchor = "_nav_anchor_1pmyy_555";
|
|
33
|
+
const headline_cta = "_headline_cta_1pmyy_571";
|
|
34
|
+
const site_lists = "_site_lists_1pmyy_601";
|
|
35
|
+
const hamburger = "_hamburger_1pmyy_671";
|
|
36
|
+
const mobile_only = "_mobile_only_1pmyy_699";
|
|
37
|
+
const mobile_logo = "_mobile_logo_1pmyy_711";
|
|
38
|
+
const highlight = "_highlight_1pmyy_721";
|
|
39
|
+
const mobile_nav = "_mobile_nav_1pmyy_793";
|
|
40
|
+
const mobile_opened = "_mobile_opened_1pmyy_815";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_1pmyy_831";
|
|
42
|
+
const has_dropdown = "_has_dropdown_1pmyy_861";
|
|
43
|
+
const icon_wrap = "_icon_wrap_1pmyy_903";
|
|
44
|
+
const mobile_footer = "_mobile_footer_1pmyy_913";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_1pmyy_923";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_1pmyy_953";
|
|
47
|
+
const footer_cta = "_footer_cta_1pmyy_965";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_1pmyy_1021";
|
|
49
|
+
const btn = "_btn_1pmyy_1031";
|
|
50
|
+
const sub_menu = "_sub_menu_1pmyy_1043";
|
|
51
|
+
const main = "_main_1pmyy_19";
|
|
52
|
+
const dd_footer = "_dd_footer_1pmyy_1093";
|
|
53
|
+
const desktop_only = "_desktop_only_1pmyy_1133";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|
|
@@ -69,8 +69,6 @@ export declare const menuData: {
|
|
|
69
69
|
"Managed Portfolios": {
|
|
70
70
|
"Managed Portfolios Home": string;
|
|
71
71
|
"Investing Details": string;
|
|
72
|
-
"Investment Strategy": string;
|
|
73
|
-
"Investing Features": string;
|
|
74
72
|
};
|
|
75
73
|
"Self Directed Trading": {
|
|
76
74
|
"Self Directed Trading Home": string;
|
|
@@ -134,6 +132,7 @@ export declare const menuData: {
|
|
|
134
132
|
Solutions: {
|
|
135
133
|
"Solutions Home": string;
|
|
136
134
|
"New Business": string;
|
|
135
|
+
"Nonprofit Banking": string;
|
|
137
136
|
};
|
|
138
137
|
"Other Resources": {
|
|
139
138
|
"Business Support": string;
|
|
@@ -261,12 +261,6 @@ const menuData = {
|
|
|
261
261
|
),
|
|
262
262
|
"Investing Details": findMoreAxosDomains(
|
|
263
263
|
"{AXOS}/invest/managed-portfolios/investing-details"
|
|
264
|
-
),
|
|
265
|
-
"Investment Strategy": findMoreAxosDomains(
|
|
266
|
-
"{AXOS}/invest/managed-portfolios/investment-strategy"
|
|
267
|
-
),
|
|
268
|
-
"Investing Features": findMoreAxosDomains(
|
|
269
|
-
"{AXOS}/invest/managed-portfolios/investing-features"
|
|
270
264
|
)
|
|
271
265
|
},
|
|
272
266
|
"Self Directed Trading": {
|
|
@@ -390,6 +384,9 @@ const menuData = {
|
|
|
390
384
|
),
|
|
391
385
|
"New Business": findMoreAxosDomains(
|
|
392
386
|
"{AXOSBANK}/business/solutions/new-business"
|
|
387
|
+
),
|
|
388
|
+
"Nonprofit Banking": findMoreAxosDomains(
|
|
389
|
+
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
393
390
|
)
|
|
394
391
|
},
|
|
395
392
|
"Other Resources": {
|