@axos-web-dev/shared-components 1.0.77-patch.6 → 1.0.77-patch.8

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 (48) hide show
  1. package/dist/Blockquote/Blockquote.module.js +3 -3
  2. package/dist/Calculators/ApyCalculator/index.js +1 -1
  3. package/dist/Carousel/index.js +9 -9
  4. package/dist/Comparison/Comparison.js +4 -4
  5. package/dist/HeroBanner/HeroBanner.css.d.ts +2 -0
  6. package/dist/HeroBanner/HeroBanner.css.js +4 -0
  7. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  8. package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
  9. package/dist/HeroBanner/HeroBanner.js +47 -1
  10. package/dist/HeroBanner/index.js +3 -1
  11. package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
  12. package/dist/IconBillboard/IconBillboard.css.js +2 -0
  13. package/dist/IconBillboard/IconBillboard.d.ts +1 -2
  14. package/dist/IconBillboard/IconBillboard.js +30 -85
  15. package/dist/IconBillboard/index.js +3 -3
  16. package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
  17. package/dist/IconBillboard/sections/CallToActionSection.js +101 -0
  18. package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
  19. package/dist/IconBillboard/sections/HeaderSection.js +23 -0
  20. package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
  21. package/dist/IconBillboard/sections/IconSection.js +18 -0
  22. package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
  23. package/dist/IconBillboard/sections/ItemsSection.js +11 -0
  24. package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
  25. package/dist/IconBillboard/sections/LayoutSection.js +6 -0
  26. package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
  27. package/dist/ImageLink/ImageLinkSet.js +3 -3
  28. package/dist/Insight/Featured/CategorySelector.js +1 -1
  29. package/dist/Insight/Featured/Featured.js +9 -9
  30. package/dist/Insight/Featured/Header.js +8 -8
  31. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
  32. package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
  33. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  34. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  35. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -1
  36. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +0 -3
  37. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  38. package/dist/NavigationMenu/AxosBank/SubNavBar.js +0 -9
  39. package/dist/WalnutIframe/wrapper.module.js +3 -3
  40. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  41. package/dist/assets/HeroBanner/HeroBanner.css +12 -0
  42. package/dist/assets/IconBillboard/IconBillboard.css +21 -1
  43. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  44. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  45. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  46. package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
  47. package/dist/main.js +6 -4
  48. package/package.json +133 -133
@@ -1,68 +1,68 @@
1
- ._quote_spacer_1r8g1_1 {
2
- line-height: 1.35;
3
- margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
- margin-inline: auto;
5
- }
6
-
7
- ._author_1r8g1_13,
8
- ._quote_1r8g1_1 {
9
- color: #333d46;
10
- }
11
-
12
- ._author_1r8g1_13 {
13
- text-align: right;
14
- margin-top: 18px;
15
- }
16
-
17
- ._author_1r8g1_13 cite {
18
- font-style: normal;
19
- }
20
-
21
- ._quote_spacer_1r8g1_1 .img_fluid {
22
- margin-right: 24px;
23
- transform: rotateY(180deg) scaleY(-1);
24
- }
25
-
26
- ._quote_spacer_1r8g1_1 .flex_row {
27
- align-items: flex-start;
28
- }
29
-
30
- ._quote_1r8g1_1 p {
31
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
- font-style: italic;
33
- line-height: 1.2;
34
- }
35
-
36
- @media (max-width: 768px) {
37
- ._quote_spacer_1r8g1_1 .img_fluid {
38
- max-width: 30px;
39
- margin-right: 12px;
40
- }
41
- ._author_1r8g1_13 {
42
- margin-top: 14px;
43
- }
44
- ._quote_1r8g1_1 p {
45
- font-size: 18px;
46
- }
47
- ._author_1r8g1_13 cite {
48
- font-size: 14px;
49
- }
50
- }
51
-
52
- @media (max-width: 500px) {
53
- ._author_1r8g1_13 {
54
- margin-top: 12px;
55
- }
56
- }
57
-
58
- @media (min-width: 604px) {
59
- ._quote_spacer_1r8g1_1 {
60
- width: min(calc(100% - 2rem), 792px);
61
- }
62
- }
63
-
64
- @media (min-width: 1023px) {
65
- ._quote_1r8g1_1 p {
66
- font-weight: 600;
67
- }
68
- }
1
+ ._quote_spacer_1mzku_1 {
2
+ line-height: 1.35;
3
+ margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
+ margin-inline: auto;
5
+ }
6
+
7
+ ._author_1mzku_7,
8
+ ._quote_1mzku_1 {
9
+ color: #333d46;
10
+ }
11
+
12
+ ._author_1mzku_7 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_1mzku_7 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_1mzku_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_1mzku_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_1mzku_1 p {
31
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
+ font-style: italic;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ @media (max-width: 768px) {
37
+ ._quote_spacer_1mzku_1 .img_fluid {
38
+ max-width: 30px;
39
+ margin-right: 12px;
40
+ }
41
+ ._author_1mzku_7 {
42
+ margin-top: 14px;
43
+ }
44
+ ._quote_1mzku_1 p {
45
+ font-size: 18px;
46
+ }
47
+ ._author_1mzku_7 cite {
48
+ font-size: 14px;
49
+ }
50
+ }
51
+
52
+ @media (max-width: 500px) {
53
+ ._author_1mzku_7 {
54
+ margin-top: 12px;
55
+ }
56
+ }
57
+
58
+ @media (min-width: 604px) {
59
+ ._quote_spacer_1mzku_1 {
60
+ width: min(calc(100% - 2rem), 792px);
61
+ }
62
+ }
63
+
64
+ @media (min-width: 1023px) {
65
+ ._quote_1mzku_1 p {
66
+ font-weight: 600;
67
+ }
68
+ }
@@ -106,6 +106,13 @@
106
106
  .section_spacer:has(._1ye8k3f6) {
107
107
  margin-top: 0;
108
108
  }
109
+ ._1ye8k3fq {
110
+ position: relative;
111
+ text-align: left;
112
+ }
113
+ ._1ye8k3fq + ._1ye8k3fq {
114
+ margin-top: 8px;
115
+ }
109
116
  @media screen and (min-width:1024px) {
110
117
  ._1ye8k3f7 {
111
118
  flex-direction: row-reverse;
@@ -225,4 +232,9 @@
225
232
  max-width: 50%;
226
233
  width: 50%;
227
234
  }
235
+ }
236
+ @media screen and (max-width:432px) {
237
+ ._1ye8k3fp {
238
+ padding-left: 20px;
239
+ }
228
240
  }
@@ -97,13 +97,16 @@
97
97
  }
98
98
  ._1r4ovbui {
99
99
  margin-inline: auto;
100
+ max-width: 1000px;
100
101
  padding-block: 2.5rem;
101
102
  text-align: center;
102
- max-width: 1000px;
103
103
  }
104
104
  ._1r4ovbui > p {
105
105
  margin-top: 8px;
106
106
  }
107
+ ._1r4ovbuj {
108
+ text-wrap: pretty;
109
+ }
107
110
  ._1r4ovbuk {
108
111
  background: var(--_1073cm84);
109
112
  background-clip: text;
@@ -148,6 +151,23 @@
148
151
  main > div:nth-last-child(2) > ._1r4ovbu0 {
149
152
  margin-bottom: 3.5rem;
150
153
  }
154
+ ._1r4ovbuu {
155
+ cursor: pointer;
156
+ position: relative;
157
+ transform: translateY(0px);
158
+ transition: all 0.38s ease;
159
+ }
160
+ ._1r4ovbuu:hover {
161
+ box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
162
+ transform: translateY(-4px);
163
+ }
164
+ ._1r4ovbuu:active {
165
+ box-shadow: none;
166
+ transform: translateY(0px);
167
+ }
168
+ ._1r4ovbuu:hover ._1r4ovbuh a {
169
+ text-decoration: underline;
170
+ }
151
171
  @media screen and (max-width: 380px) {
152
172
  ._1r4ovbuh {
153
173
  flex-direction: column;