@axos-web-dev/shared-components 0.0.17 → 0.0.19

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 (159) hide show
  1. package/dist/Accordion/Accordion.css.d.ts +4 -3
  2. package/dist/Accordion/Accordion.d.ts +2 -1
  3. package/dist/Accordion/Accordion.js +1 -0
  4. package/dist/Accordion/index.d.ts +2 -2
  5. package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
  6. package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
  7. package/dist/AlertBanner/index.d.ts +3 -2
  8. package/dist/AlertBanner/index.js +1 -0
  9. package/dist/ApyCalculator/index.d.ts +2 -1
  10. package/dist/ApyCalculator/index.js +3 -17
  11. package/dist/BulletItem/BulletItem.d.ts +2 -1
  12. package/dist/BulletItem/BulletItem.js +1 -0
  13. package/dist/BulletItem/index.d.ts +1 -1
  14. package/dist/Button/Button.css.d.ts +13 -2
  15. package/dist/Button/Button.d.ts +4 -3
  16. package/dist/Button/Button.interface.d.ts +2 -1
  17. package/dist/Button/GoBackButton.d.ts +3 -2
  18. package/dist/Button/index.d.ts +3 -3
  19. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +2 -1
  20. package/dist/CallToActionBar/index.d.ts +3 -2
  21. package/dist/Carousel/Carousel.css.d.ts +6 -5
  22. package/dist/Carousel/index.d.ts +3 -2
  23. package/dist/Carousel/index.js +2 -1
  24. package/dist/Carousel/store.d.ts +1 -1
  25. package/dist/Chevron/Chevron.css.d.ts +1 -1
  26. package/dist/Chevron/Chevron.interface.d.ts +2 -1
  27. package/dist/Chevron/index.d.ts +3 -2
  28. package/dist/Chevron/index.js +3 -3
  29. package/dist/CollectInformationAlert/index.d.ts +2 -1
  30. package/dist/CollectInformationAlert/index.js +1 -0
  31. package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
  32. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  33. package/dist/ContentBanner/index.d.ts +3 -2
  34. package/dist/ContentBanner/index.js +1 -1
  35. package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
  36. package/dist/DownloadTile/index.d.ts +3 -2
  37. package/dist/DownloadTile/index.js +1 -0
  38. package/dist/FaqAccordion/index.d.ts +3 -2
  39. package/dist/FaqAccordion/index.js +1 -0
  40. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
  41. package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
  42. package/dist/FooterDisclosure/FooterDisclosure.js +16 -2
  43. package/dist/FooterDisclosure/index.d.ts +2 -2
  44. package/dist/Forms/Forms.css.d.ts +4 -4
  45. package/dist/Forms/RenderForm.d.ts +3 -2
  46. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
  47. package/dist/Forms/ScheduleCall.d.ts +3 -2
  48. package/dist/Forms/ScheduleCall.js +21 -8
  49. package/dist/Forms/index.d.ts +4 -4
  50. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -4
  51. package/dist/HeroBanner/HeroBanner.css.js +11 -9
  52. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
  53. package/dist/HeroBanner/index.d.ts +2 -1
  54. package/dist/HeroBanner/index.js +3 -3
  55. package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
  56. package/dist/Hyperlink/index.d.ts +3 -2
  57. package/dist/Hyperlink/index.js +4 -3
  58. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
  59. package/dist/IconBillboard/IconBillboard.d.ts +4 -3
  60. package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
  61. package/dist/IconBillboard/IconBillboard.js +1 -1
  62. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
  63. package/dist/IconBillboard/index.d.ts +4 -4
  64. package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -4
  65. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
  66. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -4
  67. package/dist/ImageBillboard/ImageBillboard.js +1 -0
  68. package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -1
  69. package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
  70. package/dist/ImageBillboard/index.d.ts +4 -4
  71. package/dist/Input/Input.css.d.ts +6 -6
  72. package/dist/Input/Input.css.js +2 -2
  73. package/dist/Input/Input.d.ts +14 -0
  74. package/dist/Input/Input.js +45 -0
  75. package/dist/Input/InputPhone.d.ts +3 -0
  76. package/dist/Input/InputPhone.js +24 -0
  77. package/dist/Input/index.d.ts +3 -13
  78. package/dist/Input/index.js +13 -43
  79. package/dist/Inputs/Input.css.d.ts +6 -6
  80. package/dist/MainHTML/index.d.ts +2 -1
  81. package/dist/MainHTML/index.js +8 -1
  82. package/dist/Modal/Modal.d.ts +3 -2
  83. package/dist/Modal/Modal.js +4 -3
  84. package/dist/Modal/contextApi/store.d.ts +3 -2
  85. package/dist/Modal/contextApi/store.js +11 -16
  86. package/dist/Modal/index.d.ts +2 -2
  87. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
  88. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
  89. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
  90. package/dist/NavigationMenu/AxosAdvisor/index.js +13 -19
  91. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
  92. package/dist/NavigationMenu/index.d.ts +2 -2
  93. package/dist/SetContainer/SetContainer.d.ts +3 -2
  94. package/dist/SetContainer/SetContainer.js +4 -3
  95. package/dist/SetContainer/index.d.ts +2 -2
  96. package/dist/Table/Table.css.d.ts +16 -5
  97. package/dist/Table/Table.css.js +15 -13
  98. package/dist/Table/Table.d.ts +9 -8
  99. package/dist/Table/Table.interface.d.ts +3 -1
  100. package/dist/Table/Table.js +37 -19
  101. package/dist/Table/index.d.ts +2 -2
  102. package/dist/Table/index.js +2 -1
  103. package/dist/TextBlock/TextBlock.d.ts +2 -1
  104. package/dist/TextBlock/index.d.ts +2 -2
  105. package/dist/Typography/Typography.css.d.ts +4 -3
  106. package/dist/Typography/Typography.d.ts +3 -2
  107. package/dist/Typography/index.d.ts +1 -1
  108. package/dist/VideoTile/VideoTile.css.js +1 -1
  109. package/dist/VideoTile/VideoTile.d.ts +3 -2
  110. package/dist/VideoTile/VideoTile.js +4 -3
  111. package/dist/VideoTile/index.d.ts +4 -4
  112. package/dist/VideoWrapper/VideoWrapper.css.d.ts +1 -0
  113. package/dist/VideoWrapper/VideoWrapper.css.js +5 -3
  114. package/dist/VideoWrapper/index.d.ts +3 -2
  115. package/dist/VideoWrapper/index.js +23 -17
  116. package/dist/assets/Button/Button.css +14 -3
  117. package/dist/assets/FaqAccordion/FaqAccordion.css +12 -3
  118. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -7
  119. package/dist/assets/Forms/Forms.css +1 -1
  120. package/dist/assets/HeroBanner/HeroBanner.css +100 -52
  121. package/dist/assets/ImageBillboard/ImageBillboard.css +6 -1
  122. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +594 -591
  123. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -81
  124. package/dist/assets/Table/Table.css +89 -54
  125. package/dist/assets/TextBlock/TextBlock.css +0 -1
  126. package/dist/assets/VideoTile/VideoTile.css +5 -0
  127. package/dist/assets/VideoWrapper/VideoWrapper.css +11 -8
  128. package/dist/assets/globals.css +7 -2
  129. package/dist/assets/index.css +0 -3
  130. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
  131. package/dist/icons/ArrowIcon/index.d.ts +2 -1
  132. package/dist/icons/ArrowIcon/index.js +3 -1
  133. package/dist/icons/AxosX/Blue.d.ts +2 -1
  134. package/dist/icons/AxosX/index.d.ts +2 -1
  135. package/dist/icons/CheckCircle.d.ts +2 -1
  136. package/dist/icons/CheckCircleLight.d.ts +2 -1
  137. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
  138. package/dist/icons/CheckIcon/index.d.ts +2 -1
  139. package/dist/icons/ChevronDown.d.ts +2 -1
  140. package/dist/icons/ChevronUp.d.ts +2 -1
  141. package/dist/icons/CloseIcon/index.d.ts +2 -1
  142. package/dist/icons/DownloadIcon/index.d.ts +2 -1
  143. package/dist/icons/EqualHousingLender.d.ts +2 -1
  144. package/dist/icons/LockIcon/index.d.ts +2 -1
  145. package/dist/icons/MemberFdicLogo.d.ts +2 -1
  146. package/dist/icons/QuoteIconGrey.d.ts +2 -1
  147. package/dist/icons/QuoteIconWhite.d.ts +2 -1
  148. package/dist/icons/QuoteIconYellow.d.ts +2 -1
  149. package/dist/icons/WarningIcon/index.d.ts +2 -1
  150. package/dist/icons/index.d.ts +17 -17
  151. package/dist/index.css.d.ts +1 -0
  152. package/dist/main.d.ts +2 -1
  153. package/dist/main.js +17 -3
  154. package/dist/themes/index.d.ts +2 -2
  155. package/dist/utils/allowedAxosDomains.js +9 -7
  156. package/dist/utils/ctaOptions.d.ts +1 -0
  157. package/dist/utils/getVariant.d.ts +2 -1
  158. package/dist/utils/index.d.ts +5 -5
  159. package/package.json +107 -106
@@ -6,9 +6,9 @@
6
6
  -webkit-transition-duration: 0.15s;
7
7
  -o-transition-duration: 0.15s;
8
8
  transition-duration: 0.15s;
9
- -webkit-transition-property: color,background-color,border-color;
10
- -o-transition-property: color,background-color,border-color;
11
- transition-property: color,background-color,border-color;
9
+ -webkit-transition-property: color,background-color,border-color,width;
10
+ -o-transition-property: color,background-color,border-color,width;
11
+ transition-property: color,background-color,border-color,width;
12
12
  -webkit-transition-timing-function: linear;
13
13
  -o-transition-timing-function: linear;
14
14
  transition-timing-function: linear;
@@ -134,4 +134,15 @@
134
134
  ._13pdpuji {
135
135
  height: 28px;
136
136
  padding: 4px 32px 4px 32px;
137
+ }
138
+ @media screen and (max-width: 280px) {
139
+ ._13pdpuj7 {
140
+ padding: 12px 8px;
141
+ font-size: 14px;
142
+ }
143
+ }
144
+ @media screen and (max-width: 370px) {
145
+ ._13pdpuj7 {
146
+ padding: 11px 1.5rem;
147
+ }
137
148
  }
@@ -30,6 +30,7 @@ details[open] .ph6wj62 {
30
30
  padding-bottom: 12px;
31
31
  }
32
32
  .ph6wj63 {
33
+ font-size: 18px;
33
34
  max-width: 80%;
34
35
  list-style: none;
35
36
  text-overflow: ellipsis;
@@ -41,7 +42,15 @@ details[open] .ph6wj62 {
41
42
  background-color: #F4F4F4;
42
43
  padding-top: 0;
43
44
  }
44
- .ph6wj64 ul, .ph6wj64 ol {
45
- margin-block: 1rem;
46
- margin-inline-start: 3rem;
45
+ .ph6wj64 li + li {
46
+ margin-top: 7px;
47
+ }
48
+ .ph6wj64 ol {
49
+ padding-bottom: 1rem;
50
+ }
51
+ .ph6wj64 ul {
52
+ padding-bottom: 1rem;
53
+ }
54
+ details summary::-webkit-details-marker {
55
+ display: none;
47
56
  }
@@ -1,7 +1,7 @@
1
1
  ._1a6b3vu0 {
2
2
  color: #ffffff;
3
3
  background-color: #4A5560;
4
- padding: 32px 24px;
4
+ padding: 32px 0;
5
5
  width: 100%;
6
6
  }
7
7
  ._1a6b3vu1 {
@@ -23,14 +23,8 @@
23
23
  ._1a6b3vu4:hover {
24
24
  opacity: 0.8;
25
25
  }
26
- @media screen and (min-width: 1280px) {
27
- ._1a6b3vu0 {
28
- padding-inline: 40px;
29
- }
30
- }
31
26
  @media screen and (min-width: 1920px) {
32
27
  ._1a6b3vu0 {
33
- padding-inline: 360px;
34
28
  padding-top: 32px;
35
29
  padding-bottom: 32px;
36
30
  }
@@ -1,5 +1,4 @@
1
1
  .tfms6a0 {
2
- width: 100%;
3
2
  padding-inline: 120px;
4
3
  padding-top: 48px;
5
4
  padding-bottom: 48px;
@@ -87,6 +86,7 @@
87
86
  }
88
87
  .tfms6am {
89
88
  max-width: 860px;
89
+ margin-inline: auto;
90
90
  }
91
91
  @media screen and (max-width:1023px) {
92
92
  .tfms6a0 {
@@ -1,153 +1,201 @@
1
- ._1ye8k3f0 {
1
+ ._1ye8k3f1 {
2
2
  position: relative;
3
3
  overflow: hidden;
4
4
  isolation: isolate;
5
5
  }
6
- ._1ye8k3f1 {
6
+ ._1ye8k3f2 {
7
7
  background: var(--_1073cm81);
8
8
  color: var(--_1073cm82);
9
9
  }
10
- ._1ye8k3f2 {
10
+ ._1ye8k3f3 {
11
11
  background: var(--_1073cm88);
12
12
  color: var(--_1073cm89);
13
13
  }
14
- ._1ye8k3f3 {
14
+ ._1ye8k3f4 {
15
15
  background: var(--_1073cm8f);
16
16
  color: var(--_1073cm8g);
17
17
  }
18
- ._1ye8k3f4 {
18
+ ._1ye8k3f5 {
19
19
  background: var(--_1073cm8m);
20
20
  color: var(--_1073cm8n);
21
21
  }
22
- ._1ye8k3f5 {
22
+ ._1ye8k3f6 {
23
23
  display: flex;
24
24
  justify-content: space-between;
25
25
  align-items: center;
26
- min-height: 480px;
27
- gap: 2rem;
28
26
  }
29
- ._1ye8k3f7 {
27
+ ._1ye8k3f8 {
30
28
  padding: 2rem 0;
31
29
  }
32
- ._1ye8k3f8 {
30
+ ._1ye8k3fa {
33
31
  display: flex;
34
32
  justify-content: flex-end;
33
+ max-width: 600px;
35
34
  }
36
- ._1ye8k3f8 img {
37
- max-width: 663px;
35
+ ._1ye8k3fa img {
36
+ max-width: 604px;
37
+ max-height: 510px;
38
38
  object-fit: cover;
39
- aspect-ratio: 1 / 1;
40
- max-height: 480px;
41
39
  }
42
- ._1ye8k3fa {
40
+ ._1ye8k3fb {
43
41
  display: block;
44
42
  font: 700 14px / 1.3 var(--main-font-family);
45
43
  margin-bottom: 2px;
46
44
  letter-spacing: .2px;
47
45
  }
48
- ._1ye8k3fb {
46
+ ._1ye8k3fc {
49
47
  background: var(--_1073cm84);
50
48
  background-clip: text;
51
49
  -webkit-text-fill-color: transparent;
52
50
  }
53
- ._1ye8k3fc {
51
+ ._1ye8k3fd {
54
52
  background: var(--_1073cm8b);
55
53
  background-clip: text;
56
54
  -webkit-text-fill-color: transparent;
57
55
  }
58
- ._1ye8k3fd {
56
+ ._1ye8k3fe {
59
57
  color: var(--_1073cm8k);
60
58
  }
61
- ._1ye8k3fe {
59
+ ._1ye8k3ff {
62
60
  color: var(--_1073cm8n);
63
61
  }
64
- ._1ye8k3ff {
65
- margin-bottom: 1.5rem;
62
+ ._1ye8k3fg {
66
63
  font: 600 2.5rem / 1.25 var(--header-font-family);
67
64
  }
68
- ._1ye8k3fg {
65
+ ._1ye8k3fh {
69
66
  background: var(--_1073cm84);
70
67
  background-clip: text;
71
68
  -webkit-text-fill-color: transparent;
72
69
  }
73
- ._1ye8k3fh {
70
+ ._1ye8k3fi {
74
71
  background: var(--_1073cm8b);
75
72
  background-clip: text;
76
73
  -webkit-text-fill-color: transparent;
77
74
  }
78
- ._1ye8k3fi {
75
+ ._1ye8k3fj {
79
76
  color: var(--_1073cm8h);
80
77
  }
81
- ._1ye8k3fj {
78
+ ._1ye8k3fk {
82
79
  color: var(--_1073cm8o);
83
80
  }
84
- ._1ye8k3f7 p {
81
+ ._1ye8k3f8 p {
85
82
  font: 400 18px / 1.44 var(--main-font-family);
86
83
  letter-spacing: .2px;
87
84
  }
88
- ._1ye8k3fk {
85
+ ._1ye8k3fl {
89
86
  margin-top: 3.5rem;
90
87
  display: flex;
91
88
  align-items: center;
92
89
  gap: 2rem;
93
90
  }
91
+ ._1ye8k3fl:empty {
92
+ display: none;
93
+ }
94
+ ._1ye8k3f0 ._1ye8k3fl > *:nth-child(2) {
95
+ margin-top: 1.5rem;
96
+ margin-left: 0;
97
+ }
98
+ @media screen and (max-width:1280px) {
99
+ ._1ye8k3fl {
100
+ margin-top: 2.5rem;
101
+ }
102
+ ._1ye8k3f0 ._1ye8k3fl {
103
+ flex-direction: column;
104
+ }
105
+ }
106
+ @media (max-width: 1280px) and (min-width: 1024px) {
107
+ ._1ye8k3f0 ._1ye8k3f9 {
108
+ width: calc(100%-28px);
109
+ }
110
+ ._1ye8k3fa img {
111
+ aspect-ratio: 1 / 1;
112
+ }
113
+ ._1ye8k3f0 ._1ye8k3fl {
114
+ align-items: flex-start;
115
+ }
116
+ }
94
117
  @media screen and (max-width:1024px) {
95
- ._1ye8k3f5 {
118
+ ._1ye8k3f6 {
96
119
  flex-direction: column;
97
120
  }
98
- ._1ye8k3fk {
121
+ ._1ye8k3fl {
99
122
  flex-direction: column;
100
123
  }
101
124
  }
102
- @media screen and (min-width:1024px) {
125
+ @media (max-width: 1023px) {
126
+ ._1ye8k3fa {
127
+ justify-content: center;
128
+ width: min(375px,100%);
129
+ }
130
+ ._1ye8k3fa img {
131
+ max-width: 100%;
132
+ }
133
+ }
134
+ @media (min-width: 1024px) {
103
135
  ._1ye8k3f6 {
104
- flex-direction: row-reverse;
136
+ gap: 2rem;
137
+ min-height: 480px;
105
138
  }
139
+ ._1ye8k3f0 ._1ye8k3f6 {
140
+ min-height: 740px;
141
+ gap: 1.5rem;
142
+ }
143
+ ._1ye8k3fa {
144
+ _1ye8k3f0 & {
145
+ max-width: 708px;
146
+ }
147
+ }
148
+ }
149
+ @media screen and (min-width:1024px) {
106
150
  ._1ye8k3f7 {
151
+ flex-direction: row-reverse;
152
+ }
153
+ ._1ye8k3f8 {
107
154
  flex: 1 1;
108
155
  max-width: 588px;
109
156
  }
157
+ ._1ye8k3f0 ._1ye8k3f8 {
158
+ max-width: 468px;
159
+ }
110
160
  }
111
161
  @media screen and (max-width:1023px) {
112
- ._1ye8k3f7 {
113
- text-align: center;
114
- }
115
162
  ._1ye8k3f8 {
116
- justify-content: center;
117
- width: min(375px, 100%);
163
+ text-align: center;
118
164
  }
119
165
  }
120
166
  @media screen and (max-width:603px) {
121
- ._1ye8k3f7 {
167
+ ._1ye8k3f8 {
122
168
  max-width: calc(100% - 2rem);
123
169
  margin-left: auto;
124
170
  margin-right: auto;
125
171
  }
126
172
  }
127
- @media (max-width:1280px) and (min-width:1024px) {
128
- ._1ye8k3f8:not(._1ye8k3f9 ._1ye8k3f8) {
129
- flex: 1 1;
130
- }
131
- ._1ye8k3f5:not(._1ye8k3f9 ._1ye8k3f5) > * {
132
- max-width: 50%;
133
- width: 50%;
134
- }
135
- }
136
- @media screen and (max-width:1280px) {
137
- ._1ye8k3fk {
138
- margin-top: 2.5rem;
173
+ @media (max-width: 603px) {
174
+ ._1ye8k3f9 {
175
+ width: 100%;
176
+ max-width: 100%;
139
177
  }
140
178
  }
141
179
  @media screen and (max-width:768px) {
142
- ._1ye8k3ff {
180
+ ._1ye8k3fg {
143
181
  font-size: 28px;
144
182
  line-height: 1.29;
145
183
  }
146
- ._1ye8k3f7 p {
184
+ ._1ye8k3f8 p {
147
185
  font-size: 1rem;
148
186
  line-height: 1.5;
149
187
  }
150
- ._1ye8k3fk {
188
+ ._1ye8k3fl {
151
189
  margin-top: 1.7rem;
152
190
  }
191
+ }
192
+ @media (max-width:1280px) and (min-width:1024px) {
193
+ ._1ye8k3fa:not(._1ye8k3f0 ._1ye8k3fa) {
194
+ flex: 1 1;
195
+ overflow: hidden;
196
+ }
197
+ ._1ye8k3f6:not(._1ye8k3f0 ._1ye8k3f6) > * {
198
+ max-width: 50%;
199
+ width: 50%;
200
+ }
153
201
  }
@@ -139,9 +139,11 @@
139
139
  height: 100%;
140
140
  background-repeat: no-repeat;
141
141
  background-size: cover;
142
- min-height: 380px;
143
142
  background-position: center center;
144
143
  }
144
+ ._18ygy9m0 ._1m7m2au {
145
+ min-height: 380px;
146
+ }
145
147
  ._1m7m2av {
146
148
  background: var(--_1073cm8f);
147
149
  color: #FFFFFF;
@@ -197,6 +199,9 @@
197
199
  }
198
200
  }
199
201
  @media screen and (max-width: 1023px) {
202
+ ._1m7m2au {
203
+ min-height: 380px;
204
+ }
200
205
  ._1m7m2ax {
201
206
  font-size: 30px;
202
207
  }