@axos-web-dev/shared-components 0.0.57 → 0.0.59

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 (71) hide show
  1. package/dist/Article/Article.css.d.ts +158 -0
  2. package/dist/Article/Article.css.js +21 -0
  3. package/dist/Article/Article.d.ts +14 -0
  4. package/dist/Article/Article.js +51 -0
  5. package/dist/Article/index.d.ts +2 -0
  6. package/dist/Article/index.js +12 -0
  7. package/dist/ArticlesSet/ArticlesSet.css.d.ts +131 -0
  8. package/dist/ArticlesSet/ArticlesSet.css.js +21 -0
  9. package/dist/ArticlesSet/ArticlesSet.d.ts +12 -0
  10. package/dist/ArticlesSet/ArticlesSet.js +115 -0
  11. package/dist/ArticlesSet/index.d.ts +2 -0
  12. package/dist/ArticlesSet/index.js +12 -0
  13. package/dist/AwardsBanner/AwardsBanner.css.d.ts +2 -0
  14. package/dist/AwardsBanner/AwardsBanner.css.js +7 -0
  15. package/dist/AwardsBanner/AwardsBanner.d.ts +8 -0
  16. package/dist/AwardsBanner/AwardsBanner.js +18 -0
  17. package/dist/AwardsBanner/index.d.ts +2 -0
  18. package/dist/AwardsBanner/index.js +7 -0
  19. package/dist/AwardsItem/AwardsItem.css.d.ts +3 -0
  20. package/dist/AwardsItem/AwardsItem.css.js +10 -0
  21. package/dist/AwardsItem/AwardsItem.d.ts +9 -0
  22. package/dist/AwardsItem/AwardsItem.js +29 -0
  23. package/dist/AwardsItem/index.d.ts +2 -0
  24. package/dist/AwardsItem/index.js +8 -0
  25. package/dist/Carousel/index.js +5 -0
  26. package/dist/Chevron/index.js +6 -1
  27. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +149 -67
  28. package/dist/ExecutiveBio/ExecutiveBio.css.js +14 -12
  29. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  30. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +4 -2
  31. package/dist/ExecutiveBio/ExecutiveBio.js +119 -47
  32. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
  33. package/dist/ExecutiveBio/ExecutiveBioSet.js +21 -128
  34. package/dist/ExecutiveBio/index.js +3 -2
  35. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -1
  36. package/dist/Forms/ApplicationStart.js +1 -0
  37. package/dist/Forms/ContactCompany.d.ts +25 -0
  38. package/dist/Forms/ContactCompany.js +190 -0
  39. package/dist/Forms/ContactUsBusiness.js +5 -0
  40. package/dist/Forms/DealerServices.d.ts +32 -0
  41. package/dist/Forms/DealerServices.js +311 -0
  42. package/dist/Forms/EmailOnly.js +5 -0
  43. package/dist/Forms/RenderForm.js +5 -0
  44. package/dist/Forms/ScheduleCall.js +1 -0
  45. package/dist/Forms/ScheduleCallPremier.js +1 -0
  46. package/dist/Forms/SuccesForm.d.ts +7 -3
  47. package/dist/Forms/SuccesForm.js +76 -61
  48. package/dist/Forms/index.d.ts +2 -0
  49. package/dist/Forms/index.js +4 -0
  50. package/dist/Hyperlink/index.js +6 -1
  51. package/dist/ImageLink/ImageLink.js +5 -0
  52. package/dist/ImageLink/ImageLinkSet.js +5 -0
  53. package/dist/ImageLink/index.js +6 -1
  54. package/dist/Input/CurrencyInput.js +1 -0
  55. package/dist/Input/InputPhone.js +1 -0
  56. package/dist/Input/InputTextArea.d.ts +16 -0
  57. package/dist/Input/InputTextArea.js +48 -0
  58. package/dist/Input/index.d.ts +1 -0
  59. package/dist/Input/index.js +2 -0
  60. package/dist/Modal/Modal.js +6 -1
  61. package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +1 -1
  62. package/dist/SetContainer/SetContainer.js +5 -0
  63. package/dist/assets/Article/Article.css +187 -0
  64. package/dist/assets/ArticlesSet/ArticlesSet.css +135 -0
  65. package/dist/assets/AwardsBanner/AwardsBanner.css +19 -0
  66. package/dist/assets/AwardsItem/AwardsItem.css +40 -0
  67. package/dist/assets/ExecutiveBio/ExecutiveBio.css +177 -89
  68. package/dist/assets/SetContainer/SetContainer.css +0 -3
  69. package/dist/main.d.ts +4 -0
  70. package/dist/main.js +40 -2
  71. package/package.json +1 -1
@@ -1,33 +1,62 @@
1
1
  .txcb8d0 {
2
2
  border: 1px solid transparent;
3
3
  }
4
- .txcb8d1 {
4
+ ._1073cm80 .txcb8d1 {
5
5
  background: var(--_1073cm81);
6
6
  color: var(--_1073cm82);
7
7
  border-color: var(--_1073cm87);
8
8
  }
9
- .txcb8d2 {
9
+ ._1es6o1h0 .txcb8d1 {
10
+ background: var(--_1073cm81);
11
+ color: var(--_1073cm82);
12
+ border-color: var(--_1073cm87);
13
+ }
14
+ ._1073cm80 .txcb8d2 {
10
15
  background: var(--_1073cm88);
11
16
  color: var(--_1073cm89);
12
17
  }
13
- .txcb8d3 {
18
+ ._1es6o1h0 .txcb8d2 {
19
+ background: var(--_1073cm88);
20
+ color: var(--_1073cm89);
21
+ }
22
+ ._1073cm80 .txcb8d3 {
14
23
  background: var(--_1073cm8f);
15
24
  color: var(--_1073cm8g);
16
25
  }
17
- .txcb8d4 {
26
+ ._1es6o1h0 .txcb8d3 {
27
+ background: var(--_1073cm8f);
28
+ color: var(--_1073cm8g);
29
+ }
30
+ ._1073cm80 .txcb8d4 {
31
+ background: var(--_1073cm8m);
32
+ color: var(--_1073cm8n);
33
+ }
34
+ ._1es6o1h0 .txcb8d4 {
18
35
  background: var(--_1073cm8m);
19
36
  color: var(--_1073cm8n);
20
37
  }
21
- .txcb8d6 {
38
+ ._1073cm80 .txcb8d6 {
22
39
  color: var(--_1073cm83);
23
40
  }
24
- .txcb8d7 {
41
+ ._1es6o1h0 .txcb8d6 {
42
+ color: var(--_1073cm83);
43
+ }
44
+ ._1073cm80 .txcb8d7 {
45
+ color: var(--_1073cm8a);
46
+ }
47
+ ._1es6o1h0 .txcb8d7 {
25
48
  color: var(--_1073cm8a);
26
49
  }
27
- .txcb8d8 {
50
+ ._1073cm80 .txcb8d8 {
28
51
  color: var(--_1073cm8h);
29
52
  }
30
- .txcb8d9 {
53
+ ._1es6o1h0 .txcb8d8 {
54
+ color: var(--_1073cm8h);
55
+ }
56
+ ._1073cm80 .txcb8d9 {
57
+ color: var(--_1073cm8o);
58
+ }
59
+ ._1es6o1h0 .txcb8d9 {
31
60
  color: var(--_1073cm8o);
32
61
  }
33
62
  .txcb8da {
@@ -37,39 +66,57 @@
37
66
  line-height: 1.29;
38
67
  margin-top: 10px;
39
68
  }
40
- .txcb8db {
69
+ ._1073cm80 .txcb8db {
41
70
  color: var(--_1073cm83);
42
71
  }
43
- .txcb8dc {
72
+ ._1es6o1h0 .txcb8db {
73
+ color: var(--_1073cm83);
74
+ }
75
+ ._1073cm80 .txcb8dc {
76
+ color: var(--_1073cm8a);
77
+ }
78
+ ._1es6o1h0 .txcb8dc {
44
79
  color: var(--_1073cm8a);
45
80
  }
46
- .txcb8dd {
81
+ ._1073cm80 .txcb8dd {
47
82
  color: var(--_1073cm8g);
48
83
  }
49
- .txcb8de {
84
+ ._1es6o1h0 .txcb8dd {
85
+ color: var(--_1073cm8g);
86
+ }
87
+ ._1073cm80 .txcb8de {
88
+ color: var(--_1073cm8n);
89
+ }
90
+ ._1es6o1h0 .txcb8de {
50
91
  color: var(--_1073cm8n);
51
92
  }
52
- .txcb8dg {
93
+ ._1073cm80 .txcb8dg {
94
+ fill: var(--_1073cm83);
95
+ }
96
+ ._1es6o1h0 .txcb8dg {
53
97
  fill: var(--_1073cm83);
54
98
  }
55
- .txcb8dh {
99
+ ._1073cm80 .txcb8dh {
100
+ fill: var(--_1073cm8a);
101
+ }
102
+ ._1es6o1h0 .txcb8dh {
56
103
  fill: var(--_1073cm8a);
57
104
  }
58
- .txcb8di {
105
+ ._1073cm80 .txcb8di {
59
106
  fill: var(--_1073cm8h);
60
107
  }
61
- .txcb8dj {
62
- fill: var(--_1073cm8o);
108
+ ._1es6o1h0 .txcb8di {
109
+ fill: var(--_1073cm8h);
63
110
  }
64
- .txcb8dm {
65
- padding: 48px;
111
+ ._1073cm80 .txcb8dj {
112
+ fill: var(--_1073cm8o);
66
113
  }
67
- .txcb8dn {
68
- margin-top: 24px;
114
+ ._1es6o1h0 .txcb8dj {
115
+ fill: var(--_1073cm8o);
69
116
  }
70
- .txcb8dn p {
71
- font-size: 16px;
72
- line-height: 1.5;
117
+ .txcb8dl {
118
+ flex: 1 1 0%;
119
+ max-width: 50%;
73
120
  }
74
121
  .txcb8dl a {
75
122
  color: inherit;
@@ -79,7 +126,17 @@
79
126
  opacity: 0.8;
80
127
  }
81
128
  .txcb8dl > * + * {
82
- margin-left: 24px;
129
+ margin-top: 24px;
130
+ }
131
+ .txcb8dm {
132
+ padding: 48px;
133
+ }
134
+ .txcb8dn {
135
+ margin-top: 24px;
136
+ }
137
+ .txcb8dn p {
138
+ font-size: 16px;
139
+ line-height: 1.5;
83
140
  }
84
141
  .txcb8do {
85
142
  margin-left: 15px;
@@ -88,22 +145,40 @@
88
145
  text-decoration: none;
89
146
  font-weight: 600;
90
147
  }
91
- .txcb8dp {
148
+ ._1073cm80 .txcb8dp {
92
149
  color: #0062B3;
93
150
  }
94
- .txcb8dq {
151
+ ._1es6o1h0 .txcb8dp {
95
152
  color: #0062B3;
96
153
  }
97
- .txcb8dr {
98
- color: var(--_1073cm8h);
154
+ ._1073cm80 .txcb8dq {
155
+ color: #0062B3;
99
156
  }
100
- .txcb8ds {
101
- color: var(--_1073cm8o);
157
+ ._1es6o1h0 .txcb8dq {
158
+ color: #0062B3;
159
+ }
160
+ ._1073cm80 .txcb8dr {
161
+ color: #fff;
162
+ }
163
+ ._1es6o1h0 .txcb8dr {
164
+ color: #fff;
165
+ }
166
+ ._1073cm80 .txcb8ds {
167
+ color: #FAA74A;
168
+ }
169
+ ._1es6o1h0 .txcb8ds {
170
+ color: #FAA74A;
102
171
  }
103
172
  .txcb8do a {
104
173
  text-decoration: none;
105
174
  }
106
- .txcb8dv {
175
+ $.txcb8dl + .txcb8du {
176
+ margin-left: 1.5rem;
177
+ }
178
+ .txcb8du svg {
179
+ margin-left: 8px;
180
+ }
181
+ .txcb8dw {
107
182
  aspect-ratio: 1 / 1;
108
183
  background-position: center center;
109
184
  background-repeat: no-repeat;
@@ -111,70 +186,90 @@
111
186
  border-radius: 50%;
112
187
  width: 320px;
113
188
  }
114
- .txcb8dw {
189
+ .txcb8dx {
115
190
  margin-right: 64px;
116
191
  width: auto;
117
192
  }
118
- .txcb8dz {
193
+ .txcb8d10 {
119
194
  margin-left: auto;
120
195
  margin-right: auto;
121
196
  margin-bottom: 40px;
122
197
  text-align: center;
123
198
  max-width: 800px;
124
199
  }
125
- .txcb8dz h2 + p {
200
+ .txcb8d10 h2 + p {
126
201
  margin-top: 8px;
202
+ color: #333D46;
127
203
  }
128
204
  .txcb8d11 {
129
- background: var(--_1073cm81);
130
- }
131
- .txcb8d12 {
132
- background: var(--_1073cm88);
133
205
  padding-top: 56px;
134
206
  padding-bottom: 56px;
135
207
  margin-top: 0;
136
208
  }
137
- .txcb8d13 {
209
+ ._1073cm80 .txcb8d12 {
210
+ background: var(--_1073cm81);
211
+ }
212
+ ._1es6o1h0 .txcb8d12 {
213
+ background: var(--_1073cm81);
214
+ }
215
+ ._1073cm80 .txcb8d13 {
216
+ background: var(--_1073cm88);
217
+ }
218
+ ._1es6o1h0 .txcb8d13 {
219
+ background: var(--_1073cm88);
220
+ }
221
+ ._1073cm80 .txcb8d14 {
138
222
  background: var(--_1073cm8f);
139
- padding-top: 56px;
140
- padding-bottom: 56px;
141
- margin-top: 0;
142
223
  }
143
- .txcb8d14 {
224
+ ._1es6o1h0 .txcb8d14 {
225
+ background: #1E262F;
226
+ }
227
+ ._1073cm80 .txcb8d15 {
144
228
  background: var(--_1073cm8m);
145
- padding-top: 56px;
146
- padding-bottom: 56px;
147
- margin-top: 0;
148
229
  }
149
- .txcb8d16 {
230
+ ._1es6o1h0 .txcb8d15 {
231
+ background: #1E262F;
232
+ }
233
+ ._1073cm80 .txcb8d17 {
150
234
  color: var(--_1073cm83);
151
235
  }
152
- .txcb8d17 {
236
+ ._1es6o1h0 .txcb8d17 {
237
+ color: var(--_1073cm83);
238
+ }
239
+ ._1073cm80 .txcb8d18 {
153
240
  color: var(--_1073cm8a);
154
241
  }
155
- .txcb8d18 {
156
- color: var(--_1073cm8h);
242
+ ._1es6o1h0 .txcb8d18 {
243
+ color: var(--_1073cm8a);
157
244
  }
158
- .txcb8d19 {
159
- color: var(--_1073cm8o);
245
+ ._1073cm80 .txcb8d19 {
246
+ color: #1E3860;
160
247
  }
161
- .txcb8d1a {
162
- position: relative;
248
+ ._1es6o1h0 .txcb8d19 {
249
+ color: #1E262F;
250
+ }
251
+ ._1073cm80 .txcb8d1a {
252
+ color: #1E3860;
253
+ }
254
+ ._1es6o1h0 .txcb8d1a {
255
+ color: #1E262F;
163
256
  }
164
257
  .txcb8d1b {
258
+ position: relative;
259
+ }
260
+ .txcb8d1c {
165
261
  margin-left: auto;
166
262
  margin-right: auto;
167
263
  margin-top: 40px;
168
264
  text-align: center;
169
265
  max-width: 800px;
170
266
  }
171
- @media (max-width: 1200px) {
267
+ @media (max-width: 1240px) and (min-width: 1024px) {
172
268
  .txcb8dl {
173
- flex-direction: column;
269
+ max-width: max-content;
174
270
  }
175
- .txcb8dl > * + * {
176
- margin-left: 0px;
177
- margin-top: 24px;
271
+ .txcb8du {
272
+ align-items: flex-end;
178
273
  }
179
274
  }
180
275
  @media (max-width: 1023px) {
@@ -185,37 +280,35 @@
185
280
  max-width: 100%;
186
281
  }
187
282
  .txcb8du {
283
+ margin-top: 24px;
284
+ }
285
+ $.txcb8dl + .txcb8du {
286
+ margin-left: 0;
287
+ }
288
+ .txcb8dv {
188
289
  display: flex;
189
290
  justify-content: center;
190
291
  }
191
- .txcb8dw {
292
+ .txcb8dx {
192
293
  margin-right: 0px;
193
294
  }
194
- .txcb8dx {
295
+ .txcb8dy {
195
296
  transform: translateY(1%);
196
297
  }
197
- .txcb8dx p:first-of-type {
298
+ .txcb8dy p:first-of-type {
198
299
  margin-top: 8px;
199
300
  }
200
- .txcb8dy {
301
+ .txcb8dz {
201
302
  flex-direction: column;
202
303
  }
203
- .txcb8dz {
304
+ .txcb8d10 {
204
305
  margin-bottom: 24px;
205
306
  }
206
- .txcb8d12 {
207
- padding-top: 42px;
208
- padding-bottom: 42px;
209
- }
210
- .txcb8d13 {
307
+ .txcb8d11 {
211
308
  padding-top: 42px;
212
309
  padding-bottom: 42px;
213
310
  }
214
- .txcb8d14 {
215
- padding-top: 42px;
216
- padding-bottom: 42px;
217
- }
218
- .txcb8d1b {
311
+ .txcb8d1c {
219
312
  margin-top: 24px;
220
313
  }
221
314
  }
@@ -225,15 +318,15 @@
225
318
  font-size: 16px;
226
319
  line-height: 1.5;
227
320
  }
321
+ .txcb8dl > * + * {
322
+ margin-top: 10px;
323
+ }
228
324
  .txcb8dm {
229
325
  padding: 24px;
230
326
  }
231
327
  .txcb8dn {
232
328
  margin-top: 8x;
233
329
  }
234
- .txcb8dl > * + * {
235
- margin-top: 10px;
236
- }
237
330
  .txcb8do {
238
331
  font-size: 18px;
239
332
  line-height: 26px;
@@ -241,22 +334,17 @@
241
334
  .txcb8dt {
242
335
  margin-top: 16px;
243
336
  }
244
- .txcb8dv {
337
+ .txcb8du {
338
+ margin-top: 16px;
339
+ }
340
+ .txcb8dw {
245
341
  width: 200px;
246
342
  }
247
- .txcb8dz h2 + p {
343
+ .txcb8d10 h2 + p {
248
344
  font-size: 1rem;
249
345
  line-height: 1.5;
250
346
  }
251
- .txcb8d12 {
252
- padding-top: 32px;
253
- padding-bottom: 32px;
254
- }
255
- .txcb8d13 {
256
- padding-top: 32px;
257
- padding-bottom: 32px;
258
- }
259
- .txcb8d14 {
347
+ .txcb8d11 {
260
348
  padding-top: 32px;
261
349
  padding-bottom: 32px;
262
350
  }
@@ -24,9 +24,6 @@
24
24
  text-align: center;
25
25
  margin-inline: auto;
26
26
  }
27
- ._18ygy9m5:has(._18ygy9m6) {
28
- grid-template-columns: repeat(3, minmax(min(300px, 100%), 1fr));
29
- }
30
27
  @media screen and (max-width: 1023px) {
31
28
  ._18ygy9m5 {
32
29
  grid-template-columns: 1fr;
package/dist/main.d.ts CHANGED
@@ -1,6 +1,10 @@
1
1
  export * from './Accordion';
2
2
  export * from './AlertBanner';
3
3
  export * from './ApyCalculator';
4
+ export * from './Article';
5
+ export * from './ArticlesSet';
6
+ export * from './AwardsItem';
7
+ export * from './AwardsBanner';
4
8
  export * from './BulletItem';
5
9
  export * from './Button';
6
10
  export * from './CallToActionBar';
package/dist/main.js CHANGED
@@ -3,6 +3,14 @@ import { Accordion, AccordionCtx, AccordionDetails, AccordionHeader } from "./Ac
3
3
  import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, paragraph } from "./Accordion/Accordion.css.js";
4
4
  import { AlertBanner } from "./AlertBanner/index.js";
5
5
  import { ApyCalculator } from "./ApyCalculator/index.js";
6
+ import { Article } from "./Article/Article.js";
7
+ import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img } from "./Article/Article.css.js";
8
+ import { ArticlesSet } from "./ArticlesSet/ArticlesSet.js";
9
+ import { ant_blog_cta, ant_grid, ant_header, ant_sec_body, ant_sec_title, ant_section, ant_svg_fill } from "./ArticlesSet/ArticlesSet.css.js";
10
+ import { award_company, award_item, award_name } from "./AwardsItem/AwardsItem.css.js";
11
+ import { AwardsItem } from "./AwardsItem/AwardsItem.js";
12
+ import { awards_row, awards_section } from "./AwardsBanner/AwardsBanner.css.js";
13
+ import { AwardsBanner } from "./AwardsBanner/AwardsBanner.js";
6
14
  import { BulletItem } from "./BulletItem/BulletItem.js";
7
15
  import { Button } from "./Button/Button.js";
8
16
  import { button } from "./Button/Button.css.js";
@@ -14,7 +22,7 @@ import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
14
22
  import { ContentBanner } from "./ContentBanner/index.js";
15
23
  import { DownloadTile } from "./DownloadTile/index.js";
16
24
  import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
17
- import { bio_name, bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, header_theme, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
25
+ import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
18
26
  import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
19
27
  import { AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
20
28
  import { footerDisclosure, footerLink, footerParagraph, iconsContent } from "./FooterDisclosure/FooterDisclosure.css.js";
@@ -30,6 +38,8 @@ import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFields
30
38
  import { ScheduleCall } from "./Forms/ScheduleCall.js";
31
39
  import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
32
40
  import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
41
+ import { ContactCompany } from "./Forms/ContactCompany.js";
42
+ import { DealerServices } from "./Forms/DealerServices.js";
33
43
  import { HeroBanner } from "./HeroBanner/index.js";
34
44
  import { Hyperlink } from "./Hyperlink/index.js";
35
45
  import { IconBillboard } from "./IconBillboard/IconBillboard.js";
@@ -50,6 +60,7 @@ import { selectInput } from "./Input/Dropdown.css.js";
50
60
  import { Input } from "./Input/Input.js";
51
61
  import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
52
62
  import { InputPhone } from "./Input/InputPhone.js";
63
+ import { InputTextArea } from "./Input/InputTextArea.js";
53
64
  import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
54
65
  import { MainHTML } from "./MainHTML/index.js";
55
66
  import { Modal } from "./Modal/Modal.js";
@@ -106,6 +117,10 @@ export {
106
117
  ApplicationStart,
107
118
  ApyCalculator,
108
119
  default5 as ArrowIcon,
120
+ Article,
121
+ ArticlesSet,
122
+ AwardsBanner,
123
+ AwardsItem,
109
124
  AxosFooterSiteMap,
110
125
  default6 as AxosX,
111
126
  default7 as AxosXBlue,
@@ -123,9 +138,11 @@ export {
123
138
  default12 as ChevronUp,
124
139
  default13 as CloseIcon,
125
140
  CollectInformationAlert,
141
+ ContactCompany,
126
142
  ContactUsBusiness,
127
143
  ContentBanner,
128
144
  CurrencyInput,
145
+ DealerServices,
129
146
  default14 as DownloadIcon,
130
147
  DownloadTile,
131
148
  Dropdown,
@@ -151,6 +168,7 @@ export {
151
168
  ImageLinkSet,
152
169
  Input,
153
170
  InputPhone,
171
+ InputTextArea,
154
172
  LandingPageHeader,
155
173
  default16 as LockIcon,
156
174
  MainHTML,
@@ -187,10 +205,29 @@ export {
187
205
  accordion,
188
206
  actions,
189
207
  alternate_color_rows,
208
+ ant_article,
209
+ ant_blog_cta,
210
+ ant_card_body,
211
+ ant_card_cta,
212
+ ant_card_title,
213
+ ant_content,
214
+ ant_eyebrow,
215
+ ant_grid,
216
+ ant_header,
217
+ ant_img,
218
+ ant_sec_body,
219
+ ant_sec_title,
220
+ ant_section,
221
+ ant_svg_fill,
190
222
  app_col,
191
223
  apy_billboard,
192
224
  apy_table,
193
225
  associatedEmail,
226
+ award_company,
227
+ award_item,
228
+ award_name,
229
+ awards_row,
230
+ awards_section,
194
231
  axosTheme,
195
232
  billboard,
196
233
  billboard_body,
@@ -200,7 +237,6 @@ export {
200
237
  billboard_icon,
201
238
  billboard_image,
202
239
  billboard_img,
203
- bio_name,
204
240
  bio_section_text,
205
241
  body,
206
242
  bodyAccordion,
@@ -219,6 +255,7 @@ export {
219
255
  components,
220
256
  contact_col,
221
257
  contact_entry,
258
+ contact_links,
222
259
  contacts,
223
260
  container,
224
261
  containerIconBillboard,
@@ -257,6 +294,7 @@ export {
257
294
  headerVariants,
258
295
  header_section,
259
296
  header_theme,
297
+ headline_setting,
260
298
  headshot,
261
299
  helperText,
262
300
  hide,
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": "0.0.57",
4
+ "version": "0.0.59",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",