@axos-web-dev/shared-components 1.0.77-patch.62 → 1.0.77-patch.63

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 (53) hide show
  1. package/dist/Accordion/Accordion.js +3 -3
  2. package/dist/AlertBanner/index.js +1 -1
  3. package/dist/Article/Article.js +1 -1
  4. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  5. package/dist/Calculators/ApyCalculator/index.js +1 -1
  6. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  7. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  8. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  9. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  10. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  11. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
  12. package/dist/Carousel/index.js +1 -1
  13. package/dist/ContentBanner/index.js +1 -1
  14. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  15. package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
  16. package/dist/FaqAccordion/index.js +1 -1
  17. package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
  18. package/dist/Forms/BoatMooringLocation.d.ts +25 -0
  19. package/dist/Forms/BoatMooringLocation.js +481 -0
  20. package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
  21. package/dist/Forms/ConstructionLendingDynamic.js +327 -0
  22. package/dist/Forms/EmailUs.js +1 -1
  23. package/dist/Forms/Forms.css.d.ts +3 -0
  24. package/dist/Forms/Forms.css.js +39 -39
  25. package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
  26. package/dist/Forms/index.d.ts +2 -0
  27. package/dist/Forms/index.js +4 -0
  28. package/dist/HeroBanner/HeroBanner.js +2 -2
  29. package/dist/Hyperlink/index.js +3 -2
  30. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  31. package/dist/ImageBillboard/ImageBillboard.js +1 -1
  32. package/dist/Input/Checkbox.js +2 -2
  33. package/dist/Input/DownPaymentInput.js +1 -1
  34. package/dist/Input/Dropdown.js +1 -1
  35. package/dist/Input/Input.js +1 -1
  36. package/dist/Input/InputTextArea.js +1 -1
  37. package/dist/Insight/Featured/Featured.js +2 -2
  38. package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
  39. package/dist/Modal/contextApi/store.js +1 -1
  40. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +2 -0
  41. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +6 -0
  42. package/dist/NavigationMenu/AxosBank/SubNavBar.js +18 -0
  43. package/dist/PageNavItem/PageNavItem.js +1 -1
  44. package/dist/SetContainer/SetContainer.js +1 -1
  45. package/dist/StepItem/StepItem.js +1 -1
  46. package/dist/StepItemSet/StepItemSet.js +1 -1
  47. package/dist/Table/Table.js +1 -1
  48. package/dist/Topic/Topic.js +1 -1
  49. package/dist/assets/Forms/Forms.css +94 -91
  50. package/dist/main.js +4 -0
  51. package/dist/utils/appendQueryParams.js +36 -5
  52. package/dist/utils/validateExternalLinks.js +2 -4
  53. package/package.json +135 -135
@@ -39,6 +39,7 @@ export declare const menuData: {
39
39
  "Apply Now": string;
40
40
  "Mortgage Services": string;
41
41
  "Make a Payment": string;
42
+ "Construction Lending": string;
42
43
  };
43
44
  "Personal Loans": {
44
45
  "Personal Loans Home": string;
@@ -165,6 +166,7 @@ export declare const menuData: {
165
166
  "Merchant Services": string;
166
167
  "Treasury Management": string;
167
168
  "IntraFi\u00AE Network Deposits\u2120": string;
169
+ "Payroll Services": string;
168
170
  };
169
171
  "Other Resources": {
170
172
  "Business Support": string;
@@ -214,6 +214,9 @@ const menuData = {
214
214
  ),
215
215
  "Make a Payment": findMoreAxosDomains(
216
216
  "{AXOSBANK}/personal/support/manage-my-loan"
217
+ ),
218
+ "Construction Lending": findMoreAxosDomains(
219
+ "{AXOSBANK}/personal/borrow/mortgages/construction-lending"
217
220
  )
218
221
  },
219
222
  "Personal Loans": {
@@ -472,6 +475,9 @@ const menuData = {
472
475
  ),
473
476
  "IntraFi® Network Deposits℠": findMoreAxosDomains(
474
477
  "{AXOSBANK}/commercial/banking/intrafi-network-deposits"
478
+ ),
479
+ "Payroll Services": findMoreAxosDomains(
480
+ "{AXOSBANK}/commercial/banking/payroll-services"
475
481
  )
476
482
  },
477
483
  "Other Resources": {
@@ -1245,6 +1245,15 @@ function SubNavBar() {
1245
1245
  ),
1246
1246
  children: "Make a Payment"
1247
1247
  }
1248
+ ) }),
1249
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1250
+ Link,
1251
+ {
1252
+ href: findMoreAxosDomains(
1253
+ "{AXOSBANK}/personal/borrow/mortgages/construction-lending"
1254
+ ),
1255
+ children: "Construction Lending"
1256
+ }
1248
1257
  ) })
1249
1258
  ] })
1250
1259
  ] }),
@@ -2674,6 +2683,15 @@ function SubNavBar() {
2674
2683
  /* @__PURE__ */ jsx("sup", { children: "℠" })
2675
2684
  ]
2676
2685
  }
2686
+ ) }),
2687
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2688
+ Link,
2689
+ {
2690
+ href: findMoreAxosDomains(
2691
+ "{AXOSBANK}/commercial/banking/payroll-services"
2692
+ ),
2693
+ children: "Payroll Services"
2694
+ }
2677
2695
  ) })
2678
2696
  ] })
2679
2697
  ] }),
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
- import { pn_link, pn_btn } from "./PageNavItem.css.js";
3
+ import { pn_btn, pn_link } from "./PageNavItem.css.js";
4
4
  const PageNavItem = ({
5
5
  id,
6
6
  addClassName,
@@ -82,7 +82,7 @@ import "../Chatbot/authenticate.js";
82
82
  import "../Chatbot/store/messages.js";
83
83
  /* empty css */
84
84
  import "../Comparison/Comparison.css.js";
85
- import { setcontainer_section_text, inline_container, set_container_cols, set_container, isolate_container } from "./SetContainer.css.js";
85
+ import { setcontainer_section_text, set_container_cols, inline_container, set_container, isolate_container } from "./SetContainer.css.js";
86
86
  import "../Tab/Tab.css.js";
87
87
  import "../icons/Star/Star.css.js";
88
88
  import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
- import { li, point, step_num, line_points, bullet_details, bs_topic, bs_copy } from "./StepItem.css.js";
3
+ import { li, line_points, point, step_num, bullet_details, bs_topic, bs_copy } from "./StepItem.css.js";
4
4
  const StepItem = ({
5
5
  id,
6
6
  counter,
@@ -16,7 +16,7 @@ import '../assets/VideoTile/VideoTile.css';import '../assets/themes/victorie.css
16
16
  /* empty css */
17
17
  /* empty css */
18
18
  /* empty css */
19
- import { bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, bs_video, steps_wrapper, ol, ul, bs_btns, bs_add_details, bs_section } from "./StepItemSet.css.js";
19
+ import { bs_section, bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, bs_video, steps_wrapper, ol, ul, bs_btns, bs_add_details } from "./StepItemSet.css.js";
20
20
  const StepItemSet = ({
21
21
  id,
22
22
  variant: fullVariant = "primary",
@@ -12,7 +12,7 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
12
12
  import "../utils/allowedAxosDomains.js";
13
13
  import { getVariant } from "../utils/getVariant.js";
14
14
  import { createElement } from "react";
15
- import { table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, tableWrapper, td, th, table_section, table_container_text, table_headline, table_description_text, table_container } from "./Table.css.js";
15
+ import { table_section, table_container_text, table_headline, table_description_text, table_container, table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, tableWrapper, td, th } from "./Table.css.js";
16
16
  const TableContainer = ({
17
17
  tableTitle,
18
18
  tableBody,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
- import { topic_container, topic_columns, topic_header, topic_item } from "./Topic.css.js";
3
+ import { topic_container, topic_header, topic_columns, topic_item } from "./Topic.css.js";
4
4
  const Topic = ({ children }) => {
5
5
  return /* @__PURE__ */ jsx("div", { className: clsx(topic_container), children });
6
6
  };
@@ -1,4 +1,4 @@
1
- @keyframes tfms6a11 {
1
+ @keyframes tfms6a12 {
2
2
  from {
3
3
  stroke-dashoffset: 1;
4
4
  }
@@ -6,7 +6,7 @@
6
6
  opacity: 100;
7
7
  }
8
8
  }
9
- @keyframes tfms6a12 {
9
+ @keyframes tfms6a13 {
10
10
  0% {
11
11
  stroke-dashoffset: -1000;
12
12
  }
@@ -116,13 +116,16 @@
116
116
  grid-template-columns: 1fr auto !important;
117
117
  }
118
118
  .tfms6aq {
119
+ grid-template-columns: 1fr !important;
120
+ }
121
+ .tfms6ar {
119
122
  display: flex;
120
123
  flex-direction: column;
121
124
  }
122
- .tfms6ar {
125
+ .tfms6as {
123
126
  grid-template-columns: 1fr 1fr;
124
127
  }
125
- .tfms6aq h4 {
128
+ .tfms6ar h4 {
126
129
  font-size: 24px;
127
130
  font-weight: 700;
128
131
  letter-spacing: 3px;
@@ -131,88 +134,88 @@
131
134
  font-family: var(--header-font-family);
132
135
  line-height: 30px;
133
136
  }
134
- .tfms6aq h4:before {
137
+ .tfms6ar h4:before {
135
138
  content: "";
136
139
  border-top: 2px solid #60AECB;
137
140
  height: 40px;
138
141
  position: relative;
139
142
  width: 100%;
140
143
  }
141
- .tfms6aq h5 {
144
+ .tfms6ar h5 {
142
145
  font-size: 14px;
143
146
  font-weight: 500;
144
147
  letter-spacing: 2px;
145
148
  font-family: var(--header-font-family);
146
149
  line-height: 16px;
147
150
  }
148
- .tfms6aq p {
151
+ .tfms6ar p {
149
152
  font-size: 15px;
150
153
  font-weight: 400;
151
154
  margin-bottom: 10px;
152
155
  font-family: var(--header-font-family);
153
156
  line-height: 28px;
154
157
  }
155
- .tfms6aq label {
158
+ .tfms6ar label {
156
159
  padding-left: 0;
157
160
  margin-bottom: 10px;
158
161
  }
159
- .tfms6as {
162
+ .tfms6at {
160
163
  display: flex;
161
164
  flex-direction: row;
162
165
  width: 100%;
163
166
  gap: 15px;
164
167
  }
165
- .tfms6as > div {
168
+ .tfms6at > div {
166
169
  flex-grow: 1;
167
170
  }
168
- .tfms6at {
171
+ .tfms6au {
169
172
  margin-top: 1.5rem;
170
173
  text-align: center;
171
174
  margin-inline: auto;
172
175
  }
173
- .tfms6au {
176
+ .tfms6av {
174
177
  margin-top: 16px;
175
178
  }
176
- .tfms6av {
179
+ .tfms6aw {
177
180
  color: var(--_1073cm83);
178
181
  }
179
- .tfms6aw {
182
+ .tfms6ax {
180
183
  color: var(--_1073cm8a);
181
184
  }
182
- .tfms6ax {
185
+ .tfms6ay {
183
186
  color: var(--_1073cm8h);
184
187
  }
185
- .tfms6ay {
188
+ .tfms6az {
186
189
  color: var(--_1073cm8o);
187
190
  }
188
- .tfms6az {
191
+ .tfms6a10 {
189
192
  max-width: 860px;
190
193
  margin-inline: auto;
191
194
  }
192
- .tfms6a10 {
195
+ .tfms6a11 {
193
196
  max-width: 900px;
194
197
  margin-inline: auto;
195
198
  }
196
- .tfms6a13 {
199
+ .tfms6a14 {
197
200
  padding: 2.5rem 0;
198
201
  }
199
- .tfms6a14 {
202
+ .tfms6a15 {
200
203
  color: var(--_1073cm85);
201
204
  background: var(--_1073cm81);
202
205
  }
203
- .tfms6a15 {
206
+ .tfms6a16 {
204
207
  color: var(--_1073cm8c);
205
208
  background: var(--_1073cm88);
206
209
  }
207
- .tfms6a16 {
210
+ .tfms6a17 {
208
211
  color: var(--_1073cm8h);
209
212
  background: var(--_1073cm8f);
210
213
  }
211
- .tfms6a17 {
214
+ .tfms6a18 {
212
215
  color: var(--_1073cm8o);
213
216
  background: var(--_1073cm8m);
214
217
  }
215
- .tfms6a13 h1 {
218
+ .tfms6a14 h1 {
216
219
  font-size: 43px;
217
220
  font-weight: 700;
218
221
  letter-spacing: 1px;
@@ -220,29 +223,29 @@
220
223
  margin-bottom: 0.7rem;
221
224
  font-family: var(--header-font-family);
222
225
  }
223
- .tfms6a13 p {
226
+ .tfms6a14 p {
224
227
  margin-bottom: 0;
225
228
  }
226
- .tfms6a18 {
229
+ .tfms6a19 {
227
230
  margin: 0 auto;
228
231
  display: block;
229
232
  }
230
- .tfms6a19 {
233
+ .tfms6a1a {
231
234
  fill: none;
232
235
  stroke: #faa74a;
233
236
  stroke-width: 4;
234
237
  stroke-dasharray: 100px;
235
238
  stroke-dashoffset: 100;
236
- animation: tfms6a11 0.5s ease-in-out forwards reverse;
239
+ animation: tfms6a12 0.5s ease-in-out forwards reverse;
237
240
  -webkit-animation-delay: 0.7s;
238
241
  }
239
- .tfms6a1a {
242
+ .tfms6a1b {
240
243
  fill: none;
241
244
  stroke-width: 4;
242
245
  stroke-dasharray: 1000px;
243
246
  stroke-dashoffset: 1000;
244
- -webkit-animation: tfms6a12 0.8s ease-in-out forwards;
245
- animation: tfms6a12 0.8s ease-in-out forwards;
247
+ -webkit-animation: tfms6a13 0.8s ease-in-out forwards;
248
+ animation: tfms6a13 0.8s ease-in-out forwards;
246
249
  -webkit-transform-origin: center;
247
250
  -ms-transform-origin: center;
248
251
  transform-origin: center;
@@ -250,143 +253,143 @@
250
253
  -ms-transform: rotate(-40deg);
251
254
  transform: rotate(-40deg);
252
255
  }
253
- .tfms6a1b {
256
+ .tfms6a1c {
254
257
  stroke: var(--_1073cm85);
255
258
  }
256
- .tfms6a1c {
259
+ .tfms6a1d {
257
260
  stroke: var(--_1073cm8c);
258
261
  }
259
- .tfms6a1d {
262
+ .tfms6a1e {
260
263
  stroke: var(--_1073cm8h);
261
264
  }
262
- .tfms6a1e {
265
+ .tfms6a1f {
263
266
  stroke: var(--_1073cm8o);
264
267
  }
265
- .tfms6a1f {
268
+ .tfms6a1g {
266
269
  margin-top: 1rem;
267
270
  }
268
- .tfms6a1g {
271
+ .tfms6a1h {
269
272
  color: var(--_1073cm83);
270
273
  }
271
- .tfms6a1h {
274
+ .tfms6a1i {
272
275
  color: var(--_1073cm8a);
273
276
  }
274
- .tfms6a1i {
277
+ .tfms6a1j {
275
278
  color: var(--_1073cm8h);
276
279
  }
277
- .tfms6a1j {
280
+ .tfms6a1k {
278
281
  color: var(--_1073cm8o);
279
282
  }
280
- .tfms6a1k {
283
+ .tfms6a1l {
281
284
  margin-top: 1rem;
282
285
  }
283
- .tfms6ak .tfms6a1l {
286
+ .tfms6ak .tfms6a1m {
284
287
  grid-column-start: 1;
285
288
  grid-column-end: 3;
286
289
  }
287
- .tfms6a1m {
290
+ .tfms6a1n {
288
291
  grid-column: 1 / -1;
289
292
  }
290
- .tfms6a1n {
293
+ .tfms6a1o {
291
294
  width: 100%;
292
295
  padding-bottom: 4px;
293
296
  }
294
- .tfms6a1o {
297
+ .tfms6a1p {
295
298
  border-bottom: 1px solid var(--_1073cm83);
296
299
  }
297
- .tfms6a1p {
300
+ .tfms6a1q {
298
301
  border-bottom: 1px solid var(--_1073cm8a);
299
302
  }
300
- .tfms6a1q {
303
+ .tfms6a1r {
301
304
  border-bottom: 1px solid var(--_1073cm8h);
302
305
  }
303
- .tfms6a1r {
306
+ .tfms6a1s {
304
307
  border-bottom: 1px solid var(--_1073cm8o);
305
308
  }
306
- .tfms6a1o > h4, .tfms6a1p > h4 {
309
+ .tfms6a1p > h4, .tfms6a1q > h4 {
307
310
  -webkit-background-clip: text;
308
311
  background-image: var(--_1073cm85);
309
312
  -webkit-text-fill-color: var(--_1073cm85);
310
313
  }
311
- .tfms6a1q > h4, .tfms6a1r > h4 {
314
+ .tfms6a1r > h4, .tfms6a1s > h4 {
312
315
  -webkit-background-clip: text;
313
316
  background-image: var(--_1073cm8j);
314
317
  -webkit-text-fill-color: var(--_1073cm8j);
315
318
  }
316
- .tfms6a1s {
319
+ .tfms6a1t {
317
320
  display: flex;
318
321
  }
319
- .tfms6a1t {
322
+ .tfms6a1u {
320
323
  cursor: pointer;
321
324
  caret-color: transparent;
322
325
  }
323
- .tfms6a1u {
326
+ .tfms6a1v {
324
327
  padding-left: 16px;
325
328
  }
326
- .tfms6a1w label {
329
+ .tfms6a1x label {
327
330
  white-space: nowrap;
328
331
  }
329
- .tfms6a1y {
332
+ .tfms6a1z {
330
333
  margin-top: 2rem;
331
334
  }
332
- .tfms6a1z {
335
+ .tfms6a20 {
333
336
  display: flex;
334
337
  justify-content: center;
335
338
  }
336
- .tfms6a1z > div {
339
+ .tfms6a20 > div {
337
340
  width: 100%;
338
341
  }
339
- .tfms6a20 {
342
+ .tfms6a21 {
340
343
  display: flex;
341
344
  justify-content: center;
342
345
  align-items: center;
343
346
  gap: 2rem;
344
347
  }
345
- .tfms6a21 {
348
+ .tfms6a22 {
346
349
  display: flex;
347
350
  margin: 1rem 0;
348
351
  text-align: left;
349
352
  gap: 1rem;
350
353
  }
351
- .tfms6a22 {
354
+ .tfms6a23 {
352
355
  display: flex;
353
356
  justify-content: space-between;
354
357
  }
355
- .tfms6a22 > div {
358
+ .tfms6a23 > div {
356
359
  min-width: 32%;
357
360
  }
358
- .tfms6a23 {
361
+ .tfms6a24 {
359
362
  margin-top: 1rem;
360
363
  }
361
- .tfms6a24 {
364
+ .tfms6a25 {
362
365
  min-width: 24px;
363
366
  }
364
- .tfms6a25 {
367
+ .tfms6a26 {
365
368
  width: min(calc(100% - 2rem));
366
369
  height: min(calc(100% - 2rem));
367
370
  overflow: scroll!important;
368
371
  }
369
- .tfms6a26 {
372
+ .tfms6a27 {
370
373
  display: none;
371
374
  }
372
- .tfms6a28::placeholder {
375
+ .tfms6a29::placeholder {
373
376
  color: transparent;
374
377
  }
375
- .tfms6a29 {
378
+ .tfms6a2a {
376
379
  cursor: not-allowed;
377
380
  }
378
- .tfms6a2a {
381
+ .tfms6a2b {
379
382
  display: flex;
380
383
  }
381
- .tfms6a2b {
384
+ .tfms6a2c {
382
385
  visibility: hidden;
383
386
  display: none;
384
387
  }
385
- .tfms6a2d {
388
+ .tfms6a2e {
386
389
  display: flex;
387
390
  gap: 24px;
388
391
  }
389
- .tfms6a2e {
392
+ .tfms6a2f {
390
393
  vertical-align: vertical;
391
394
  width: 100%;
392
395
  display: flex;
@@ -395,12 +398,12 @@
395
398
  align-items: center;
396
399
  flex-direction: column-reverse;
397
400
  }
398
- .tfms6a2f {
401
+ .tfms6a2g {
399
402
  text-transform: capitalize;
400
403
  margin: auto ;
401
404
  max-width: fit-content;
402
405
  }
403
- .tfms6a2g {
406
+ .tfms6a2h {
404
407
  padding: 16px 64px;
405
408
  border-radius: 0 8px 8px 0;
406
409
  }
@@ -408,7 +411,7 @@
408
411
  .tfms6a0 {
409
412
  font-size: 28px;
410
413
  }
411
- .tfms6a2g {
414
+ .tfms6a2h {
412
415
  padding: 16px;
413
416
  }
414
417
  }
@@ -427,80 +430,80 @@
427
430
  .tfms6ak {
428
431
  grid-template-columns: 1fr;
429
432
  }
430
- .tfms6as {
433
+ .tfms6at {
431
434
  flex-direction: column;
432
435
  }
433
- .tfms6ak .tfms6a1l {
436
+ .tfms6ak .tfms6a1m {
434
437
  grid-column-start: 1;
435
438
  grid-column-end: 2;
436
439
  }
437
440
  }
438
441
  @media screen and (max-width: 992px) {
439
- .tfms6a13 h1 {
442
+ .tfms6a14 h1 {
440
443
  font-size: 37px;
441
444
  line-height: 1.29;
442
445
  margin-bottom: 0.4rem;
443
446
  }
444
447
  }
445
448
  @media screen and (maxwidth: 767px) {
446
- .tfms6a13 h1 {
449
+ .tfms6a14 h1 {
447
450
  font-size: 32px;
448
451
  font-weight: 700;
449
452
  margin-top: 0;
450
453
  margin-bottom: 0.4rem;
451
454
  }
452
- .tfms6a18 {
455
+ .tfms6a19 {
453
456
  max-width: 69px;
454
457
  }
455
458
  }
456
459
  @media screen and (max-width: 780px) {
457
- .tfms6a1s {
460
+ .tfms6a1t {
458
461
  flex-direction: column;
459
462
  }
460
463
  }
461
464
  @media screen and (max-width: 1103px) {
462
- .tfms6a1s ._18du0lag {
465
+ .tfms6a1t ._18du0lag {
463
466
  padding: 6px;
464
467
  }
465
468
  }
466
469
  @media screen and (max-width: 571px) and (min-width: 481px) {
467
- .tfms6a1v label {
470
+ .tfms6a1w label {
468
471
  height: 48px;
469
472
  display: flex;
470
473
  align-items: flex-end;
471
474
  }
472
475
  }
473
476
  @media screen and (min-width: 481px) {
474
- .tfms6a1x select {
477
+ .tfms6a1y select {
475
478
  background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
476
479
  }
477
480
  }
478
481
  @media screen and (min-width: 769px) {
479
- .tfms6a1z > div {
482
+ .tfms6a20 > div {
480
483
  grid-template: none;
481
484
  width: 50%;
482
485
  }
483
486
  }
484
487
  @media screen and (max-width: 500px) {
485
- .tfms6a20 {
488
+ .tfms6a21 {
486
489
  flex-direction: column;
487
490
  }
488
491
  }
489
492
  @media screen and (max-width: 800px) {
490
- .tfms6a22 {
493
+ .tfms6a23 {
491
494
  flex-direction: column;
492
495
  }
493
- .tfms6a27 select {
496
+ .tfms6a28 select {
494
497
  white-space: normal;
495
498
  padding-right: 4rem;
496
499
  }
497
- .tfms6a28::placeholder {
500
+ .tfms6a29::placeholder {
498
501
  color: #5E6A74;
499
502
  }
500
- .tfms6a2d {
503
+ .tfms6a2e {
501
504
  flex-direction: column;
502
505
  }
503
- .tfms6a2e {
506
+ .tfms6a2f {
504
507
  flex-direction: column-reverse;
505
508
  }
506
509
  }
@@ -508,7 +511,7 @@
508
511
  .rate-watch-form hr {
509
512
  display: none;
510
513
  }
511
- .tfms6a26 {
514
+ .tfms6a27 {
512
515
  display: block;
513
516
  }
514
517
  }
package/dist/main.js CHANGED
@@ -70,6 +70,7 @@ import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
70
70
  import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
71
71
  import { CommercialLending } from "./Forms/CommercialLending.js";
72
72
  import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
73
+ import { ConstructionLendingDynamic } from "./Forms/ConstructionLendingDynamic.js";
73
74
  import { ContactCompany } from "./Forms/ContactCompany.js";
74
75
  import { ContactCompanyTitle } from "./Forms/ContactCompanyTitle.js";
75
76
  import { ContactUs } from "./Forms/ContactUs.js";
@@ -102,6 +103,7 @@ import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
102
103
  import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
103
104
  import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
104
105
  import { WCPLSurvey } from "./Forms/WcplSurvey.js";
106
+ import { BoatMooringLocation } from "./Forms/BoatMooringLocation.js";
105
107
  import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
106
108
  import { HeroBanner } from "./HeroBanner/HeroBanner.js";
107
109
  import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
@@ -248,6 +250,7 @@ export {
248
250
  default4 as AxosXBlue,
249
251
  BalanceAPYCalculator,
250
252
  Blockquote,
253
+ BoatMooringLocation,
251
254
  BreadcumbHeader,
252
255
  Bubble,
253
256
  BulletItem,
@@ -276,6 +279,7 @@ export {
276
279
  CommercialLending,
277
280
  CommercialPremiumFinance,
278
281
  ComparisonSet,
282
+ ConstructionLendingDynamic,
279
283
  ContactCompany,
280
284
  ContactCompanyTitle,
281
285
  ContactUs,