@axos-web-dev/shared-components 2.0.0-dev.24 → 2.0.0-dev.26

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 (65) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Auth/ErrorAlert.js +1 -1
  3. package/dist/Button/Button.js +1 -1
  4. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  5. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +45 -5
  6. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +70 -19
  7. package/dist/Calculators/ApyCalculator/index.js +562 -293
  8. package/dist/Calculators/Calculator.js +2 -2
  9. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  10. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  11. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  12. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  13. package/dist/Calculators/calculator.css.d.ts +21 -1
  14. package/dist/Calculators/calculator.css.js +3 -3
  15. package/dist/Carousel/index.js +2 -2
  16. package/dist/Chevron/index.js +1 -1
  17. package/dist/Comparison/Comparison.js +1 -1
  18. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  19. package/dist/FaqAccordion/index.js +1 -1
  20. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  21. package/dist/Forms/ApplyNow.js +2 -2
  22. package/dist/Forms/ContactUsBusiness.js +1 -1
  23. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  24. package/dist/Forms/ContactUsNMLSId.js +1 -1
  25. package/dist/Forms/CpraRequest.js +1 -1
  26. package/dist/Forms/CraPublicFile.js +1 -1
  27. package/dist/Forms/EmailOnly.js +1 -1
  28. package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
  29. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
  30. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  31. package/dist/Forms/SuccesForm.js +2 -2
  32. package/dist/Hyperlink/index.js +1 -1
  33. package/dist/ImageLink/ImageLink.js +2 -2
  34. package/dist/ImageLink/ImageLinkSet.js +1 -1
  35. package/dist/ImageLink/index.js +1 -1
  36. package/dist/Insight/Featured/CategorySelector.js +2 -2
  37. package/dist/Insight/Featured/Featured.js +2 -2
  38. package/dist/Insight/Featured/Header.js +2 -2
  39. package/dist/Interstitial/Interstitial.module.js +10 -10
  40. package/dist/Modal/Modal.js +1 -1
  41. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  42. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
  43. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
  44. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
  45. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +4 -3
  46. package/dist/NavigationMenu/AxosBank/SubNavBar.js +24 -3
  47. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  48. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  49. package/dist/NavigationMenu/Navbar.js +1 -1
  50. package/dist/NavigationMenu/SignInNavButton.js +1 -1
  51. package/dist/SetContainer/SetContainer.css.d.ts +1 -0
  52. package/dist/SetContainer/SetContainer.css.js +5 -3
  53. package/dist/SetContainer/SetContainer.js +4 -4
  54. package/dist/SetContainer/index.js +2 -1
  55. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  56. package/dist/VideoTile/VideoTile.js +1 -1
  57. package/dist/VideoWrapper/index.js +1 -1
  58. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +347 -64
  59. package/dist/assets/Calculators/calculator.css +25 -15
  60. package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
  61. package/dist/assets/Interstitial/Interstitial.css +142 -142
  62. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -353
  63. package/dist/assets/SetContainer/SetContainer.css +22 -15
  64. package/dist/main.js +2 -1
  65. package/package.json +1 -1
@@ -60,27 +60,31 @@
60
60
  .page_body_contents > div:not(:first-child) ._18ygy9m0._18ygy9m1 ._18ygy9mb {
61
61
  padding-top: 0px;
62
62
  }
63
+ ._18ygy9mc {
64
+ margin-inline: auto;
65
+ padding-block: 2.5rem;
66
+ }
63
67
  :is(._18ygy9m5, ._18ygy9m6) .containment {
64
68
  width: 100%;
65
69
  }
66
70
  ._18ygy9m0 .containment .containment {
67
71
  width: 100%;
68
72
  }
69
- ._18ygy9mc {
73
+ ._18ygy9md {
70
74
  display: flex;
71
75
  margin-inline: auto;
72
76
  place-items: center;
73
77
  text-align: center;
74
78
  }
75
- ._18ygy9md {
79
+ ._18ygy9me {
76
80
  display: block;
77
81
  margin: auto;
78
82
  }
79
- ._18ygy9me {
83
+ ._18ygy9mf {
80
84
  isolation: isolate;
81
85
  position: relative;
82
86
  }
83
- ._18ygy9me::before {
87
+ ._18ygy9mf::before {
84
88
  content: "";
85
89
  position: absolute;
86
90
  width: 100%;
@@ -90,29 +94,29 @@
90
94
  right: 0;
91
95
  z-index: -1;
92
96
  }
93
- ._18ygy9mf {
97
+ ._18ygy9mg {
94
98
  background: var(--_1073cm81);
95
99
  }
96
- ._18ygy9mf::before {
100
+ ._18ygy9mg::before {
97
101
  background: var(--_1073cm81);
98
102
  }
99
- ._18ygy9mg {
103
+ ._18ygy9mh {
100
104
  background: var(--_1073cm81);
101
105
  }
102
- ._18ygy9mg::before {
106
+ ._18ygy9mh::before {
103
107
  background: var(--_1073cm88);
104
108
  }
105
- ._18ygy9mh {
109
+ ._18ygy9mi {
106
110
  background: var(--_1073cm81);
107
111
  }
108
- ._18ygy9mh::before {
112
+ ._18ygy9mi::before {
109
113
  background: var(--_1073cm8f);
110
114
  color: var(--_1073cm8o);
111
115
  }
112
- ._18ygy9mi {
116
+ ._18ygy9mj {
113
117
  background: var(--_1073cm81);
114
118
  }
115
- ._18ygy9mi::before {
119
+ ._18ygy9mj::before {
116
120
  background: var(--_1073cm8m);
117
121
  color: var(--_1073cm8o);
118
122
  }
@@ -155,6 +159,9 @@
155
159
  ._18ygy9mb {
156
160
  padding-block: 1.5rem;
157
161
  }
162
+ ._18ygy9mc {
163
+ padding-block: 1.5rem;
164
+ }
158
165
  }
159
166
  @media screen and (max-width: 1280px) {
160
167
  ._18ygy9m6.cols_4 > .is_icon {
@@ -162,17 +169,17 @@
162
169
  }
163
170
  }
164
171
  @media screen and (max-width:320px) {
165
- ._18ygy9mc {
172
+ ._18ygy9md {
166
173
  max-width: 100%;
167
174
  }
168
175
  }
169
176
  @media screen and (max-width:768px) {
170
- ._18ygy9mc {
177
+ ._18ygy9md {
171
178
  max-width: 100%;
172
179
  }
173
180
  }
174
181
  @media screen and (max-width:1023px) {
175
- ._18ygy9m5:has(._18ygy9mc) {
182
+ ._18ygy9m5:has(._18ygy9md) {
176
183
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
177
184
  }
178
185
  }
package/dist/main.js CHANGED
@@ -145,7 +145,7 @@ import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
145
145
  import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, bottom_center, bottom_left, bottom_right, center_center, center_left, center_right, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, image_based, image_inner_wrapper, is_bg_img, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, remove_padding, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, top_center, top_left, top_right, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
146
146
  import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
147
147
  import { SetContainer } from "./SetContainer/SetContainer.js";
148
- import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
148
+ import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_additionaltext, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
149
149
  import "react";
150
150
  import { ImageLinkSet } from "./ImageLink/ImageLinkSet.js";
151
151
  import { Checkbox } from "./Input/Checkbox.js";
@@ -768,6 +768,7 @@ export {
768
768
  set_container,
769
769
  set_container_cols,
770
770
  set_logo,
771
+ setcontainer_section_additionaltext,
771
772
  setcontainer_section_text,
772
773
  shift,
773
774
  shimmerText,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "2.0.0-dev.24",
4
+ "version": "2.0.0-dev.26",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",