@axos-web-dev/shared-components 0.0.106 → 0.0.108

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 (85) hide show
  1. package/dist/ATMLocator/ATMLocator.js +7 -5
  2. package/dist/Blockquote/index.js +1 -2
  3. package/dist/BulletItem/BulletItem.d.ts +1 -1
  4. package/dist/BulletItem/BulletItem.js +5 -39
  5. package/dist/Button/Button.js +5 -3
  6. package/dist/Calculators/Calculator.js +7 -5
  7. package/dist/Carousel/index.js +7 -5
  8. package/dist/Chevron/index.js +5 -3
  9. package/dist/Comparison/Comparison.css.js +1 -0
  10. package/dist/Comparison/Comparison.js +5 -3
  11. package/dist/Comparison/ComparisonSet.d.ts +1 -1
  12. package/dist/Comparison/ComparisonSet.js +7 -119
  13. package/dist/DownloadTile/index.js +1 -1
  14. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -4
  15. package/dist/Forms/ApplicationStart.js +1 -0
  16. package/dist/Forms/CommercialLending.js +1 -0
  17. package/dist/Forms/ContactCompany.js +1 -0
  18. package/dist/Forms/ContactUs.js +1 -0
  19. package/dist/Forms/ContactUsAAS.js +1 -0
  20. package/dist/Forms/ContactUsBusiness.js +5 -3
  21. package/dist/Forms/ContactUsNMLSId.js +5 -3
  22. package/dist/Forms/DealerServices.js +1 -0
  23. package/dist/Forms/EmailOnly.js +5 -3
  24. package/dist/Forms/FormEnums.d.ts +14 -0
  25. package/dist/Forms/FormEnums.js +94 -0
  26. package/dist/Forms/Forms.css.d.ts +17 -0
  27. package/dist/Forms/Forms.css.js +7 -0
  28. package/dist/Forms/QuickPricer.d.ts +30 -0
  29. package/dist/Forms/QuickPricer.js +759 -0
  30. package/dist/Forms/ScheduleCall.js +1 -0
  31. package/dist/Forms/ScheduleCallPremier.js +1 -0
  32. package/dist/Forms/SuccesForm.js +5 -3
  33. package/dist/Forms/WcplSurvey.js +1 -0
  34. package/dist/Forms/index.d.ts +1 -0
  35. package/dist/Forms/index.js +5 -1
  36. package/dist/Hyperlink/index.js +7 -5
  37. package/dist/ImageBillboard/ImageBillboard.js +1 -0
  38. package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
  39. package/dist/ImageLink/ImageLink.js +6 -4
  40. package/dist/ImageLink/ImageLinkSet.js +7 -5
  41. package/dist/ImageLink/index.js +6 -4
  42. package/dist/Input/CurrencyInput.js +1 -0
  43. package/dist/Input/InputAmount.d.ts +3 -0
  44. package/dist/Input/InputAmount.js +31 -0
  45. package/dist/Input/InputPhone.js +1 -0
  46. package/dist/Input/index.d.ts +1 -0
  47. package/dist/Input/index.js +2 -0
  48. package/dist/Insight/Featured/CategorySelector.css.d.ts +8 -0
  49. package/dist/Insight/Featured/CategorySelector.css.js +23 -0
  50. package/dist/Insight/Featured/CategorySelector.d.ts +13 -0
  51. package/dist/Insight/Featured/CategorySelector.js +157 -0
  52. package/dist/Insight/Featured/Featured.css.d.ts +13 -0
  53. package/dist/Insight/Featured/Featured.css.js +30 -0
  54. package/dist/Insight/Featured/Featured.d.ts +25 -0
  55. package/dist/Insight/Featured/Featured.js +179 -0
  56. package/dist/Insight/Featured/index.d.ts +3 -0
  57. package/dist/Insight/Featured/index.js +22 -0
  58. package/dist/Insight/index.d.ts +1 -0
  59. package/dist/Insight/index.js +22 -0
  60. package/dist/Interstitial/Interstitial.js +1 -1
  61. package/dist/Modal/Modal.js +5 -3
  62. package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -5
  63. package/dist/NavigationMenu/AxosBank/index.js +41 -103
  64. package/dist/NavigationMenu/AxosClearing/SubNavBar.js +5 -6
  65. package/dist/NavigationMenu/AxosClearing/index.js +17 -20
  66. package/dist/PageNavSet/PageNavSet.js +6 -1
  67. package/dist/SetContainer/SetContainer.js +7 -5
  68. package/dist/VideoTile/VideoInit.js +1 -2
  69. package/dist/VideoWrapper/index.js +0 -1
  70. package/dist/assets/CallToActionBar/CallToActionBar.css +0 -4
  71. package/dist/assets/Comparison/Comparison.css +6 -0
  72. package/dist/assets/Forms/Forms.css +39 -0
  73. package/dist/assets/Insight/Featured/CategorySelector.css +55 -0
  74. package/dist/assets/Insight/Featured/Featured.css +87 -0
  75. package/dist/assets/SetContainer/SetContainer.css +1 -1
  76. package/dist/assets/Table/Table.css +2 -2
  77. package/dist/assets/themes/axos.css +2 -0
  78. package/dist/assets/themes/premier.css +2 -0
  79. package/dist/icons/CheckCircle.d.ts +2 -1
  80. package/dist/icons/CheckCircle.js +2 -0
  81. package/dist/main.d.ts +1 -0
  82. package/dist/main.js +27 -1
  83. package/dist/themes/axos.css.d.ts +4 -0
  84. package/dist/themes/axos.css.js +1 -1
  85. package/package.json +1 -1
@@ -0,0 +1,55 @@
1
+ ._13y9ptj0 {
2
+ padding: 24px 0;
3
+ }
4
+ ._13y9ptj1 {
5
+ display: flex;
6
+ justify-content: space-between;
7
+ margin-bottom: 24px;
8
+ align-items: center;
9
+ }
10
+ ._13y9ptj2 {
11
+ font-size: 24px;
12
+ color: var(--_1073cm83);
13
+ text-decoration: none;
14
+ font-family: var(--header-font-family);
15
+ text-transform: capitalize;
16
+ font-weight: 600;
17
+ }
18
+ ._13y9ptj3 {
19
+ display: grid;
20
+ grid-template-columns: 1fr 1fr 1fr;
21
+ gap: 24px;
22
+ overflow: hidden;
23
+ }
24
+ ._13y9ptj4 {
25
+ max-width: 370px;
26
+ grid-template-rows: 1fr 1fr;
27
+ }
28
+ ._13y9ptj5 {
29
+ font-size: 28px;
30
+ padding-bottom: 10px;
31
+ -webkit-line-clamp: 4;
32
+ box-orient: vertical;
33
+ }
34
+ ._13y9ptj6 {
35
+ padding: 24px;
36
+ color: #333D46;
37
+ font-family: var(--main-font-family);
38
+ min-height: 182px;
39
+ display: grid;
40
+ grid-template-rows: 120px 30px;
41
+ }
42
+ ._13y9ptj7 {
43
+ aspect-ratio: 16 / 9;
44
+ }
45
+ @media screen and (max-width:1024px) {
46
+ ._13y9ptj3 {
47
+ grid-template-columns: 1fr 1fr 1fr;
48
+ }
49
+ }
50
+ @media screen and (max-width:768px) {
51
+ ._13y9ptj3 {
52
+ grid-template-columns: 1fr;
53
+ justify-items: center;
54
+ }
55
+ }
@@ -0,0 +1,87 @@
1
+ ._1sr2o6v0 {
2
+ min-height: 725px;
3
+ width: 100%;
4
+ padding: 48px 0;
5
+ }
6
+ ._1sr2o6v1 {
7
+ color: #ffffff;
8
+ padding-bottom: 24px;
9
+ }
10
+ ._1sr2o6v2 {
11
+ font-size: 14px;
12
+ }
13
+ ._1sr2o6v3 {
14
+ display: grid;
15
+ grid-template-columns: 3fr 2fr;
16
+ min-height: 525px;
17
+ gap: 25px;
18
+ }
19
+ ._1sr2o6v4 {
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: space-between;
23
+ }
24
+ ._1sr2o6v5 {
25
+ flex: 1 1 100%;
26
+ cursor: pointer;
27
+ text-decoration: none;
28
+ }
29
+ ._1sr2o6v6 {
30
+ margin-bottom: 8px;
31
+ }
32
+ ._1sr2o6v7 {
33
+ margin: 38px 0;
34
+ color: #D4D4D4;
35
+ }
36
+ ._1sr2o6v8 {
37
+ display: inline-block;
38
+ vertical-align: middle;
39
+ }
40
+ ._1sr2o6v9 {
41
+ display: grid;
42
+ grid-template-rows: 65% 35%;
43
+ background: #ffffff;
44
+ border-radius: 16px;
45
+ height: 100%;
46
+ cursor: pointer;
47
+ border: 1px solid #D4D4D4;
48
+ text-decoration: none;
49
+ overflow: hidden;
50
+ max-height: 525px;
51
+ }
52
+ ._1sr2o6va {
53
+ height: 100%;
54
+ object-fit: cover;
55
+ width: 100%;
56
+ }
57
+ ._1sr2o6vb {
58
+ padding: 24px;
59
+ color: #333D46;
60
+ font-family: var(--main-font-family);
61
+ min-height: 170px;
62
+ }
63
+ ._1sr2o6vc {
64
+ font-size: 40px;
65
+ line-height: 50px;
66
+ margin-bottom: 8px;
67
+ }
68
+ @media screen and (max-width:1024px) {
69
+ ._1sr2o6v9 {
70
+ grid-template-rows: 2fr 1fr;
71
+ }
72
+ }
73
+ @media screen and (max-width:768px) {
74
+ ._1sr2o6v3 {
75
+ grid-template-columns: 1fr;
76
+ }
77
+ ._1sr2o6v7 {
78
+ margin: 24px 0;
79
+ }
80
+ ._1sr2o6v9 {
81
+ grid-template-rows: 1fr .5fr;
82
+ }
83
+ ._1sr2o6vc {
84
+ font-size: 28px;
85
+ line-height: 36px;
86
+ }
87
+ }
@@ -52,7 +52,7 @@
52
52
  content: "";
53
53
  position: absolute;
54
54
  width: 100%;
55
- height: 77%;
55
+ height: 90%;
56
56
  top: 0;
57
57
  left: 0;
58
58
  right: 0;
@@ -270,8 +270,8 @@ td:has(.flex.middle span.img_fluid) .img_fluid {
270
270
  min-width: 24px;
271
271
  }
272
272
  ._1nivbwe14 {
273
- background-image: linear-gradient(0deg,#152d54,#27466f) !important;
274
- color: var(--_1073cm8g) !important;
273
+ background-image: var(--_1073cm8z) !important;
274
+ color: var(--_1073cm810) !important;
275
275
  }
276
276
  @media screen and (max-width: 768px) {
277
277
  ._1nivbwed:first-child {
@@ -33,4 +33,6 @@
33
33
  --_1073cm8w: #F4F4F4;
34
34
  --_1073cm8x: #00805B;
35
35
  --_1073cm8y: #38D7A4;
36
+ --_1073cm8z: linear-gradient(0deg,#152d54,#27466f);
37
+ --_1073cm810: #FFFFFF;
36
38
  }
@@ -33,4 +33,6 @@
33
33
  --_1073cm8w: #F4F4F4;
34
34
  --_1073cm8x: #1E262F;
35
35
  --_1073cm8y: #FAA74A;
36
+ --_1073cm8z: linear-gradient(0deg, #2c3642, #1e262f);
37
+ --_1073cm810: #FAA74A;
36
38
  }
@@ -1,4 +1,5 @@
1
1
  import { SVGProps } from 'react';
2
+ import { CheckColorVariant } from './CheckIcon/CheckIcon.css';
2
3
 
3
- declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement> & CheckColorVariant) => import("react/jsx-runtime").JSX.Element;
4
5
  export default SvgCheckCircle;
@@ -1,4 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
+ import { checkColor } from "./CheckIcon/CheckIcon.css.js";
2
3
  const SvgCheckCircle = (props) => /* @__PURE__ */ jsx(
3
4
  "svg",
4
5
  {
@@ -11,6 +12,7 @@ const SvgCheckCircle = (props) => /* @__PURE__ */ jsx(
11
12
  children: /* @__PURE__ */ jsx(
12
13
  "path",
13
14
  {
15
+ className: checkColor({ variant: props?.variant }),
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
18
  d: "M21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C16.299 21 21 16.299 21 10.5ZM15.2196 6.96968L16.2803 8.03034L8.99996 15.3107L4.71964 11.0303L5.78029 9.96968L8.99996 13.1888L15.2196 6.96968Z",
package/dist/main.d.ts CHANGED
@@ -33,6 +33,7 @@ export * from './icons';
33
33
  export * from './ImageBillboard';
34
34
  export * from './ImageLink';
35
35
  export * from './Input';
36
+ export * from './Insight';
36
37
  export * from './Interstitial/Interstitial';
37
38
  export * from './LandingPageHeader';
38
39
  export * from './LoadingIndicator';
package/dist/main.js CHANGED
@@ -51,7 +51,8 @@ import { ContactUsNMLSId } from "./Forms/ContactUsNMLSId.js";
51
51
  import { DealerServices } from "./Forms/DealerServices.js";
52
52
  import { EmailOnly } from "./Forms/EmailOnly.js";
53
53
  import { EmailUs } from "./Forms/EmailUs.js";
54
- import { actions, descriptionField, disclosureForm, form, formContainer, formWrapper, fullRowForm, headerContainer, headerForm, iconForm, one_row, succes_check_mark, success_circle, success_icon, success_wrap } from "./Forms/Forms.css.js";
54
+ import { actions, checkbox_group, descriptionField, disclosureForm, form, formContainer, formWrapper, fullRowForm, headerContainer, headerForm, iconForm, one_row, section_title, succes_check_mark, success_circle, success_icon, success_wrap } from "./Forms/Forms.css.js";
55
+ import { QuickPricer } from "./Forms/QuickPricer.js";
55
56
  import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFieldsForm.js";
56
57
  import { ScheduleCall } from "./Forms/ScheduleCall.js";
57
58
  import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
@@ -103,8 +104,12 @@ import { Dropdown } from "./Input/Dropdown.js";
103
104
  import { selectInput } from "./Input/Dropdown.css.js";
104
105
  import { Input } from "./Input/Input.js";
105
106
  import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
107
+ import { InputAmount } from "./Input/InputAmount.js";
106
108
  import { InputPhone } from "./Input/InputPhone.js";
107
109
  import { InputTextArea } from "./Input/InputTextArea.js";
110
+ import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
111
+ import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
112
+ import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
108
113
  import { Interstitial } from "./Interstitial/Interstitial.js";
109
114
  import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
110
115
  import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
@@ -183,6 +188,7 @@ export {
183
188
  CallToActionBar,
184
189
  Carousel,
185
190
  CarouselSlide,
191
+ CategorySelector,
186
192
  default5 as CheckCircle,
187
193
  default6 as CheckCircleLight,
188
194
  default7 as CheckIcon,
@@ -212,6 +218,8 @@ export {
212
218
  ExecutiveBio,
213
219
  ExecutiveBioSet,
214
220
  FaqAccordion,
221
+ Featured,
222
+ FeaturedItem,
215
223
  default13 as FollowIcon,
216
224
  FooterContent,
217
225
  FooterDisclosure,
@@ -228,8 +236,10 @@ export {
228
236
  ImageBillboardSet,
229
237
  ImageLinkSet,
230
238
  Input,
239
+ InputAmount,
231
240
  InputPhone,
232
241
  InputTextArea,
242
+ InsightItem,
233
243
  Interstitial,
234
244
  LandingPageHeader,
235
245
  LoadingIndicator,
@@ -247,6 +257,7 @@ export {
247
257
  default29 as NavBarAXC,
248
258
  PageNavItem,
249
259
  PageNavSet,
260
+ QuickPricer,
250
261
  default16 as QuoteIconGrey,
251
262
  default17 as QuoteIconWhite,
252
263
  default18 as QuoteIconYellow,
@@ -328,6 +339,7 @@ export {
328
339
  buttons,
329
340
  calculator_description,
330
341
  calculator_headline,
342
+ checkbox_group,
331
343
  comparison,
332
344
  comparison_buttons,
333
345
  comparison_container,
@@ -352,6 +364,19 @@ export {
352
364
  expand_icon,
353
365
  feature_header,
354
366
  feature_title,
367
+ featured_center_vertical,
368
+ featured_grid,
369
+ featured_maingrid,
370
+ featured_maingrid_img,
371
+ featured_maingrid_item,
372
+ featured_maingrid_title,
373
+ featured_section,
374
+ featured_subgrid,
375
+ featured_subgrid_divider,
376
+ featured_subgrid_item,
377
+ featured_subgrid_title,
378
+ featured_supertag,
379
+ featured_title,
355
380
  findMoreAxosDomains,
356
381
  footerDisclosure,
357
382
  footerLink,
@@ -464,6 +489,7 @@ export {
464
489
  section_text,
465
490
  section_text_ImageBillboard,
466
491
  section_theme,
492
+ section_title,
467
493
  selectInput,
468
494
  selection_headline_text,
469
495
  selection_section,
@@ -49,4 +49,8 @@ export declare const axosTheme: string, vars: {
49
49
  secondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
50
50
  };
51
51
  };
52
+ table: {
53
+ highlight: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
54
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
55
+ };
52
56
  };
@@ -1,6 +1,6 @@
1
1
  /* empty css */
2
2
  var axosTheme = "_1073cm80";
3
- var vars = { colors: { primary: { background: "var(--_1073cm81)", body: "var(--_1073cm82)", headline: "var(--_1073cm83)", textGradient: "var(--_1073cm84)", textButton: "var(--_1073cm85)", backgroundButton: "var(--_1073cm86)", border: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", body: "var(--_1073cm89)", headline: "var(--_1073cm8a)", textGradient: "var(--_1073cm8b)", textButton: "var(--_1073cm8c)", backgroundButton: "var(--_1073cm8d)", border: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", body: "var(--_1073cm8g)", headline: "var(--_1073cm8h)", textGradient: "var(--_1073cm8i)", textButton: "var(--_1073cm8j)", backgroundButton: "var(--_1073cm8k)", border: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", body: "var(--_1073cm8n)", headline: "var(--_1073cm8o)", textGradient: "var(--_1073cm8p)", textButton: "var(--_1073cm8q)", backgroundButton: "var(--_1073cm8r)", border: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } } };
3
+ var vars = { colors: { primary: { background: "var(--_1073cm81)", body: "var(--_1073cm82)", headline: "var(--_1073cm83)", textGradient: "var(--_1073cm84)", textButton: "var(--_1073cm85)", backgroundButton: "var(--_1073cm86)", border: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", body: "var(--_1073cm89)", headline: "var(--_1073cm8a)", textGradient: "var(--_1073cm8b)", textButton: "var(--_1073cm8c)", backgroundButton: "var(--_1073cm8d)", border: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", body: "var(--_1073cm8g)", headline: "var(--_1073cm8h)", textGradient: "var(--_1073cm8i)", textButton: "var(--_1073cm8j)", backgroundButton: "var(--_1073cm8k)", border: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", body: "var(--_1073cm8n)", headline: "var(--_1073cm8o)", textGradient: "var(--_1073cm8p)", textButton: "var(--_1073cm8q)", backgroundButton: "var(--_1073cm8r)", border: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } }, table: { highlight: "var(--_1073cm8z)", color: "var(--_1073cm810)" } };
4
4
  export {
5
5
  axosTheme,
6
6
  vars
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.106",
4
+ "version": "0.0.108",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",