@axos-web-dev/shared-components 1.0.98 → 1.0.99-feature-brand

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/dist/Article/Article.css.d.ts +8 -36
  2. package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
  3. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  4. package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
  5. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  6. package/dist/Blockquote/Blockquote.module.js +3 -3
  7. package/dist/Button/Button.css.d.ts +3 -3
  8. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
  9. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
  10. package/dist/Calculators/calculator.css.d.ts +2 -8
  11. package/dist/CallToActionBar/index.js +1 -1
  12. package/dist/Carousel/Carousel.css.d.ts +8 -19
  13. package/dist/Chevron/Chevron.css.d.ts +2 -2
  14. package/dist/CollectInformationAlert/index.js +1 -1
  15. package/dist/Comparison/Comparison.js +2 -2
  16. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  17. package/dist/Forms/Forms.css.d.ts +2 -30
  18. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  19. package/dist/HeroBanner/HeroBanner.js +1 -12
  20. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  21. package/dist/HeroBanner/SelectionBanner.css.js +6 -6
  22. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  23. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  24. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  25. package/dist/Modal/Modal.css.d.ts +1 -0
  26. package/dist/Modal/Modal.css.js +5 -3
  27. package/dist/Modal/Modal.js +3 -3
  28. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  29. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  30. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
  31. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +3 -0
  32. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  33. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  34. package/dist/NavigationMenu/AxosBank/SubNavBar.js +236 -220
  35. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  36. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
  37. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
  38. package/dist/Pagination/Pagination.js +6 -6
  39. package/dist/StepItem/StepItem.css.d.ts +8 -36
  40. package/dist/StepItemSet/StepItemSet.css.d.ts +4 -32
  41. package/dist/StepItemSet/StepItemSet.d.ts +1 -1
  42. package/dist/StepItemSet/StepItemSet.js +18 -82
  43. package/dist/StepItemSet/index.d.ts +5 -0
  44. package/dist/StepItemSet/index.js +10 -0
  45. package/dist/StepItemSet/sections/AdditionalDetailsSection.d.ts +7 -0
  46. package/dist/StepItemSet/sections/AdditionalDetailsSection.js +11 -0
  47. package/dist/StepItemSet/sections/CallToActionSection.d.ts +8 -0
  48. package/dist/StepItemSet/sections/CallToActionSection.js +39 -0
  49. package/dist/StepItemSet/sections/HeaderSection.d.ts +10 -0
  50. package/dist/StepItemSet/sections/HeaderSection.js +45 -0
  51. package/dist/StepItemSet/sections/ImageSection.d.ts +8 -0
  52. package/dist/StepItemSet/sections/ImageSection.js +10 -0
  53. package/dist/StepItemSet/sections/StepsList.d.ts +10 -0
  54. package/dist/StepItemSet/sections/StepsList.js +21 -0
  55. package/dist/Table/Table.css.d.ts +3 -2
  56. package/dist/Table/Table.js +1 -1
  57. package/dist/assets/Accordion/Accordion.css +1 -1
  58. package/dist/assets/Article/Article.css +47 -59
  59. package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
  60. package/dist/assets/Auth/SignIn.css +12 -12
  61. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  62. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  63. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  64. package/dist/assets/Button/Button.css +21 -21
  65. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  66. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
  67. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -9
  68. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +19 -31
  69. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
  70. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  71. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
  72. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +9 -9
  73. package/dist/assets/Calculators/calculator.css +9 -15
  74. package/dist/assets/CallToActionBar/CallToActionBar.css +1 -4
  75. package/dist/assets/Carousel/Carousel.css +27 -41
  76. package/dist/assets/Chevron/Chevron.css +6 -6
  77. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  78. package/dist/assets/Comparison/Comparison.css +3 -3
  79. package/dist/assets/ContentBanner/ContentBanner.css +8 -8
  80. package/dist/assets/DownloadTile/DownloadTile.css +3 -3
  81. package/dist/assets/ExecutiveBio/ExecutiveBio.css +23 -23
  82. package/dist/assets/FaqAccordion/FaqAccordion.css +4 -4
  83. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  84. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
  85. package/dist/assets/Forms/Forms.css +38 -56
  86. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  87. package/dist/assets/HeroBanner/HeroBanner.css +81 -76
  88. package/dist/assets/HeroBanner/LargeBanner.css +13 -13
  89. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  90. package/dist/assets/IconBillboard/IconBillboard.css +25 -48
  91. package/dist/assets/ImageBillboard/ImageBillboard.css +30 -63
  92. package/dist/assets/Input/Input.css +6 -6
  93. package/dist/assets/Inputs/Input.css +4 -4
  94. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  95. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  96. package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
  97. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  98. package/dist/assets/Modal/Modal.css +17 -28
  99. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  100. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +2 -2
  101. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +4 -4
  102. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +2 -2
  103. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +4 -4
  104. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  105. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +19 -9
  106. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -473
  107. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  108. package/dist/assets/PageNavItem/PageNavItem.css +16 -33
  109. package/dist/assets/Pagination/Pagination.css +1 -1
  110. package/dist/assets/SetContainer/SetContainer.css +4 -4
  111. package/dist/assets/StepItem/StepItem.css +26 -42
  112. package/dist/assets/StepItemSet/StepItemSet.css +13 -26
  113. package/dist/assets/Tab/Tab.css +12 -12
  114. package/dist/assets/Table/Table.css +48 -56
  115. package/dist/assets/TextBlock/TextBlock.css +1 -1
  116. package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
  117. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  118. package/dist/assets/VideoTile/VideoTile.css +1 -1
  119. package/dist/assets/globals.css +5 -6
  120. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  121. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  122. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  123. package/dist/assets/themes/axos.css +30 -30
  124. package/dist/assets/themes/premier.css +31 -31
  125. package/dist/assets/themes/victorie.css +23 -23
  126. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
  127. package/dist/icons/CheckCircle.js +1 -1
  128. package/dist/icons/CheckCircleLight.js +1 -1
  129. package/dist/icons/CheckIcon/index.js +1 -1
  130. package/dist/icons/QuoteIconGrey.js +2 -2
  131. package/dist/main.js +10 -0
  132. package/dist/themes/axos.css.d.ts +12 -12
  133. package/dist/themes/axos.css.js +1 -1
  134. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  135. package/package.json +133 -133
@@ -1,22 +1,4 @@
1
- export declare const selection_headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
2
- variant: {
3
- primary: {
4
- color: `var(--${string})`;
5
- };
6
- secondary: {
7
- background: `var(--${string})`;
8
- backgroundClip: "text";
9
- WebkitTextFillColor: "transparent";
10
- textShadow: "0px 0px #00000000";
11
- };
12
- tertiary: {
13
- color: `var(--${string})`;
14
- };
15
- quaternary: {
16
- color: `var(--${string})`;
17
- };
18
- };
19
- }>;
1
+ export declare const selection_headline_text: string;
20
2
  export declare const selection_section: string;
21
3
  export declare const selection_section_bg: string;
22
4
  export declare const selection_section_content: string;
@@ -4,12 +4,12 @@ import '../assets/HeroBanner/SelectionBanner.css';import '../assets/themes/victo
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
7
- var selection_headline_text = createRuntimeFn({ defaultClassName: "_7etqoq0", variantClassNames: { variant: { primary: "_7etqoq1", secondary: "_7etqoq2", tertiary: "_7etqoq3", quaternary: "_7etqoq4" } }, defaultVariants: {}, compoundVariants: [] });
8
- var selection_section = "_7etqoq5";
9
- var selection_section_bg = "_7etqoq6";
10
- var selection_section_content = "_7etqoq7";
11
- var selection_section_icon = "_7etqoq8";
12
- var selection_section_icon_img = createRuntimeFn({ defaultClassName: "_7etqoq9", variantClassNames: { variant: { primary: "_7etqoqa", secondary: "_7etqoqb", tertiary: "_7etqoqc", quaternary: "_7etqoqd" } }, defaultVariants: {}, compoundVariants: [] });
7
+ var selection_headline_text = "_7etqoq0";
8
+ var selection_section = "_7etqoq1";
9
+ var selection_section_bg = "_7etqoq2";
10
+ var selection_section_content = "_7etqoq3";
11
+ var selection_section_icon = "_7etqoq4";
12
+ var selection_section_icon_img = createRuntimeFn({ defaultClassName: "_7etqoq5", variantClassNames: { variant: { primary: "_7etqoq6", secondary: "_7etqoq7", tertiary: "_7etqoq8", quaternary: "_7etqoq9" } }, defaultVariants: {}, compoundVariants: [] });
13
13
  export {
14
14
  selection_headline_text,
15
15
  selection_section,
@@ -4,7 +4,7 @@ export declare const containerIconBillboard: import('@vanilla-extract/recipes').
4
4
  variant: {
5
5
  primary: {
6
6
  background: `var(--${string})`;
7
- border: "1px solid #D4D4D4";
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
- selectors: {
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
- selectors: {
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
- background: `var(--${string})`;
86
- backgroundClip: "text";
87
- WebkitTextFillColor: "transparent";
88
- textShadow: "0px 0px #00000000";
57
+ color: `var(--${string})`;
89
58
  };
90
59
  secondary: {
91
- background: `var(--${string})`;
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 #D4D4D4";
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 #D4D4D4";
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
- selectors: {
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
- selectors: {
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
- selectors: {
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
- selectors: {
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 #213a63";
4
+ borderTop: "12px solid #1E629A";
5
5
  };
6
6
  secondary: {
7
- borderTop: "12px solid #213a63";
7
+ borderTop: "12px solid #1E629A";
8
8
  };
9
9
  tertiary: {
10
- borderTop: "12px solid #faa74a";
10
+ borderTop: "12px solid #98DDFF";
11
11
  };
12
12
  quaternary: {
13
- borderTop: "12px solid #faa74a";
13
+ borderTop: "12px solid #98DDFF";
14
14
  };
15
15
  };
16
16
  }>;
@@ -7,6 +7,7 @@ export declare const modal_header: string;
7
7
  export declare const modal_title: string;
8
8
  export declare const modal_subtitle: string;
9
9
  export declare const modal_body: string;
10
+ export declare const modal_body_p: string;
10
11
  export declare const modal_footer: string;
11
12
  export declare const site_link: string;
12
13
  export declare const speedbump_background: string;
@@ -11,13 +11,15 @@ var modal_header = "_427id35";
11
11
  var modal_title = "_427id36";
12
12
  var modal_subtitle = "_427id37";
13
13
  var modal_body = "_427id38";
14
- var modal_footer = "_427id39";
15
- var site_link = "_427id3a";
16
- var speedbump_background = "_427id3b";
14
+ var modal_body_p = "_427id39";
15
+ var modal_footer = "_427id3a";
16
+ var site_link = "_427id3b";
17
+ var speedbump_background = "_427id3c";
17
18
  export {
18
19
  hr,
19
20
  modal,
20
21
  modal_body,
22
+ modal_body_p,
21
23
  modal_content,
22
24
  modal_dialog,
23
25
  modal_footer,
@@ -120,7 +120,7 @@ import "../StepItemSet/StepItemSet.css.js";
120
120
  /* empty css */
121
121
  /* empty css */
122
122
  /* empty css */
123
- import { modal, speedbump_background, modal_dialog, modal_content, modal_header, modal_title, modal_subtitle, solid, modal_body, site_link, modal_footer } from "./Modal.css.js";
123
+ import { modal, speedbump_background, modal_dialog, modal_content, modal_header, modal_title, modal_subtitle, solid, modal_body, modal_body_p, site_link, modal_footer } from "./Modal.css.js";
124
124
  const Modal = ({
125
125
  headline,
126
126
  bodyCopy,
@@ -141,7 +141,7 @@ const Modal = ({
141
141
  {
142
142
  className: `${modal_body} text-center flex flex_col center middle mx_auto`,
143
143
  children: [
144
- /* @__PURE__ */ jsx("p", { className: "p_16", children: "You will now be redirected to:" }),
144
+ /* @__PURE__ */ jsx("p", { className: `${modal_body_p} p_16 mb_16`, children: "You will now be redirected to:" }),
145
145
  /* @__PURE__ */ jsx("p", { id: "insert-url", className: site_link, children: body })
146
146
  ]
147
147
  }
@@ -150,7 +150,7 @@ const Modal = ({
150
150
  /* @__PURE__ */ jsxs(
151
151
  "div",
152
152
  {
153
- className: `${modal_footer} flex center middle push_up_24`,
153
+ className: `${modal_footer} flex center middle push_up_24 gap_24`,
154
154
  style: { marginInline: "auto", width: "max-content" },
155
155
  children: [
156
156
  /* @__PURE__ */ jsx(Button, { color: "primary", action: onAccept, children: "Continue" }),
@@ -118,7 +118,7 @@ const MobileDrawerMenu = () => {
118
118
  fillRule: "evenodd",
119
119
  clipRule: "evenodd",
120
120
  d: "M22.5 15.75V17.25H1.5V15.75H22.5ZM22.5 11.25V12.75H1.5V11.25H22.5ZM22.5 6.75V8.25H1.5V6.75H22.5Z",
121
- fill: "#4A5560"
121
+ fill: "#14263D"
122
122
  }
123
123
  )
124
124
  }
@@ -211,7 +211,7 @@ const MobileDrawerMenu = () => {
211
211
  "path",
212
212
  {
213
213
  d: "M20.2812 2.65625L21.3419 3.71691L13.0602 11.9982L21.3419 20.2812L20.2812 21.3419L11.9982 13.0602L3.71691 21.3419L2.65625 20.2812L10.9377 11.9982L2.65625 3.71691L3.71691 2.65625L11.9982 10.9377L20.2812 2.65625Z",
214
- fill: "#4A5560"
214
+ fill: "#14263D"
215
215
  }
216
216
  )
217
217
  }
@@ -1,19 +1,19 @@
1
- import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_1rjre_1";
2
- const drawer = "_drawer_1rjre_17";
3
- const hamburger = "_hamburger_1rjre_57";
4
- const header = "_header_1rjre_79";
5
- const back = "_back_1rjre_101";
6
- const close = "_close_1rjre_123";
7
- const levelContainer = "_levelContainer_1rjre_137";
8
- const level = "_level_1rjre_137";
9
- const levelTitle = "_levelTitle_1rjre_169";
10
- const menu = "_menu_1rjre_179";
11
- const menuItem = "_menuItem_1rjre_219";
12
- const chevron = "_chevron_1rjre_251";
13
- const chevronIcon = "_chevronIcon_1rjre_261";
14
- const quickLinks = "_quickLinks_1rjre_283";
15
- const quickLink = "_quickLink_1rjre_283";
16
- const sr_only = "_sr_only_1rjre_331";
1
+ import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_xx7z1_1";
2
+ const drawer = "_drawer_xx7z1_9";
3
+ const hamburger = "_hamburger_xx7z1_29";
4
+ const header = "_header_xx7z1_40";
5
+ const back = "_back_xx7z1_51";
6
+ const close = "_close_xx7z1_62";
7
+ const levelContainer = "_levelContainer_xx7z1_69";
8
+ const level = "_level_xx7z1_69";
9
+ const levelTitle = "_levelTitle_xx7z1_85";
10
+ const menu = "_menu_xx7z1_90";
11
+ const menuItem = "_menuItem_xx7z1_110";
12
+ const chevron = "_chevron_xx7z1_126";
13
+ const chevronIcon = "_chevronIcon_xx7z1_131";
14
+ const quickLinks = "_quickLinks_xx7z1_142";
15
+ const quickLink = "_quickLink_xx7z1_142";
16
+ const sr_only = "_sr_only_xx7z1_166";
17
17
  const styles = {
18
18
  overlay,
19
19
  drawer,
@@ -23,6 +23,7 @@ export declare const menuData: {
23
23
  "Premier Home": string;
24
24
  "Private Client": string;
25
25
  "InsureGuard+": string;
26
+ "Trust Accounts": string;
26
27
  };
27
28
  "ATM Locator": string;
28
29
  "Refer-a-Friend": string;
@@ -171,6 +171,9 @@ const menuData = {
171
171
  ),
172
172
  "InsureGuard+": findMoreAxosDomains(
173
173
  "{AXOSBANK}/personal/bank/premier/insureguard-savings"
174
+ ),
175
+ "Trust Accounts": findMoreAxosDomains(
176
+ "{AXOSBANK}/personal/bank/premier/trust"
174
177
  )
175
178
  },
176
179
  "ATM Locator": findMoreAxosDomains(
@@ -1,6 +1,7 @@
1
- import '../../assets/NavigationMenu/AxosBank/NavBar.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
1
+ import '../../assets/NavigationMenu/AxosBank/NavBar.css';import '../../assets/Typography/Typography.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
2
2
  /* empty css */
3
3
  /* empty css */
4
+ /* empty css */
4
5
  /* empty css */
5
6
  var Sign_in_btn = "_1edk6yx0";
6
7
  var expand = "_1edk6yx1";
@@ -1,42 +1,42 @@
1
- import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_nom5w_1";
2
- const wrapper = "_wrapper_nom5w_9";
3
- const header_main_row = "_header_main_row_nom5w_21";
4
- const logo_wrap = "_logo_wrap_nom5w_33";
5
- const primary_links = "_primary_links_nom5w_41";
6
- const main_nav_link = "_main_nav_link_nom5w_49";
7
- const sub_nav_link = "_sub_nav_link_nom5w_113";
8
- const signin_wrap = "_signin_wrap_nom5w_117";
9
- const signin_btn = "_signin_btn_nom5w_119";
10
- const header_sub_row = "_header_sub_row_nom5w_193";
11
- const signin_dropdown = "_signin_dropdown_nom5w_257";
12
- const shadow = "_shadow_nom5w_277";
13
- const signin_header = "_signin_header_nom5w_297";
14
- const signin_subheader = "_signin_subheader_nom5w_311";
15
- const opacity = "_opacity_nom5w_355";
16
- const fadeInDown = "_fadeInDown_nom5w_1";
17
- const signin_footer = "_signin_footer_nom5w_367";
18
- const open = "_open_nom5w_409";
19
- const dd_wrapper = "_dd_wrapper_nom5w_433";
20
- const dd_media = "_dd_media_nom5w_451";
21
- const dd_media_img = "_dd_media_img_nom5w_461";
22
- const dd_site_navs = "_dd_site_navs_nom5w_469";
23
- const dd_media_header = "_dd_media_header_nom5w_483";
24
- const mt_8 = "_mt_8_nom5w_503";
25
- const mt_16 = "_mt_16_nom5w_511";
26
- const ml_8 = "_ml_8_nom5w_519";
27
- const dd_media_cta = "_dd_media_cta_nom5w_527";
28
- const reversed_row = "_reversed_row_nom5w_591";
29
- const headline = "_headline_nom5w_611";
30
- const nav_anchor = "_nav_anchor_nom5w_627";
31
- const headline_cta = "_headline_cta_nom5w_643";
32
- const site_lists = "_site_lists_nom5w_673";
33
- const mobile_only = "_mobile_only_nom5w_749";
34
- const mobile_logo = "_mobile_logo_nom5w_761";
35
- const highlight = "_highlight_nom5w_775";
36
- const mobile_opened = "_mobile_opened_nom5w_787";
37
- const dd_footer = "_dd_footer_nom5w_803";
38
- const skip_btn = "_skip_btn_nom5w_819";
39
- const desktop_only = "_desktop_only_nom5w_891";
1
+ import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_1upco_1";
2
+ const wrapper = "_wrapper_1upco_5";
3
+ const header_main_row = "_header_main_row_1upco_11";
4
+ const logo_wrap = "_logo_wrap_1upco_17";
5
+ const primary_links = "_primary_links_1upco_21";
6
+ const main_nav_link = "_main_nav_link_1upco_25";
7
+ const sub_nav_link = "_sub_nav_link_1upco_57";
8
+ const signin_wrap = "_signin_wrap_1upco_59";
9
+ const signin_btn = "_signin_btn_1upco_60";
10
+ const header_sub_row = "_header_sub_row_1upco_98";
11
+ const signin_dropdown = "_signin_dropdown_1upco_131";
12
+ const shadow = "_shadow_1upco_141";
13
+ const signin_header = "_signin_header_1upco_151";
14
+ const signin_subheader = "_signin_subheader_1upco_158";
15
+ const opacity = "_opacity_1upco_179";
16
+ const fadeInDown = "_fadeInDown_1upco_1";
17
+ const signin_footer = "_signin_footer_1upco_185";
18
+ const open = "_open_1upco_206";
19
+ const dd_wrapper = "_dd_wrapper_1upco_218";
20
+ const dd_media = "_dd_media_1upco_227";
21
+ const dd_media_img = "_dd_media_img_1upco_232";
22
+ const dd_site_navs = "_dd_site_navs_1upco_236";
23
+ const dd_media_header = "_dd_media_header_1upco_243";
24
+ const mt_8 = "_mt_8_1upco_254";
25
+ const mt_16 = "_mt_16_1upco_258";
26
+ const ml_8 = "_ml_8_1upco_262";
27
+ const reversed_row = "_reversed_row_1upco_266";
28
+ const headline = "_headline_1upco_270";
29
+ const nav_anchor = "_nav_anchor_1upco_278";
30
+ const headline_cta = "_headline_cta_1upco_286";
31
+ const site_lists = "_site_lists_1upco_302";
32
+ const modify_fit = "_modify_fit_1upco_322";
33
+ const mobile_only = "_mobile_only_1upco_347";
34
+ const mobile_logo = "_mobile_logo_1upco_353";
35
+ const highlight = "_highlight_1upco_360";
36
+ const mobile_opened = "_mobile_opened_1upco_366";
37
+ const dd_footer = "_dd_footer_1upco_374";
38
+ const skip_btn = "_skip_btn_1upco_382";
39
+ const desktop_only = "_desktop_only_1upco_418";
40
40
  const styles = {
41
41
  header,
42
42
  wrapper,
@@ -64,12 +64,12 @@ const styles = {
64
64
  mt_8,
65
65
  mt_16,
66
66
  ml_8,
67
- dd_media_cta,
68
67
  reversed_row,
69
68
  headline,
70
69
  nav_anchor,
71
70
  headline_cta,
72
71
  site_lists,
72
+ modify_fit,
73
73
  mobile_only,
74
74
  mobile_logo,
75
75
  highlight,
@@ -81,7 +81,6 @@ const styles = {
81
81
  export {
82
82
  dd_footer,
83
83
  dd_media,
84
- dd_media_cta,
85
84
  dd_media_header,
86
85
  dd_media_img,
87
86
  dd_site_navs,
@@ -101,6 +100,7 @@ export {
101
100
  mobile_logo,
102
101
  mobile_only,
103
102
  mobile_opened,
103
+ modify_fit,
104
104
  mt_16,
105
105
  mt_8,
106
106
  nav_anchor,