@axos-web-dev/shared-components 1.0.5 → 1.0.7-7.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.
Files changed (208) hide show
  1. package/dist/ATMLocator/ATMLocator.js +39 -30
  2. package/dist/Accordion/Accordion.css.d.ts +1 -1
  3. package/dist/Article/Article.css.d.ts +41 -41
  4. package/dist/Article/Article.js +2 -14
  5. package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
  6. package/dist/Auth/ErrorAlert.css.d.ts +4 -0
  7. package/dist/Auth/ErrorAlert.css.js +11 -0
  8. package/dist/Auth/ErrorAlert.d.ts +14 -0
  9. package/dist/Auth/ErrorAlert.js +183 -0
  10. package/dist/Auth/Logout.d.ts +3 -0
  11. package/dist/Auth/Logout.js +29 -0
  12. package/dist/Auth/SignIn.css.d.ts +6 -0
  13. package/dist/Auth/SignIn.css.js +18 -0
  14. package/dist/Auth/SignInPassword.d.ts +15 -0
  15. package/dist/Auth/SignInPassword.js +118 -0
  16. package/dist/Auth/index.d.ts +5 -0
  17. package/dist/Auth/index.js +20 -0
  18. package/dist/Button/Button.css.d.ts +31 -18
  19. package/dist/Button/Button.css.js +1 -1
  20. package/dist/Button/Button.js +11 -2
  21. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
  22. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
  23. package/dist/Calculators/ApyCalculator/index.js +20 -12
  24. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  25. package/dist/Calculators/AxosOneCalculator/index.js +12 -4
  26. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
  27. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +101 -0
  28. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +56 -0
  29. package/dist/Calculators/BuyDownCalculator/index.d.ts +25 -0
  30. package/dist/Calculators/BuyDownCalculator/index.js +855 -0
  31. package/dist/Calculators/Calculator.js +26 -8
  32. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  33. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  34. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  35. package/dist/Calculators/calculator.css.d.ts +12 -12
  36. package/dist/Calculators/index.d.ts +1 -0
  37. package/dist/Calculators/index.js +2 -0
  38. package/dist/CallToActionBar/index.js +4 -2
  39. package/dist/Carousel/Carousel.css.d.ts +20 -20
  40. package/dist/Carousel/index.js +12 -3
  41. package/dist/Chevron/Chevron.css.d.ts +6 -6
  42. package/dist/Chevron/index.js +12 -3
  43. package/dist/Comparison/Comparison.css.d.ts +11 -10
  44. package/dist/Comparison/Comparison.css.js +3 -1
  45. package/dist/Comparison/Comparison.js +17 -8
  46. package/dist/Comparison/index.js +2 -1
  47. package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
  48. package/dist/ContentBanner/index.js +9 -1
  49. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
  50. package/dist/ExecutiveBio/ExecutiveBio.js +13 -27
  51. package/dist/FaqAccordion/index.js +13 -4
  52. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +11 -2
  53. package/dist/Forms/ApplicationStart.js +8 -1
  54. package/dist/Forms/ApplyNow.js +12 -3
  55. package/dist/Forms/ClearingForm.js +8 -1
  56. package/dist/Forms/CommercialDeposits.js +7 -0
  57. package/dist/Forms/CommercialLending.js +8 -1
  58. package/dist/Forms/CommercialPremiumFinance.d.ts +10 -0
  59. package/dist/Forms/CommercialPremiumFinance.js +202 -0
  60. package/dist/Forms/ContactCompany.js +8 -1
  61. package/dist/Forms/ContactCompanyTitle.js +8 -1
  62. package/dist/Forms/ContactUs.js +8 -1
  63. package/dist/Forms/ContactUsAAS.js +8 -3
  64. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  65. package/dist/Forms/ContactUsBusiness.js +26 -10
  66. package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
  67. package/dist/Forms/ContactUsBusinessNameEmail.js +272 -0
  68. package/dist/Forms/ContactUsLVF.js +8 -1
  69. package/dist/Forms/ContactUsNMLSId.js +21 -5
  70. package/dist/Forms/CpraRequest.d.ts +1 -1
  71. package/dist/Forms/CpraRequest.js +63 -61
  72. package/dist/Forms/CraPublicFile.d.ts +5 -5
  73. package/dist/Forms/CraPublicFile.js +55 -41
  74. package/dist/Forms/DealerServices.js +8 -1
  75. package/dist/Forms/EmailOnly.js +13 -4
  76. package/dist/Forms/FormEnums.d.ts +21 -0
  77. package/dist/Forms/FormEnums.js +255 -0
  78. package/dist/Forms/Forms.css.d.ts +42 -42
  79. package/dist/Forms/MortgageRate/MortgageRateForm.js +15 -6
  80. package/dist/Forms/MortgageRate/MortgageRateWatch.js +13 -4
  81. package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
  82. package/dist/Forms/QuickPricer/QuickPricerForm.js +6 -8
  83. package/dist/Forms/ScheduleCall.js +8 -1
  84. package/dist/Forms/ScheduleCallPremier.js +8 -1
  85. package/dist/Forms/SuccesForm.js +28 -19
  86. package/dist/Forms/WcplSurvey.js +8 -1
  87. package/dist/Forms/index.d.ts +2 -0
  88. package/dist/Forms/index.js +4 -0
  89. package/dist/HelpArticle/HelpArticle.css.d.ts +4 -0
  90. package/dist/HelpArticle/HelpArticle.css.js +12 -0
  91. package/dist/HelpArticle/index.d.ts +1 -0
  92. package/dist/HelpArticle/index.js +7 -0
  93. package/dist/HeroBanner/HeroBanner.css.d.ts +17 -17
  94. package/dist/HeroBanner/HeroBanner.css.js +5 -5
  95. package/dist/HeroBanner/HeroBanner.js +0 -2
  96. package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
  97. package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
  98. package/dist/Hyperlink/index.js +14 -5
  99. package/dist/IconBillboard/IconBillboard.css.d.ts +25 -25
  100. package/dist/IconBillboard/IconBillboard.css.js +3 -3
  101. package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -0
  102. package/dist/IconBillboard/IconBillboard.js +37 -7
  103. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  104. package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +9 -0
  105. package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.js +85 -0
  106. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +5 -0
  107. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +90 -0
  108. package/dist/ImageBillboard/ImageBillboard.css.d.ts +36 -20
  109. package/dist/ImageBillboard/ImageBillboard.css.js +50 -18
  110. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +13 -2
  111. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  112. package/dist/ImageBillboard/ImageBillboardSet.js +86 -27
  113. package/dist/ImageBillboard/index.js +17 -1
  114. package/dist/ImageLink/ImageLink.d.ts +2 -2
  115. package/dist/ImageLink/ImageLink.js +30 -11
  116. package/dist/ImageLink/ImageLinkSet.js +14 -5
  117. package/dist/ImageLink/index.js +14 -5
  118. package/dist/Input/Checkbox.js +2 -1
  119. package/dist/Input/Input.css.d.ts +16 -16
  120. package/dist/Input/Input.js +2 -1
  121. package/dist/Input/PercentageInput.d.ts +3 -0
  122. package/dist/Input/PercentageInput.js +32 -0
  123. package/dist/Input/RadioButton.js +12 -3
  124. package/dist/Inputs/Input.css.d.ts +14 -14
  125. package/dist/Insight/Featured/CategorySelector.js +24 -17
  126. package/dist/Insight/Featured/Featured.css.d.ts +1 -0
  127. package/dist/Insight/Featured/Featured.css.js +5 -3
  128. package/dist/Insight/Featured/Featured.js +65 -49
  129. package/dist/Insight/Featured/Header.js +12 -3
  130. package/dist/Insight/Featured/index.js +2 -1
  131. package/dist/Insight/index.js +2 -1
  132. package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
  133. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
  134. package/dist/Modal/Modal.js +12 -3
  135. package/dist/NavigationMenu/AxosALTS/NavData.js +11 -2
  136. package/dist/NavigationMenu/AxosALTS/index.js +11 -2
  137. package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -5
  138. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
  139. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
  140. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
  141. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +271 -0
  142. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +660 -0
  143. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
  144. package/dist/NavigationMenu/AxosBank/NavData.js +11 -2
  145. package/dist/NavigationMenu/AxosBank/SubNavBar.js +432 -123
  146. package/dist/NavigationMenu/AxosBank/index.d.ts +2 -1
  147. package/dist/NavigationMenu/AxosBank/index.js +101 -531
  148. package/dist/NavigationMenu/LaVictoire/NavData.js +12 -2
  149. package/dist/NavigationMenu/LaVictoire/index.js +48 -19
  150. package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
  151. package/dist/SetContainer/SetContainer.css.d.ts +17 -18
  152. package/dist/SetContainer/SetContainer.css.js +2 -4
  153. package/dist/SetContainer/SetContainer.d.ts +2 -1
  154. package/dist/SetContainer/SetContainer.js +25 -12
  155. package/dist/SetContainer/index.js +1 -2
  156. package/dist/SocialMediaBar/iconsRepository.js +11 -2
  157. package/dist/StepItem/StepItem.css.d.ts +18 -18
  158. package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
  159. package/dist/StepItemSet/StepItemSet.js +2 -14
  160. package/dist/Tab/Tab.css.d.ts +12 -12
  161. package/dist/Table/Table.css.d.ts +25 -25
  162. package/dist/Table/Table.d.ts +3 -3
  163. package/dist/Topic/Topic.css.d.ts +4 -0
  164. package/dist/Topic/Topic.css.js +12 -0
  165. package/dist/Topic/Topic.d.ts +19 -0
  166. package/dist/Topic/Topic.js +24 -0
  167. package/dist/Topic/index.d.ts +2 -0
  168. package/dist/Topic/index.js +12 -0
  169. package/dist/VideoWrapper/index.js +11 -2
  170. package/dist/WalnutIframe/index.d.ts +6 -0
  171. package/dist/WalnutIframe/index.js +21 -0
  172. package/dist/WalnutIframe/wrapper.module.js +14 -0
  173. package/dist/assets/Auth/ErrorAlert.css +37 -0
  174. package/dist/assets/Auth/SignIn.css +86 -0
  175. package/dist/assets/Button/Button.css +31 -16
  176. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
  177. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +197 -0
  178. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
  179. package/dist/assets/CallToActionBar/CallToActionBar.css +32 -0
  180. package/dist/assets/Comparison/Comparison.css +9 -2
  181. package/dist/assets/HelpArticle/HelpArticle.css +70 -0
  182. package/dist/assets/HeroBanner/HeroBanner.css +26 -26
  183. package/dist/assets/HeroBanner/LargeBanner.css +3 -0
  184. package/dist/assets/IconBillboard/IconBillboard.css +22 -35
  185. package/dist/assets/ImageBillboard/ImageBillboard.css +317 -31
  186. package/dist/assets/Insight/Featured/Featured.css +21 -15
  187. package/dist/assets/Insight/Insight.css +12 -0
  188. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -0
  189. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
  190. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +114 -301
  191. package/dist/assets/SetContainer/SetContainer.css +44 -22
  192. package/dist/assets/Topic/Topic.css +54 -0
  193. package/dist/assets/WalnutIframe/wrapper.css.css +49 -0
  194. package/dist/assets/globals.css +14 -32
  195. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -0
  196. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
  197. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
  198. package/dist/main.d.ts +5 -0
  199. package/dist/main.js +61 -5
  200. package/dist/themes/axos.css.d.ts +38 -38
  201. package/dist/utils/allowedAxosDomains.js +19 -3
  202. package/dist/utils/appendQueryParams.js +3 -6
  203. package/dist/utils/optimizeImage/OptimizeImage.d.ts +11 -0
  204. package/dist/utils/optimizeImage/OptimizeImage.js +46 -0
  205. package/dist/utils/optimizeImage/index.d.ts +1 -0
  206. package/dist/utils/optimizeImage/index.js +4 -0
  207. package/dist/utils/optimizeImage/optimizeImage.module.js +14 -0
  208. package/package.json +11 -8
@@ -33,38 +33,48 @@
33
33
  ._18ygy9ma {
34
34
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
35
35
  }
36
+ ._18ygy9m6:has(.is_icon) {
37
+ display: flex;
38
+ flex-wrap: wrap;
39
+ gap: 24px;
40
+ }
41
+ ._18ygy9m6.cols_1 > .is_icon {
42
+ flex: 1 1 100%;
43
+ }
44
+ ._18ygy9m6.cols_2 > .is_icon {
45
+ flex: 1 1 calc(50% - 12px);
46
+ }
47
+ ._18ygy9m6.cols_3 > .is_icon {
48
+ flex: 1 1 calc(33.333% - 1rem);
49
+ }
50
+ ._18ygy9m6.cols_4 > .is_icon {
51
+ flex: 1 1 calc(25% - 18px);
52
+ }
36
53
  ._18ygy9mb {
37
54
  margin-inline: auto;
38
- padding-bottom: 2.5rem;
39
- text-align: center;
40
- max-width: 1000px;
41
- padding-top: 2.5rem;
55
+ padding-block: 2.5rem;
56
+ }
57
+ :is(._18ygy9m5, ._18ygy9m6) .containment {
58
+ width: 100%;
42
59
  }
43
- ._18ygy9m5 .containment {
60
+ ._18ygy9m0 .containment .containment {
44
61
  width: 100%;
45
62
  }
46
63
  ._18ygy9mc {
47
64
  display: flex;
65
+ margin-inline: auto;
48
66
  place-items: center;
49
67
  text-align: center;
50
- margin-inline: auto;
51
68
  }
52
69
  ._18ygy9md {
53
70
  display: block;
54
71
  margin: auto;
55
72
  }
56
73
  ._18ygy9me {
57
- margin-inline: auto;
58
- padding-top: 2.5rem;
59
- text-align: center;
60
- max-width: 1000px;
61
- padding-bottom: 2.5rem;
62
- }
63
- ._18ygy9mf {
64
74
  isolation: isolate;
65
75
  position: relative;
66
76
  }
67
- ._18ygy9mf::before {
77
+ ._18ygy9me::before {
68
78
  content: "";
69
79
  position: absolute;
70
80
  width: 100%;
@@ -74,29 +84,29 @@
74
84
  right: 0;
75
85
  z-index: -1;
76
86
  }
77
- ._18ygy9mg {
87
+ ._18ygy9mf {
78
88
  background: var(--_1073cm88);
79
89
  }
80
- ._18ygy9mg::before {
90
+ ._18ygy9mf::before {
81
91
  background: var(--_1073cm81);
82
92
  }
83
- ._18ygy9mh {
93
+ ._18ygy9mg {
84
94
  background: var(--_1073cm81);
85
95
  }
86
- ._18ygy9mh::before {
96
+ ._18ygy9mg::before {
87
97
  background: var(--_1073cm88);
88
98
  }
89
- ._18ygy9mi {
99
+ ._18ygy9mh {
90
100
  background: var(--_1073cm81);
91
101
  }
92
- ._18ygy9mi::before {
102
+ ._18ygy9mh::before {
93
103
  background: var(--_1073cm8f);
94
104
  color: var(--_1073cm8n);
95
105
  }
96
- ._18ygy9mj {
106
+ ._18ygy9mi {
97
107
  background: var(--_1073cm81);
98
108
  }
99
- ._18ygy9mj::before {
109
+ ._18ygy9mi::before {
100
110
  background: var(--_1073cm8m);
101
111
  color: var(--_1073cm8n);
102
112
  }
@@ -107,6 +117,9 @@
107
117
  ._18ygy9m6 {
108
118
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
109
119
  }
120
+ ._18ygy9m6.cols_3 > .is_icon {
121
+ flex-basis: calc(50% - 12px);
122
+ }
110
123
  }
111
124
  @media (min-width: 1024px) {
112
125
  ._18ygy9m5:has(> :nth-child(5):last-child) {
@@ -129,10 +142,19 @@
129
142
  }
130
143
  }
131
144
  @media screen and (max-width: 768px) {
145
+ ._18ygy9m6:has(.is_icon) {
146
+ display: grid;
147
+ grid-template-columns: 1fr;
148
+ }
132
149
  ._18ygy9mb {
133
150
  padding-block: 1.5rem;
134
151
  }
135
152
  }
153
+ @media screen and (max-width: 1280px) {
154
+ ._18ygy9m6.cols_4 > .is_icon {
155
+ flex-basis: calc(50% - 12px);
156
+ }
157
+ }
136
158
  @media screen and (max-width:320px) {
137
159
  ._18ygy9mc {
138
160
  max-width: 100%;
@@ -0,0 +1,54 @@
1
+ .un906l0 {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: 48px;
5
+ font-family: var(--main-font-family);
6
+ padding: 40px 0;
7
+ color: #1E3860;
8
+ }
9
+ .un906l1 {
10
+ display: grid;
11
+ gap: 12px;
12
+ justify-content: space-between;
13
+ flex-wrap: wrap;
14
+ grid-template-columns: repeat(2, minmax(auto, 1fr));
15
+ }
16
+ .un906l2 {
17
+ font-size: 28px;
18
+ font-weight: 600;
19
+ line-height: 36px;
20
+ letter-spacing: 0.2px;
21
+ font-family: var(--header-font-family);
22
+ margin-bottom: 48px;
23
+ text-decoration: none;
24
+ margin: 0;
25
+ }
26
+ .un906l2 a {
27
+ text-decoration: none;
28
+ color: inherit;
29
+ font-size: inherit;
30
+ font-weight: inherit;
31
+ line-height: inherit;
32
+ }
33
+ .un906l3 {
34
+ display: flex;
35
+ flex-direction: column;
36
+ gap: 8px;
37
+ font-size: 18px;
38
+ line-height: 26px;
39
+ letter-spacing: 0.2px;
40
+ font-family: var(--main-font-family);
41
+ font-weight: 700;
42
+ text-decoration: none;
43
+ color: #2F5B88;
44
+ }
45
+ @media screen and (max-width: 768px) {
46
+ .un906l1 {
47
+ grid-template-columns: repeat(2, minmax(200px, 1fr));
48
+ }
49
+ }
50
+ @media screen and (max-width: 480px) {
51
+ .un906l1 {
52
+ grid-template-columns: repeat(1, minmax(200px, 1fr));
53
+ }
54
+ }
@@ -0,0 +1,49 @@
1
+ @keyframes _shimmer_13j22_1 {
2
+ from {
3
+ transform: translateX(-100%);
4
+ }
5
+ to {
6
+ transform: translateX(100%);
7
+ }
8
+ }
9
+
10
+ ._wrapper_13j22_10 {
11
+ background: #1e3860;
12
+ border-radius: 8px;
13
+ height: 555px;
14
+ isolation: isolate;
15
+ margin-block: 48px;
16
+ }
17
+
18
+ section > ._wrapper_13j22_10:first-child {
19
+ margin-top: 0 !important;
20
+ }
21
+
22
+ ._wrapper_13j22_10::before {
23
+ content: "";
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 190%;
28
+ height: 100%;
29
+ background: linear-gradient(
30
+ 65deg,
31
+ rgba(255, 255, 255, 0) 20%,
32
+ rgba(255, 255, 255, 0.5) 50%,
33
+ rgba(255, 255, 255, 0) 80%
34
+ );
35
+ animation: _shimmer_13j22_1 1.3s infinite linear;
36
+ z-index: -1;
37
+ }
38
+
39
+ ._wrapper_control_13j22_39 {
40
+ height: 100%;
41
+ width: 100%;
42
+ overflow-x: scroll;
43
+ }
44
+
45
+ @media (max-width: 1023px) {
46
+ ._wrapper_13j22_10 {
47
+ display: none;
48
+ }
49
+ }
@@ -1,19 +1,3 @@
1
- @keyframes _5fvzn90 {
2
- 0% {
3
- left: 4px;
4
- }
5
- to {
6
- left: 0px;
7
- }
8
- }
9
- @keyframes _5fvzn91 {
10
- 0% {
11
- left: 0px;
12
- }
13
- to {
14
- left: 4px;
15
- }
16
- }
17
1
  * {
18
2
  box-sizing: border-box;
19
3
  margin: 0;
@@ -100,6 +84,9 @@ li p, p:last-child, p:only-child {
100
84
  border-radius: 1rem;
101
85
  overflow: hidden;
102
86
  }
87
+ .overflow_hidden {
88
+ overflow: hidden;
89
+ }
103
90
  .bordered {
104
91
  border: 1px solid #d4d4d4;
105
92
  }
@@ -148,7 +135,7 @@ h1, h2, h3, h4, h5, h6, es_font {
148
135
  }
149
136
  .header_2 {
150
137
  font-size: 34px;
151
- line-height: 1.25;
138
+ line-height: 1.35;
152
139
  }
153
140
  .header_3 {
154
141
  font-size: 28px;
@@ -209,11 +196,11 @@ h1, h2, h3, h4, h5, h6, es_font {
209
196
  }
210
197
  .sc__btn > .arrow {
211
198
  position: relative;
212
- animation: _5fvzn90 0.1s linear 0s 1 normal forwards;
199
+ will-change: transform;
200
+ transition: transform 0.3s ease;
213
201
  }
214
- .sc__btn:hover > .arrow, .arrow, .sc__btn:focus-within > .arrow {
215
- transition: 0.3s;
216
- animation: _5fvzn91 0.3s ease-out 0s 1 normal forwards;
202
+ .sc__btn:hover > .arrow, .sc__btn:focus-within > .arrow {
203
+ transform: translateX(4px);
217
204
  }
218
205
  .link {
219
206
  word-break: break-word;
@@ -239,11 +226,7 @@ a {
239
226
  }
240
227
  sup {
241
228
  font-size: 75%;
242
- }
243
- .list_item sup {
244
- vertical-align: top;
245
- position: relative;
246
- top: -0.5em;
229
+ line-height: 1;
247
230
  }
248
231
  p:empty, ul:empty {
249
232
  display: none;
@@ -275,6 +258,11 @@ p:empty, ul:empty {
275
258
  width: calc(100% - 2rem);
276
259
  }
277
260
  }
261
+ @media screen and (max-width:1280px) {
262
+ .header_2 {
263
+ font-size: 2rem;
264
+ }
265
+ }
278
266
  @media screen and (max-width:768px) {
279
267
  .header_1 {
280
268
  font-size: 28px;
@@ -282,7 +270,6 @@ p:empty, ul:empty {
282
270
  }
283
271
  .header_2 {
284
272
  font-size: 24px;
285
- line-height: 1.29;
286
273
  }
287
274
  .header_3 {
288
275
  font-size: 24px;
@@ -291,11 +278,6 @@ p:empty, ul:empty {
291
278
  margin-bottom: 1.5rem;
292
279
  }
293
280
  }
294
- @media screen and (max-width:1280px) {
295
- .header_2 {
296
- font-size: 2rem;
297
- }
298
- }
299
281
  @media screen and (max-width:320px) {
300
282
  .header_1 {
301
283
  font-size: 25px;
@@ -0,0 +1,47 @@
1
+ @keyframes _shimmer_pwl74_1 {
2
+ from {
3
+ transform: translateX(-100%);
4
+ }
5
+ to {
6
+ transform: translateX(100%);
7
+ }
8
+ }
9
+
10
+ ._loader_pwl74_10 {
11
+ height: 100%;
12
+ width: 100%;
13
+ inset: 0;
14
+ }
15
+
16
+ ._loading_pwl74_16 {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 100%;
20
+ overflow: hidden;
21
+ background: #1e3860;
22
+ }
23
+
24
+ ._1es6o1h0 ._loading_pwl74_16 {
25
+ background-color: var(--_1073cm8f);
26
+ }
27
+
28
+ .fl2fv50 ._loading_pwl74_16 {
29
+ background-color: #28587d;
30
+ }
31
+
32
+ ._loading_pwl74_16::before {
33
+ content: "";
34
+ position: absolute;
35
+ top: 0;
36
+ left: 0;
37
+ width: 190%;
38
+ height: 100%;
39
+ background: linear-gradient(
40
+ 65deg,
41
+ rgba(255, 255, 255, 0) 20%,
42
+ rgba(255, 255, 255, 0.5) 50%,
43
+ rgba(255, 255, 255, 0) 80%
44
+ );
45
+ animation: _shimmer_pwl74_1 1.3s infinite linear;
46
+ z-index: 1;
47
+ }
@@ -1,13 +1,13 @@
1
1
  export declare const Arrow: import('@vanilla-extract/recipes').RuntimeFn<{
2
2
  variant: {
3
3
  primary: {
4
- fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
4
+ fill: `var(--${string})`;
5
5
  };
6
6
  secondary: {
7
- fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
7
+ fill: `var(--${string})`;
8
8
  };
9
9
  tertiary: {
10
- fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
10
+ fill: `var(--${string})`;
11
11
  };
12
12
  };
13
13
  }>;
@@ -3,10 +3,10 @@ import { RecipeVariants } from '@vanilla-extract/recipes';
3
3
  export declare const checkColor: import('@vanilla-extract/recipes').RuntimeFn<{
4
4
  variant: {
5
5
  primary: {
6
- fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
6
+ fill: `var(--${string})`;
7
7
  };
8
8
  secondary: {
9
- fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9
+ fill: `var(--${string})`;
10
10
  };
11
11
  };
12
12
  }>;
package/dist/main.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from './AlertBanner';
3
3
  export * from './Article';
4
4
  export * from './ArticlesSet';
5
5
  export * from './ATMLocator';
6
+ export * from './Auth';
6
7
  export * from './Avatar';
7
8
  export * from './AwardsBanner';
8
9
  export * from './AwardsItem';
@@ -14,6 +15,7 @@ export * from './Calculators/AnnualFeeCalculator';
14
15
  export * from './Calculators/ApyCalculator';
15
16
  export * from './Calculators/AxosOneCalculator';
16
17
  export * from './Calculators/BalanceAPYCalculator';
18
+ export * from './Calculators/BuyDownCalculator';
17
19
  export * from './Calculators/MarginTradingCalculator';
18
20
  export * from './Calculators/MonthlyPaymentCalculator';
19
21
  export * from './CallToActionBar';
@@ -29,6 +31,7 @@ export * from './FdicCallout';
29
31
  export * from './FooterDisclosure';
30
32
  export * from './FooterSiteMap/AxosBank';
31
33
  export * from './Forms';
34
+ export * from './HelpArticle';
32
35
  export * from './HeroBanner';
33
36
  export * from './Hyperlink';
34
37
  export * from './IconBillboard';
@@ -55,9 +58,11 @@ export * from './StepItemSet';
55
58
  export * from './Table';
56
59
  export * from './TextBlock';
57
60
  export * from './themes';
61
+ export * from './Topic';
58
62
  export * from './TopicalNavItem';
59
63
  export * from './TopicalNavSet';
60
64
  export * from './VideoTile';
61
65
  export * from './VideoWrapper';
66
+ export * from './WalnutIframe';
62
67
  export * from './Tab';
63
68
  export * from './utils';