@axos-web-dev/shared-components 1.0.90 → 1.0.91-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/dist/Article/Article.css.d.ts +8 -36
- 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/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/calculator.css.d.ts +2 -8
- 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/SelectionBanner.css.d.ts +1 -4
- 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/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- 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 +38 -41
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +8 -7
- 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 -10
- package/dist/Pagination/Pagination.js +6 -6
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Article/Article.css +23 -35
- package/dist/assets/ArticlesSet/ArticlesSet.css +4 -4
- package/dist/assets/Auth/SignIn.css +3 -3
- 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 +6 -6
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +4 -4
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +4 -4
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -4
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +8 -8
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +6 -6
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +4 -4
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +5 -5
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +12 -4
- package/dist/assets/Calculators/calculator.css +7 -13
- package/dist/assets/CallToActionBar/CallToActionBar.css +1 -1
- package/dist/assets/Carousel/Carousel.css +24 -38
- package/dist/assets/Chevron/Chevron.css +2 -2
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
- package/dist/assets/Comparison/Comparison.css +2 -2
- package/dist/assets/ContentBanner/ContentBanner.css +3 -3
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +12 -12
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/Forms/Forms.css +20 -38
- package/dist/assets/HeroBanner/HeroBanner.css +78 -73
- package/dist/assets/HeroBanner/LargeBanner.css +5 -5
- package/dist/assets/HeroBanner/SelectionBanner.css +4 -7
- package/dist/assets/IconBillboard/IconBillboard.css +22 -44
- package/dist/assets/ImageBillboard/ImageBillboard.css +21 -54
- package/dist/assets/Input/Input.css +2 -2
- package/dist/assets/Interstitial/Interstitial-variants.css +1 -1
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +1 -1
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +12 -2
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +442 -473
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
- package/dist/assets/PageNavItem/PageNavItem.css +13 -21
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +4 -4
- package/dist/assets/StepItem/StepItem.css +7 -7
- package/dist/assets/StepItemSet/StepItemSet.css +4 -4
- package/dist/assets/Tab/Tab.css +2 -2
- package/dist/assets/Table/Table.css +7 -7
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
- package/dist/assets/globals.css +5 -6
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +1 -1
- package/dist/assets/themes/axos.css +21 -21
- package/dist/assets/themes/premier.css +3 -3
- package/dist/assets/themes/victorie.css +3 -3
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
- 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/themes/axos.css.d.ts +2 -2
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +1 -1
|
@@ -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
|
};
|
|
@@ -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_ioygk_1";
|
|
2
|
+
const author = "_author_ioygk_7";
|
|
3
|
+
const quote = "_quote_ioygk_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
|
@@ -622,7 +622,7 @@ const BuyDownCalculator = ({
|
|
|
622
622
|
id: "mooringOutsideContinentalUS",
|
|
623
623
|
...register("mooringOutsideContinentalUS"),
|
|
624
624
|
value: 0.5,
|
|
625
|
-
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
|
|
625
|
+
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
|
|
626
626
|
groupName: "dependentInputs",
|
|
627
627
|
disabled: disableMooringOutside
|
|
628
628
|
}
|
|
@@ -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})`;
|
|
@@ -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/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 */
|
|
@@ -67,9 +67,9 @@ import "react-dom";
|
|
|
67
67
|
import "../Auth/SignInPassword.js";
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
|
-
/* empty css */
|
|
71
70
|
/* empty css */
|
|
72
71
|
import "../Carousel/index.js";
|
|
72
|
+
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
74
|
import { comparison_layout, comparison_content, headerComparison, feature_header, feature_title, comparison_feature, comparison_list, comparison_buttons, comparison } from "./Comparison.css.js";
|
|
75
75
|
import "next/image.js";
|
|
@@ -527,7 +527,7 @@ const AxosFooterSiteMap = ({
|
|
|
527
527
|
"path",
|
|
528
528
|
{
|
|
529
529
|
d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
|
|
530
|
-
fill: "#
|
|
530
|
+
fill: "#14263D"
|
|
531
531
|
}
|
|
532
532
|
)
|
|
533
533
|
}
|
|
@@ -691,7 +691,7 @@ const AxosFooterSiteMap = ({
|
|
|
691
691
|
"path",
|
|
692
692
|
{
|
|
693
693
|
d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
|
|
694
|
-
fill: "#
|
|
694
|
+
fill: "#14263D"
|
|
695
695
|
}
|
|
696
696
|
)
|
|
697
697
|
}
|
|
@@ -863,7 +863,7 @@ const AxosFooterSiteMap = ({
|
|
|
863
863
|
"path",
|
|
864
864
|
{
|
|
865
865
|
d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
|
|
866
|
-
fill: "#
|
|
866
|
+
fill: "#14263D"
|
|
867
867
|
}
|
|
868
868
|
)
|
|
869
869
|
}
|
|
@@ -23,38 +23,10 @@ export declare const headerContainer: string;
|
|
|
23
23
|
export declare const headerForm: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
24
24
|
variant: {
|
|
25
25
|
primary: {
|
|
26
|
-
|
|
27
|
-
[x: string]: {
|
|
28
|
-
WebkitBackgroundClip: string;
|
|
29
|
-
backgroundImage: `var(--${string})`;
|
|
30
|
-
WebkitTextFillColor: string;
|
|
31
|
-
textShadow: string;
|
|
32
|
-
color?: undefined;
|
|
33
|
-
} | {
|
|
34
|
-
color: `var(--${string})`;
|
|
35
|
-
WebkitBackgroundClip?: undefined;
|
|
36
|
-
backgroundImage?: undefined;
|
|
37
|
-
WebkitTextFillColor?: undefined;
|
|
38
|
-
textShadow?: undefined;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
26
|
+
color: `var(--${string})`;
|
|
41
27
|
};
|
|
42
28
|
secondary: {
|
|
43
|
-
|
|
44
|
-
[x: string]: {
|
|
45
|
-
WebkitBackgroundClip: "text";
|
|
46
|
-
backgroundImage: `var(--${string})`;
|
|
47
|
-
WebkitTextFillColor: "transparent";
|
|
48
|
-
textShadow: "0px 0px #00000000";
|
|
49
|
-
color?: undefined;
|
|
50
|
-
} | {
|
|
51
|
-
color: `var(--${string})`;
|
|
52
|
-
WebkitBackgroundClip?: undefined;
|
|
53
|
-
backgroundImage?: undefined;
|
|
54
|
-
WebkitTextFillColor?: undefined;
|
|
55
|
-
textShadow?: undefined;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
29
|
+
color: `var(--${string})`;
|
|
58
30
|
};
|
|
59
31
|
tertiary: {
|
|
60
32
|
color: `var(--${string})`;
|
|
@@ -3,7 +3,7 @@ export declare const hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
3
3
|
variant: {
|
|
4
4
|
primary: {
|
|
5
5
|
background: `var(--${string})`;
|
|
6
|
-
borderBottom: "1px solid #
|
|
6
|
+
borderBottom: "1px solid #B9C1CE";
|
|
7
7
|
color: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
secondary: {
|
|
@@ -30,16 +30,10 @@ export declare const img_contents: string;
|
|
|
30
30
|
export declare const heroSupertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
31
31
|
variant: {
|
|
32
32
|
primary: {
|
|
33
|
-
|
|
34
|
-
backgroundClip: "text";
|
|
35
|
-
WebkitTextFillColor: "transparent";
|
|
36
|
-
textShadow: "0px 0px #00000000";
|
|
33
|
+
color: `var(--${string})`;
|
|
37
34
|
};
|
|
38
35
|
secondary: {
|
|
39
|
-
|
|
40
|
-
backgroundClip: "text";
|
|
41
|
-
WebkitTextFillColor: "transparent";
|
|
42
|
-
textShadow: "0px 0px #00000000";
|
|
36
|
+
color: `var(--${string})`;
|
|
43
37
|
};
|
|
44
38
|
tertiary: {
|
|
45
39
|
color: `var(--${string})`;
|
|
@@ -52,16 +46,10 @@ export declare const heroSupertag: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
52
46
|
export declare const headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
53
47
|
variant: {
|
|
54
48
|
primary: {
|
|
55
|
-
|
|
56
|
-
backgroundClip: "text";
|
|
57
|
-
WebkitTextFillColor: "transparent";
|
|
58
|
-
textShadow: "0px 0px #00000000";
|
|
49
|
+
color: `var(--${string})`;
|
|
59
50
|
};
|
|
60
51
|
secondary: {
|
|
61
|
-
|
|
62
|
-
backgroundClip: "text";
|
|
63
|
-
WebkitTextFillColor: "transparent";
|
|
64
|
-
textShadow: "0px 0px #00000000";
|
|
52
|
+
color: `var(--${string})`;
|
|
65
53
|
};
|
|
66
54
|
tertiary: {
|
|
67
55
|
color: `var(--${string})`;
|
|
@@ -4,10 +4,7 @@ export declare const selection_headline_text: import('@vanilla-extract/recipes')
|
|
|
4
4
|
color: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
|
|
8
|
-
backgroundClip: "text";
|
|
9
|
-
WebkitTextFillColor: "transparent";
|
|
10
|
-
textShadow: "0px 0px #00000000";
|
|
7
|
+
color: `var(--${string})`;
|
|
11
8
|
};
|
|
12
9
|
tertiary: {
|
|
13
10
|
color: `var(--${string})`;
|
|
@@ -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
|
}>;
|