@axos-web-dev/shared-components 0.0.14 → 0.0.15

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 (124) 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/index.d.ts +2 -2
  4. package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
  5. package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
  6. package/dist/AlertBanner/index.d.ts +3 -2
  7. package/dist/ApyCalculator/index.d.ts +2 -1
  8. package/dist/BulletItem/BulletItem.d.ts +2 -1
  9. package/dist/BulletItem/index.d.ts +1 -1
  10. package/dist/Button/Button.css.d.ts +3 -2
  11. package/dist/Button/Button.d.ts +4 -3
  12. package/dist/Button/Button.interface.d.ts +2 -1
  13. package/dist/Button/GoBackButton.d.ts +3 -2
  14. package/dist/Button/index.d.ts +3 -3
  15. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +2 -1
  16. package/dist/CallToActionBar/index.d.ts +3 -2
  17. package/dist/Carousel/Carousel.css.d.ts +6 -5
  18. package/dist/Carousel/index.d.ts +3 -2
  19. package/dist/Carousel/store.d.ts +1 -1
  20. package/dist/Chevron/Chevron.css.d.ts +1 -1
  21. package/dist/Chevron/Chevron.interface.d.ts +2 -1
  22. package/dist/Chevron/index.d.ts +3 -2
  23. package/dist/Chevron/index.js +0 -2
  24. package/dist/CollectInformationAlert/index.d.ts +2 -1
  25. package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
  26. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  27. package/dist/ContentBanner/index.d.ts +3 -2
  28. package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
  29. package/dist/DownloadTile/index.d.ts +3 -2
  30. package/dist/FaqAccordion/index.d.ts +3 -2
  31. package/dist/FaqAccordion/index.js +5 -0
  32. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
  33. package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
  34. package/dist/FooterDisclosure/index.d.ts +2 -2
  35. package/dist/Forms/Forms.css.d.ts +4 -4
  36. package/dist/Forms/RenderForm.d.ts +3 -2
  37. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
  38. package/dist/Forms/ScheduleCall.d.ts +3 -2
  39. package/dist/Forms/ScheduleCall.js +90 -77
  40. package/dist/Forms/index.d.ts +4 -4
  41. package/dist/HeroBanner/HeroBanner.css.d.ts +3 -3
  42. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
  43. package/dist/HeroBanner/index.d.ts +2 -1
  44. package/dist/HeroBanner/index.js +3 -4
  45. package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
  46. package/dist/Hyperlink/index.d.ts +3 -2
  47. package/dist/Hyperlink/index.js +0 -2
  48. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
  49. package/dist/IconBillboard/IconBillboard.d.ts +4 -3
  50. package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
  51. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
  52. package/dist/IconBillboard/index.d.ts +4 -4
  53. package/dist/ImageBillboard/ImageBillboard.css.d.ts +10 -4
  54. package/dist/ImageBillboard/ImageBillboard.css.js +14 -1
  55. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
  56. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +11 -7
  57. package/dist/ImageBillboard/ImageBillboard.js +1 -1
  58. package/dist/ImageBillboard/ImageBillboardSet.d.ts +3 -2
  59. package/dist/ImageBillboard/ImageBillboardSet.js +26 -8
  60. package/dist/ImageBillboard/index.d.ts +4 -4
  61. package/dist/ImageBillboard/index.js +8 -2
  62. package/dist/Input/Input.css.d.ts +16 -6
  63. package/dist/Input/Input.css.js +7 -7
  64. package/dist/Input/index.d.ts +5 -2
  65. package/dist/Input/index.js +9 -1
  66. package/dist/Inputs/Input.css.d.ts +6 -6
  67. package/dist/MainHTML/index.d.ts +2 -1
  68. package/dist/Modal/Modal.d.ts +3 -2
  69. package/dist/Modal/Modal.js +0 -2
  70. package/dist/Modal/contextApi/store.d.ts +3 -2
  71. package/dist/Modal/index.d.ts +2 -2
  72. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
  73. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
  74. package/dist/NavigationMenu/index.d.ts +2 -2
  75. package/dist/SetContainer/SetContainer.d.ts +3 -2
  76. package/dist/SetContainer/SetContainer.js +0 -2
  77. package/dist/SetContainer/index.d.ts +2 -2
  78. package/dist/Table/Table.css.d.ts +4 -4
  79. package/dist/Table/Table.d.ts +8 -7
  80. package/dist/Table/Table.interface.d.ts +2 -1
  81. package/dist/Table/index.d.ts +2 -2
  82. package/dist/TextBlock/TextBlock.d.ts +2 -1
  83. package/dist/TextBlock/index.d.ts +2 -2
  84. package/dist/Typography/Typography.css.d.ts +4 -3
  85. package/dist/Typography/Typography.d.ts +3 -2
  86. package/dist/Typography/index.d.ts +1 -1
  87. package/dist/VideoTile/VideoTile.d.ts +3 -2
  88. package/dist/VideoTile/VideoTile.js +6 -5
  89. package/dist/VideoTile/index.d.ts +4 -4
  90. package/dist/VideoWrapper/index.d.ts +4 -2
  91. package/dist/VideoWrapper/index.js +27 -18
  92. package/dist/assets/HeroBanner/HeroBanner.css +1 -3
  93. package/dist/assets/ImageBillboard/ImageBillboard.css +47 -0
  94. package/dist/assets/Input/Input.css +39 -33
  95. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
  96. package/dist/icons/ArrowIcon/index.d.ts +2 -1
  97. package/dist/icons/AxosX/Blue.d.ts +4 -0
  98. package/dist/icons/AxosX/Blue.js +32 -0
  99. package/dist/icons/AxosX/index.d.ts +2 -1
  100. package/dist/icons/CheckCircle.d.ts +2 -1
  101. package/dist/icons/CheckCircleLight.d.ts +2 -1
  102. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
  103. package/dist/icons/CheckIcon/index.d.ts +2 -1
  104. package/dist/icons/ChevronDown.d.ts +2 -1
  105. package/dist/icons/ChevronUp.d.ts +2 -1
  106. package/dist/icons/CloseIcon/index.d.ts +2 -1
  107. package/dist/icons/DownloadIcon/index.d.ts +2 -1
  108. package/dist/icons/EqualHousingLender.d.ts +2 -1
  109. package/dist/icons/LockIcon/index.d.ts +2 -1
  110. package/dist/icons/MemberFdicLogo.d.ts +2 -1
  111. package/dist/icons/QuoteIconGrey.d.ts +2 -1
  112. package/dist/icons/QuoteIconWhite.d.ts +2 -1
  113. package/dist/icons/QuoteIconYellow.d.ts +2 -1
  114. package/dist/icons/WarningIcon/index.d.ts +2 -1
  115. package/dist/icons/index.d.ts +17 -16
  116. package/dist/icons/index.js +28 -26
  117. package/dist/index.css.d.ts +1 -0
  118. package/dist/main.d.ts +2 -1
  119. package/dist/main.js +41 -1
  120. package/dist/themes/index.d.ts +2 -2
  121. package/dist/utils/ctaOptions.d.ts +1 -0
  122. package/dist/utils/getVariant.d.ts +2 -1
  123. package/dist/utils/index.d.ts +5 -5
  124. package/package.json +106 -106
@@ -134,6 +134,42 @@
134
134
  ._1m7m2at {
135
135
  min-height: 330px;
136
136
  }
137
+ ._1m7m2au {
138
+ width: 100%;
139
+ height: 100%;
140
+ background-repeat: no-repeat;
141
+ background-size: cover;
142
+ min-height: 380px;
143
+ }
144
+ ._1m7m2av {
145
+ background: var(--_1073cm8f);
146
+ color: #FFFFFF;
147
+ }
148
+ ._1m7m2aw {
149
+ padding: 1.5rem;
150
+ height: 100%;
151
+ justify-content: center;
152
+ }
153
+ ._1m7m2ax {
154
+ color: #fff;
155
+ font-size: 48px;
156
+ font-weight: 600;
157
+ letter-spacing: 0.4px;
158
+ line-height: 1;
159
+ }
160
+ ._1m7m2ay {
161
+ color: #f4f4f4;
162
+ font: 700 150px/1 var(--header-font-family);
163
+ letter-spacing: 0.2px;
164
+ line-height: 1;
165
+ }
166
+ ._1m7m2az {
167
+ color: var(--_1073cm8k);
168
+ font-size: 37px;
169
+ font-weight: 600;
170
+ letter-spacing: 0.3px;
171
+ line-height: 1;
172
+ }
137
173
  @media screen and (max-width:1023px) {
138
174
  ._1m7m2a0 {
139
175
  flex-direction: column;
@@ -157,4 +193,15 @@
157
193
  flex-direction: column;
158
194
  gap: 24px;
159
195
  }
196
+ }
197
+ @media screen and (max-width: 1023px) {
198
+ ._1m7m2ax {
199
+ font-size: 30px;
200
+ }
201
+ ._1m7m2ay {
202
+ font-size: 82px;
203
+ }
204
+ ._1m7m2az {
205
+ font-size: 20px;
206
+ }
160
207
  }
@@ -19,24 +19,30 @@
19
19
  padding-left: 16px;
20
20
  line-height: 24px;
21
21
  }
22
- ._18du0la5 {
22
+ ._18du0la7 {
23
+ color: var(--_1073cm8g);
24
+ }
25
+ ._18du0la8 {
26
+ color: var(--_1073cm8n);
27
+ }
28
+ ._18du0la9 {
23
29
  color: var(--_1073cm8t);
24
30
  border-color: var(--_1073cm8t);
25
31
  }
26
- ._18du0la6 {
32
+ ._18du0laa {
27
33
  color: var(--_1073cm8v);
28
34
  }
29
- ._18du0la7 {
35
+ ._18du0lab {
30
36
  position: absolute;
31
37
  align-items: center;
32
38
  }
33
- ._18du0la8 {
39
+ ._18du0lac {
34
40
  left: 16px;
35
41
  }
36
- ._18du0la9 {
42
+ ._18du0lad {
37
43
  right: 16px;
38
44
  }
39
- ._18du0laa {
45
+ ._18du0lae {
40
46
  display: inline-flex;
41
47
  flex-direction: row;
42
48
  position: relative;
@@ -46,38 +52,38 @@
46
52
  background: #FFFFFF;
47
53
  padding: 16px;
48
54
  }
49
- ._18du0laa:focus-within {
55
+ ._18du0lae:focus-within {
50
56
  border-width: 2px;
51
57
  font-weight: 400;
52
58
  border-color: var(--_1073cm86);
53
59
  }
54
- ._18du0laa:disabled {
60
+ ._18du0lae:disabled {
55
61
  border-color: var(--_1073cm86);
56
62
  }
57
- ._18du0lab {
63
+ ._18du0laf {
58
64
  padding-top: 6px;
59
65
  padding-bottom: 6px;
60
66
  }
61
- ._18du0lac {
67
+ ._18du0lag {
62
68
  padding-top: 8px;
63
69
  padding-bottom: 8px;
64
70
  }
65
- ._18du0lad {
71
+ ._18du0lah {
66
72
  padding-top: 10px;
67
73
  padding-bottom: 10px;
68
74
  }
69
- ._18du0lae {
75
+ ._18du0lai {
70
76
  border-color: var(--_1073cm8t);
71
77
  }
72
- ._18du0lae:focus-within {
78
+ ._18du0lai:focus-within {
73
79
  border-color: var(--_1073cm8t);
74
80
  }
75
- ._18du0laf {
81
+ ._18du0laj {
76
82
  border-color: var(--_1073cm8u);
77
83
  color: var(--_1073cm8v);
78
84
  background: var(--_1073cm8w);
79
85
  }
80
- ._18du0lag {
86
+ ._18du0lak {
81
87
  outline: none;
82
88
  border: none;
83
89
  color: #5E6A74;
@@ -86,72 +92,72 @@
86
92
  width: 100%;
87
93
  line-height: 24px;
88
94
  }
89
- ._18du0lag:focus {
95
+ ._18du0lak:focus {
90
96
  color: var(--_1073cm86);
91
97
  }
92
- ._18du0lag:disabled {
98
+ ._18du0lak:disabled {
93
99
  color: #5E6A74;
94
100
  cursor: not-allowed;
95
101
  }
96
- ._18du0lah {
102
+ ._18du0lal {
97
103
  font-size: 14px;
98
104
  line-height: 20px;
99
105
  }
100
- ._18du0la8 + ._18du0lah {
106
+ ._18du0lac + ._18du0lal {
101
107
  padding-left: 28px;
102
108
  }
103
- ._18du0lah:has(+ ._18du0la9) {
109
+ ._18du0lal:has(+ ._18du0lad) {
104
110
  padding-right: 28px;
105
111
  }
106
- ._18du0lai {
112
+ ._18du0lam {
107
113
  font-size: 16px;
108
114
  line-height: 24px;
109
115
  }
110
- ._18du0la8 + ._18du0lai {
116
+ ._18du0lac + ._18du0lam {
111
117
  padding-left: 48px;
112
118
  }
113
- ._18du0lai:has(+ ._18du0la9) {
119
+ ._18du0lam:has(+ ._18du0lad) {
114
120
  padding-right: 48px;
115
121
  }
116
- ._18du0laj {
122
+ ._18du0lan {
117
123
  font-size: 16px;
118
124
  line-height: 24px;
119
125
  }
120
- ._18du0la8 + ._18du0laj {
126
+ ._18du0lac + ._18du0lan {
121
127
  padding-left: 32px;
122
128
  }
123
- ._18du0laj:has(+ ._18du0la9) {
129
+ ._18du0lan:has(+ ._18du0lad) {
124
130
  padding-right: 32px;
125
131
  }
126
- ._18du0lak {
132
+ ._18du0lao {
127
133
  border-color: var(--_1073cm8t);
128
134
  }
129
- ._18du0lal {
135
+ ._18du0lap {
130
136
  border-color: var(--_1073cm8u);
131
137
  color: var(--_1073cm8v);
132
138
  background: var(--_1073cm8w);
133
139
  }
134
- ._18du0lam {
140
+ ._18du0laq {
135
141
  display: flex;
136
142
  flex-direction: column;
137
143
  border-width: 2px;
138
144
  }
139
- ._18du0lam:focus-within {
145
+ ._18du0laq:focus-within {
140
146
  border-width: 2px;
141
147
  font-weight: 500;
142
148
  color: var(--_1073cm86);
143
149
  }
144
- ._18du0lan {
150
+ ._18du0lar {
145
151
  font-size: 12px;
146
152
  letter-spacing: 0.2px;
147
153
  line-height: 16px;
148
154
  padding-inline: 16px;
149
155
  margin-top: 4px;
150
156
  }
151
- ._18du0lao {
157
+ ._18du0las {
152
158
  color: #5E6A74;
153
159
  }
154
- ._18du0lap {
160
+ ._18du0lat {
155
161
  border-color: var(--_1073cm8t);
156
162
  color: var(--_1073cm8t);
157
163
  }
@@ -1,4 +1,4 @@
1
- export declare const Arrow: import("@vanilla-extract/recipes").RuntimeFn<{
1
+ export declare const Arrow: import('@vanilla-extract/recipes').RuntimeFn<{
2
2
  variant: {
3
3
  primary: {
4
4
  fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -1,5 +1,6 @@
1
+ import { FC } from 'react';
1
2
  import { CallToActionTypes } from '../../utils/variant.types';
2
- import { FC } from "react";
3
+
3
4
  export interface ArrowProps {
4
5
  variant: CallToActionTypes;
5
6
  className?: string;
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgComponent;
@@ -0,0 +1,32 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => /* @__PURE__ */ jsxs(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 40,
7
+ height: 40,
8
+ fill: "none",
9
+ ...props,
10
+ children: [
11
+ /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ fill: "#FAA74A",
15
+ d: "M4.012.513a1.726 1.726 0 0 0-2.455 0L.539 1.53a1.726 1.726 0 0 0 0 2.456L16.536 20 .539 36.014a1.726 1.726 0 0 0 0 2.456l1.018 1.017a1.726 1.726 0 0 0 2.455 0L23.464 20 4.012.513Z"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ fill: "#1E3860",
22
+ fillRule: "evenodd",
23
+ d: "m38.443.513 1.018 1.017c.684.684.684 1.79 0 2.456L25.902 17.562l-3.473-3.473L35.988.513a1.726 1.726 0 0 1 2.455 0Zm0 38.974 1.018-1.017a1.726 1.726 0 0 0 0-2.456L25.902 22.438l-3.473 3.473 13.559 13.576a1.726 1.726 0 0 0 2.455 0Z",
24
+ clipRule: "evenodd"
25
+ }
26
+ )
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ SvgComponent as default
32
+ };
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgAxosX: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgAxosX;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgCheckCircle;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgCheckCircleLight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgCheckCircleLight;
@@ -1,5 +1,6 @@
1
- import { RecipeVariants } from "@vanilla-extract/recipes";
2
- export declare const checkColor: import("@vanilla-extract/recipes").RuntimeFn<{
1
+ import { RecipeVariants } from '@vanilla-extract/recipes';
2
+
3
+ export declare const checkColor: import('@vanilla-extract/recipes').RuntimeFn<{
3
4
  variant: {
4
5
  primary: {
5
6
  fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -1,3 +1,4 @@
1
- import { CheckColorVariant } from "./CheckIcon.css";
1
+ import { CheckColorVariant } from './CheckIcon.css';
2
+
2
3
  declare const SvgCheckIcon: (props: CheckColorVariant) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgCheckIcon;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgChevronDown;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgChevronUp;
@@ -1,3 +1,4 @@
1
- import { FC } from "react";
1
+ import { FC } from 'react';
2
+
2
3
  declare const SvgCloseIcon: FC;
3
4
  export default SvgCloseIcon;
@@ -1,4 +1,5 @@
1
- import { FC } from "react";
1
+ import { FC } from 'react';
2
+
2
3
  declare const SvgDownloadIcon: FC<{
3
4
  className?: string;
4
5
  }>;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgEqualHousingLender: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgEqualHousingLender;
@@ -1,3 +1,4 @@
1
- import { FC } from "react";
1
+ import { FC } from 'react';
2
+
2
3
  declare const SvgLockIcon: FC;
3
4
  export default SvgLockIcon;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgMemberFdicLogo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgMemberFdicLogo;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgQuoteIconGrey: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgQuoteIconGrey;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgQuoteIconWhite: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgQuoteIconWhite;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgQuoteIconYellow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgQuoteIconYellow;
@@ -1,3 +1,4 @@
1
- import { FC } from "react";
1
+ import { FC } from 'react';
2
+
2
3
  export declare const SvgWarningIcon: FC;
3
4
  export default SvgWarningIcon;
@@ -1,16 +1,17 @@
1
- export { default as ArrowIcon } from "./ArrowIcon";
2
- export { default as AxosX } from "./AxosX";
3
- export { default as CheckCircle } from "./CheckCircle";
4
- export { default as CheckCircleLight } from "./CheckCircleLight";
5
- export { default as CheckIcon } from "./CheckIcon";
6
- export { default as ChevronDown } from "./ChevronDown";
7
- export { default as ChevronUp } from "./ChevronUp";
8
- export { default as CloseIcon } from "./CloseIcon";
9
- export { default as DownloadIcon } from "./DownloadIcon";
10
- export { default as EqualHousingLender } from "./EqualHousingLender";
11
- export { default as LockIcon } from "./LockIcon";
12
- export { default as MemberFdicLogo } from "./MemberFdicLogo";
13
- export { default as QuoteIconGrey } from "./QuoteIconGrey";
14
- export { default as QuoteIconWhite } from "./QuoteIconWhite";
15
- export { default as QuoteIconYellow } from "./QuoteIconYellow";
16
- export { default as WarningIcon } from "./WarningIcon";
1
+ export { default as ArrowIcon } from './ArrowIcon';
2
+ export { default as AxosX } from './AxosX';
3
+ export { default as AxosXBlue } from './AxosX/Blue';
4
+ export { default as CheckCircle } from './CheckCircle';
5
+ export { default as CheckCircleLight } from './CheckCircleLight';
6
+ export { default as CheckIcon } from './CheckIcon';
7
+ export { default as ChevronDown } from './ChevronDown';
8
+ export { default as ChevronUp } from './ChevronUp';
9
+ export { default as CloseIcon } from './CloseIcon';
10
+ export { default as DownloadIcon } from './DownloadIcon';
11
+ export { default as EqualHousingLender } from './EqualHousingLender';
12
+ export { default as LockIcon } from './LockIcon';
13
+ export { default as MemberFdicLogo } from './MemberFdicLogo';
14
+ export { default as QuoteIconGrey } from './QuoteIconGrey';
15
+ export { default as QuoteIconWhite } from './QuoteIconWhite';
16
+ export { default as QuoteIconYellow } from './QuoteIconYellow';
17
+ export { default as WarningIcon } from './WarningIcon';
@@ -1,34 +1,36 @@
1
1
  import { default as default2 } from "./ArrowIcon/index.js";
2
2
  import { default as default3 } from "./AxosX/index.js";
3
- import { default as default4 } from "./CheckCircle.js";
4
- import { default as default5 } from "./CheckCircleLight.js";
5
- import { default as default6 } from "./CheckIcon/index.js";
6
- import { default as default7 } from "./ChevronDown.js";
7
- import { default as default8 } from "./ChevronUp.js";
8
- import { default as default9 } from "./CloseIcon/index.js";
9
- import { default as default10 } from "./DownloadIcon/index.js";
10
- import { default as default11 } from "./EqualHousingLender.js";
11
- import { default as default12 } from "./LockIcon/index.js";
12
- import { default as default13 } from "./MemberFdicLogo.js";
13
- import { default as default14 } from "./QuoteIconGrey.js";
14
- import { default as default15 } from "./QuoteIconWhite.js";
15
- import { default as default16 } from "./QuoteIconYellow.js";
3
+ import { default as default4 } from "./AxosX/Blue.js";
4
+ import { default as default5 } from "./CheckCircle.js";
5
+ import { default as default6 } from "./CheckCircleLight.js";
6
+ import { default as default7 } from "./CheckIcon/index.js";
7
+ import { default as default8 } from "./ChevronDown.js";
8
+ import { default as default9 } from "./ChevronUp.js";
9
+ import { default as default10 } from "./CloseIcon/index.js";
10
+ import { default as default11 } from "./DownloadIcon/index.js";
11
+ import { default as default12 } from "./EqualHousingLender.js";
12
+ import { default as default13 } from "./LockIcon/index.js";
13
+ import { default as default14 } from "./MemberFdicLogo.js";
14
+ import { default as default15 } from "./QuoteIconGrey.js";
15
+ import { default as default16 } from "./QuoteIconWhite.js";
16
+ import { default as default17 } from "./QuoteIconYellow.js";
16
17
  import { SvgWarningIcon } from "./WarningIcon/index.js";
17
18
  export {
18
19
  default2 as ArrowIcon,
19
20
  default3 as AxosX,
20
- default4 as CheckCircle,
21
- default5 as CheckCircleLight,
22
- default6 as CheckIcon,
23
- default7 as ChevronDown,
24
- default8 as ChevronUp,
25
- default9 as CloseIcon,
26
- default10 as DownloadIcon,
27
- default11 as EqualHousingLender,
28
- default12 as LockIcon,
29
- default13 as MemberFdicLogo,
30
- default14 as QuoteIconGrey,
31
- default15 as QuoteIconWhite,
32
- default16 as QuoteIconYellow,
21
+ default4 as AxosXBlue,
22
+ default5 as CheckCircle,
23
+ default6 as CheckCircleLight,
24
+ default7 as CheckIcon,
25
+ default8 as ChevronDown,
26
+ default9 as ChevronUp,
27
+ default10 as CloseIcon,
28
+ default11 as DownloadIcon,
29
+ default12 as EqualHousingLender,
30
+ default13 as LockIcon,
31
+ default14 as MemberFdicLogo,
32
+ default15 as QuoteIconGrey,
33
+ default16 as QuoteIconWhite,
34
+ default17 as QuoteIconYellow,
33
35
  SvgWarningIcon as WarningIcon
34
36
  };
@@ -0,0 +1 @@
1
+
package/dist/main.d.ts CHANGED
@@ -25,5 +25,6 @@ export * from './Table';
25
25
  export * from './TextBlock';
26
26
  export * from './VideoTile';
27
27
  export * from './VideoWrapper';
28
+ export * from './icons';
28
29
  export * from './themes';
29
- export * from "./utils";
30
+ export * from './utils';
package/dist/main.js CHANGED
@@ -25,7 +25,7 @@ import { IconBillboard } from "./IconBillboard/IconBillboard.js";
25
25
  import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
26
26
  import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
27
27
  import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
28
- import { billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, header, imagePlacement, mh_330, section_text_ImageBillboard, single_container, supertag, three_inline, two_inline } from "./ImageBillboard/ImageBillboard.css.js";
28
+ import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, header, imagePlacement, image_background, mh_330, rate_billboard, rate_container, rate_pad, section_text_ImageBillboard, single_container, supertag, three_inline, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
29
29
  import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
30
30
  import { Input } from "./Input/index.js";
31
31
  import { MainHTML } from "./MainHTML/index.js";
@@ -44,6 +44,23 @@ import { VideoInit } from "./VideoTile/VideoInit.js";
44
44
  import { VideoTile } from "./VideoTile/VideoTile.js";
45
45
  import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
46
46
  import { VideoWrapper } from "./VideoWrapper/index.js";
47
+ import { default as default4 } from "./icons/ArrowIcon/index.js";
48
+ import { default as default5 } from "./icons/AxosX/index.js";
49
+ import { default as default6 } from "./icons/AxosX/Blue.js";
50
+ import { default as default7 } from "./icons/CheckCircle.js";
51
+ import { default as default8 } from "./icons/CheckCircleLight.js";
52
+ import { default as default9 } from "./icons/CheckIcon/index.js";
53
+ import { default as default10 } from "./icons/ChevronDown.js";
54
+ import { default as default11 } from "./icons/ChevronUp.js";
55
+ import { default as default12 } from "./icons/CloseIcon/index.js";
56
+ import { default as default13 } from "./icons/DownloadIcon/index.js";
57
+ import { default as default14 } from "./icons/EqualHousingLender.js";
58
+ import { default as default15 } from "./icons/LockIcon/index.js";
59
+ import { default as default16 } from "./icons/MemberFdicLogo.js";
60
+ import { default as default17 } from "./icons/QuoteIconGrey.js";
61
+ import { default as default18 } from "./icons/QuoteIconWhite.js";
62
+ import { default as default19 } from "./icons/QuoteIconYellow.js";
63
+ import { SvgWarningIcon } from "./icons/WarningIcon/index.js";
47
64
  import { axosTheme, vars } from "./themes/axos.css.js";
48
65
  import { premierTheme } from "./themes/premier.css.js";
49
66
  import { associatedEmail } from "./utils/EverestValidity.js";
@@ -60,15 +77,26 @@ export {
60
77
  AccordionItemSummary,
61
78
  AlertBanner,
62
79
  ApyCalculator,
80
+ default4 as ArrowIcon,
81
+ default5 as AxosX,
82
+ default6 as AxosXBlue,
63
83
  BulletItem,
64
84
  Button,
65
85
  CallToActionBar,
66
86
  Carousel,
67
87
  CarouselSlide,
88
+ default7 as CheckCircle,
89
+ default8 as CheckCircleLight,
90
+ default9 as CheckIcon,
68
91
  Chevron,
92
+ default10 as ChevronDown,
93
+ default11 as ChevronUp,
94
+ default12 as CloseIcon,
69
95
  CollectInformationAlert,
70
96
  ContentBanner,
97
+ default13 as DownloadIcon,
71
98
  DownloadTile,
99
+ default14 as EqualHousingLender,
72
100
  FaqAccordion,
73
101
  FooterContent,
74
102
  FooterDisclosure,
@@ -83,10 +111,15 @@ export {
83
111
  ImageBillboard,
84
112
  ImageBillboardSet,
85
113
  Input,
114
+ default15 as LockIcon,
86
115
  MainHTML,
116
+ default16 as MemberFdicLogo,
87
117
  Modal,
88
118
  default3 as NavBarAFS,
89
119
  default2 as NavBarAXA,
120
+ default17 as QuoteIconGrey,
121
+ default18 as QuoteIconWhite,
122
+ default19 as QuoteIconYellow,
90
123
  RenderWebForm,
91
124
  SalesforceFieldsForm,
92
125
  SalesforceSchema,
@@ -103,9 +136,11 @@ export {
103
136
  VideoInit,
104
137
  VideoTile,
105
138
  VideoWrapper,
139
+ SvgWarningIcon as WarningIcon,
106
140
  accordion,
107
141
  actions,
108
142
  alternate_color_rows,
143
+ apy_billboard,
109
144
  associatedEmail,
110
145
  axosTheme,
111
146
  billboard,
@@ -151,6 +186,7 @@ export {
151
186
  iconForm,
152
187
  iconsContent,
153
188
  imagePlacement,
189
+ image_background,
154
190
  inline_container,
155
191
  isAbsoluteUrl,
156
192
  isAllowedUrl,
@@ -164,6 +200,9 @@ export {
164
200
  mh_330,
165
201
  paragraph,
166
202
  premierTheme,
203
+ rate_billboard,
204
+ rate_container,
205
+ rate_pad,
167
206
  renderSwitch,
168
207
  section_container,
169
208
  section_text,
@@ -189,6 +228,7 @@ export {
189
228
  transcript_container,
190
229
  transcript_content,
191
230
  two_inline,
231
+ up_to,
192
232
  useGlobalContext,
193
233
  validateLink,
194
234
  vars,
@@ -1,2 +1,2 @@
1
- export * from "./axos.css";
2
- export * from "./premier.css";
1
+ export * from './axos.css';
2
+ export * from './premier.css';
@@ -1,4 +1,5 @@
1
1
  import { ImageInterface } from '../CallToActionBar/CallToActionBar.interface';
2
+
2
3
  export declare const imageOrientation: (image: ImageInterface) => string;
3
4
  export declare const getBannerSizeClassName: (size: string, overlap: boolean) => string;
4
5
  export declare const returnImageDimensions: (size: string, image_orientation: string) => {
@@ -1,3 +1,4 @@
1
- import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from "./variant.types";
1
+ import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from './variant.types';
2
+
2
3
  export declare const getVariantWithRegex: (text: string) => string;
3
4
  export declare const getVariant: (text?: string) => CallToActionTypes & SecondaryTypes & QuaternaryTypes;