@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
|
@@ -21,27 +21,27 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
21
21
|
variant: {
|
|
22
22
|
primary: {
|
|
23
23
|
color: "#4A5560";
|
|
24
|
-
background: `var(--${string})
|
|
25
|
-
borderBottom: `1px solid var(--${string})
|
|
24
|
+
background: `var(--${string})`;
|
|
25
|
+
borderBottom: `1px solid var(--${string})`;
|
|
26
26
|
};
|
|
27
27
|
secondary: {
|
|
28
28
|
color: "#4A5560";
|
|
29
|
-
background: `var(--${string})
|
|
30
|
-
borderBottom: `1px solid var(--${string})
|
|
29
|
+
background: `var(--${string})`;
|
|
30
|
+
borderBottom: `1px solid var(--${string})`;
|
|
31
31
|
};
|
|
32
32
|
tertiary: {
|
|
33
|
-
color: `var(--${string})
|
|
33
|
+
color: `var(--${string})`;
|
|
34
34
|
borderBottom: "1px solid #F4F4F4";
|
|
35
35
|
selectors: {
|
|
36
36
|
"&:first-child": {
|
|
37
|
-
background: `var(--${string})
|
|
37
|
+
background: `var(--${string})`;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
"@media": {
|
|
41
41
|
"screen and (max-width: 768px)": {
|
|
42
42
|
selectors: {
|
|
43
43
|
"&:first-child": {
|
|
44
|
-
background: `var(--${string})
|
|
44
|
+
background: `var(--${string})`;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
47
|
};
|
|
@@ -52,14 +52,14 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
52
52
|
borderBottom: "1px solid #F4F4F4";
|
|
53
53
|
selectors: {
|
|
54
54
|
"&:first-child": {
|
|
55
|
-
background: `var(--${string})
|
|
55
|
+
background: `var(--${string})`;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
"@media": {
|
|
59
59
|
"screen and (max-width: 768px)": {
|
|
60
60
|
selectors: {
|
|
61
61
|
"&:first-child": {
|
|
62
|
-
backgroundImage: `var(--${string})
|
|
62
|
+
backgroundImage: `var(--${string})`;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
};
|
|
@@ -73,48 +73,48 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
73
73
|
export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
74
74
|
variant: {
|
|
75
75
|
primary: {
|
|
76
|
-
background: `var(--${string})
|
|
76
|
+
background: `var(--${string})`;
|
|
77
77
|
color: "#4A5560";
|
|
78
78
|
borderBottom: "1px solid #D4D4D4";
|
|
79
79
|
};
|
|
80
80
|
secondary: {
|
|
81
|
-
background: `var(--${string})
|
|
81
|
+
background: `var(--${string})`;
|
|
82
82
|
color: "#4A5560";
|
|
83
83
|
borderBottom: "1px solid #D4D4D4";
|
|
84
84
|
};
|
|
85
85
|
tertiary: {
|
|
86
|
-
color: `var(--${string})
|
|
86
|
+
color: `var(--${string})`;
|
|
87
87
|
borderBottom: "1px solid #F4F4F4";
|
|
88
88
|
selectors: {
|
|
89
89
|
"&:first-child": {
|
|
90
|
-
background: `var(--${string})
|
|
91
|
-
color: `var(--${string})
|
|
90
|
+
background: `var(--${string})`;
|
|
91
|
+
color: `var(--${string})`;
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
94
|
"@media": {
|
|
95
95
|
"screen and (max-width: 327px)": {
|
|
96
96
|
selectors: {
|
|
97
97
|
"&:first-child": {
|
|
98
|
-
backgroundImage: `var(--${string})
|
|
98
|
+
backgroundImage: `var(--${string})`;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
quaternary: {
|
|
105
|
-
color: `var(--${string})
|
|
105
|
+
color: `var(--${string})`;
|
|
106
106
|
borderBottom: "1px solid #F4F4F4";
|
|
107
107
|
selectors: {
|
|
108
108
|
"&:first-child": {
|
|
109
|
-
background: `var(--${string})
|
|
110
|
-
color: `var(--${string})
|
|
109
|
+
background: `var(--${string})`;
|
|
110
|
+
color: `var(--${string})`;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
113
|
"@media": {
|
|
114
114
|
"screen and (max-width: 327px)": {
|
|
115
115
|
selectors: {
|
|
116
116
|
"&:first-child": {
|
|
117
|
-
backgroundImage: `var(--${string})
|
|
117
|
+
backgroundImage: `var(--${string})`;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
120
|
};
|
|
@@ -128,10 +128,10 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
128
128
|
export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
129
129
|
variant: {
|
|
130
130
|
primary: {
|
|
131
|
-
border: `1px solid var(--${string})
|
|
131
|
+
border: `1px solid var(--${string})`;
|
|
132
132
|
};
|
|
133
133
|
secondary: {
|
|
134
|
-
border: `1px solid var(--${string})
|
|
134
|
+
border: `1px solid var(--${string})`;
|
|
135
135
|
};
|
|
136
136
|
tertiary: {
|
|
137
137
|
border: "none";
|
|
@@ -144,16 +144,16 @@ export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
144
144
|
export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
145
145
|
variant: {
|
|
146
146
|
primary: {
|
|
147
|
-
background: `var(--${string})
|
|
147
|
+
background: `var(--${string})`;
|
|
148
148
|
};
|
|
149
149
|
secondary: {
|
|
150
|
-
background: `var(--${string})
|
|
150
|
+
background: `var(--${string})`;
|
|
151
151
|
};
|
|
152
152
|
tertiary: {
|
|
153
|
-
background: `var(--${string})
|
|
153
|
+
background: `var(--${string})`;
|
|
154
154
|
};
|
|
155
155
|
quaternary: {
|
|
156
|
-
background: `var(--${string})
|
|
156
|
+
background: `var(--${string})`;
|
|
157
157
|
};
|
|
158
158
|
};
|
|
159
159
|
}>;
|
|
@@ -1,142 +1,142 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
0% {
|
|
3
|
-
opacity: 0;
|
|
4
|
-
transform: scale(0.9);
|
|
5
|
-
}
|
|
6
|
-
to {
|
|
7
|
-
opacity: 1;
|
|
8
|
-
transform: scale(1);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
@keyframes
|
|
12
|
-
0% {
|
|
13
|
-
display: block;
|
|
14
|
-
opacity: 1;
|
|
15
|
-
transform: scale(1);
|
|
16
|
-
}
|
|
17
|
-
to {
|
|
18
|
-
display: none;
|
|
19
|
-
opacity: 0;
|
|
20
|
-
transform: scale(0.9);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.
|
|
25
|
-
position: fixed;
|
|
26
|
-
top: 0;
|
|
27
|
-
left: 0;
|
|
28
|
-
right: 0;
|
|
29
|
-
bottom: 0;
|
|
30
|
-
background: rgba(0, 0, 0, 0.4);
|
|
31
|
-
display: none;
|
|
32
|
-
align-items: center;
|
|
33
|
-
justify-content: center;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.
|
|
37
|
-
display: flex;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.
|
|
41
|
-
animation:
|
|
42
|
-
background: #fff;
|
|
43
|
-
border-radius: 16px;
|
|
44
|
-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
45
|
-
position: relative;
|
|
46
|
-
transition: transform 0.45s ease;
|
|
47
|
-
width: min(calc(100% - 2rem), 800px);
|
|
48
|
-
overflow: hidden;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.
|
|
52
|
-
animation:
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.
|
|
56
|
-
position: absolute;
|
|
57
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
58
|
-
border-radius: 8px;
|
|
59
|
-
border: none;
|
|
60
|
-
color: #4a5560;
|
|
61
|
-
cursor: pointer;
|
|
62
|
-
font-size: 1.9rem;
|
|
63
|
-
line-height: 1;
|
|
64
|
-
right: 1.5rem;
|
|
65
|
-
text-align: center;
|
|
66
|
-
top: 1.5rem;
|
|
67
|
-
width: 32px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.
|
|
71
|
-
padding: 16px 24px 24px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.
|
|
75
|
-
background-position: center center;
|
|
76
|
-
background-size: cover;
|
|
77
|
-
height: 418px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
body:has(.
|
|
81
|
-
overflow-y: hidden;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.
|
|
85
|
-
margin-top: 8px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.
|
|
89
|
-
color: #333d46;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.
|
|
93
|
-
text-align: center;
|
|
94
|
-
font-size: 16px;
|
|
95
|
-
line-height: 1.5;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.
|
|
99
|
-
display: flex;
|
|
100
|
-
align-items: center;
|
|
101
|
-
gap: 2rem;
|
|
102
|
-
padding-top: 16px;
|
|
103
|
-
margin-top: 16px;
|
|
104
|
-
width: 100%;
|
|
105
|
-
justify-content: center;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.
|
|
109
|
-
display: none;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.
|
|
113
|
-
margin-top: 31px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@media (max-width: 1023px) {
|
|
117
|
-
.
|
|
118
|
-
flex-direction: column-reverse;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@media (max-width: 832px) {
|
|
123
|
-
.
|
|
124
|
-
height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@media (max-width: 500px) {
|
|
129
|
-
.
|
|
130
|
-
width: calc(100% - 1rem);
|
|
131
|
-
}
|
|
132
|
-
.
|
|
133
|
-
align-items: flex-start;
|
|
134
|
-
overflow-y: scroll;
|
|
135
|
-
padding-top: 40px;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.
|
|
140
|
-
color: #1e3860;
|
|
141
|
-
padding-bottom: 40px;
|
|
142
|
-
}
|
|
1
|
+
@keyframes _appear_1ep5z_1 {
|
|
2
|
+
0% {
|
|
3
|
+
opacity: 0;
|
|
4
|
+
transform: scale(0.9);
|
|
5
|
+
}
|
|
6
|
+
to {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
transform: scale(1);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes _vanish_1ep5z_1 {
|
|
12
|
+
0% {
|
|
13
|
+
display: block;
|
|
14
|
+
opacity: 1;
|
|
15
|
+
transform: scale(1);
|
|
16
|
+
}
|
|
17
|
+
to {
|
|
18
|
+
display: none;
|
|
19
|
+
opacity: 0;
|
|
20
|
+
transform: scale(0.9);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._overlay_1ep5z_47 {
|
|
25
|
+
position: fixed;
|
|
26
|
+
top: 0;
|
|
27
|
+
left: 0;
|
|
28
|
+
right: 0;
|
|
29
|
+
bottom: 0;
|
|
30
|
+
background: rgba(0, 0, 0, 0.4);
|
|
31
|
+
display: none;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: center;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
._overlay_1ep5z_47.active {
|
|
37
|
+
display: flex;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
._modal_1ep5z_79 {
|
|
41
|
+
animation: _vanish_1ep5z_1 0.45s ease;
|
|
42
|
+
background: #fff;
|
|
43
|
+
border-radius: 16px;
|
|
44
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
45
|
+
position: relative;
|
|
46
|
+
transition: transform 0.45s ease;
|
|
47
|
+
width: min(calc(100% - 2rem), 800px);
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
._modal_1ep5z_79.active {
|
|
52
|
+
animation: _appear_1ep5z_1 0.45s ease;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
._close_button_1ep5z_109 {
|
|
56
|
+
position: absolute;
|
|
57
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
58
|
+
border-radius: 8px;
|
|
59
|
+
border: none;
|
|
60
|
+
color: #4a5560;
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
font-size: 1.9rem;
|
|
63
|
+
line-height: 1;
|
|
64
|
+
right: 1.5rem;
|
|
65
|
+
text-align: center;
|
|
66
|
+
top: 1.5rem;
|
|
67
|
+
width: 32px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
._modal_content_1ep5z_139 {
|
|
71
|
+
padding: 16px 24px 24px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
._img_area_1ep5z_147 {
|
|
75
|
+
background-position: center center;
|
|
76
|
+
background-size: cover;
|
|
77
|
+
height: 418px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
body:has(._overlay_1ep5z_47.active) {
|
|
81
|
+
overflow-y: hidden;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
._body_copy_1ep5z_167 {
|
|
85
|
+
margin-top: 8px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
._body_copy_1ep5z_167 > * {
|
|
89
|
+
color: #333d46;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
._body_copy_1ep5z_167 > p {
|
|
93
|
+
text-align: center;
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
line-height: 1.5;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
._btns_1ep5z_195 {
|
|
99
|
+
display: flex;
|
|
100
|
+
align-items: center;
|
|
101
|
+
gap: 2rem;
|
|
102
|
+
padding-top: 16px;
|
|
103
|
+
margin-top: 16px;
|
|
104
|
+
width: 100%;
|
|
105
|
+
justify-content: center;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
._btns_1ep5z_195:empty {
|
|
109
|
+
display: none;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
._modal_content_1ep5z_139:nth-child(2) h2 {
|
|
113
|
+
margin-top: 31px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@media (max-width: 1023px) {
|
|
117
|
+
._btns_1ep5z_195 {
|
|
118
|
+
flex-direction: column-reverse;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@media (max-width: 832px) {
|
|
123
|
+
._img_area_1ep5z_147 {
|
|
124
|
+
height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@media (max-width: 500px) {
|
|
129
|
+
._modal_1ep5z_79 {
|
|
130
|
+
width: calc(100% - 1rem);
|
|
131
|
+
}
|
|
132
|
+
._overlay_1ep5z_47.active {
|
|
133
|
+
align-items: flex-start;
|
|
134
|
+
overflow-y: scroll;
|
|
135
|
+
padding-top: 40px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
._white_modal_1ep5z_277 {
|
|
140
|
+
color: #1e3860;
|
|
141
|
+
padding-bottom: 40px;
|
|
142
|
+
}
|