@axos-web-dev/shared-components 0.0.13 → 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 +3 -1
  16. package/dist/CallToActionBar/index.d.ts +3 -2
  17. package/dist/CallToActionBar/index.js +3 -1
  18. package/dist/Carousel/Carousel.css.d.ts +6 -5
  19. package/dist/Carousel/index.d.ts +3 -2
  20. package/dist/Carousel/store.d.ts +1 -1
  21. package/dist/Chevron/Chevron.css.d.ts +1 -1
  22. package/dist/Chevron/Chevron.interface.d.ts +2 -1
  23. package/dist/Chevron/index.d.ts +3 -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/IconBillboard/IconBillboard.css.d.ts +6 -5
  48. package/dist/IconBillboard/IconBillboard.d.ts +4 -3
  49. package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
  50. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
  51. package/dist/IconBillboard/index.d.ts +4 -4
  52. package/dist/ImageBillboard/ImageBillboard.css.d.ts +12 -4
  53. package/dist/ImageBillboard/ImageBillboard.css.js +18 -1
  54. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
  55. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +11 -7
  56. package/dist/ImageBillboard/ImageBillboard.js +2 -10
  57. package/dist/ImageBillboard/ImageBillboardSet.d.ts +3 -2
  58. package/dist/ImageBillboard/ImageBillboardSet.js +30 -5
  59. package/dist/ImageBillboard/index.d.ts +4 -4
  60. package/dist/ImageBillboard/index.js +10 -2
  61. package/dist/Input/Input.css.d.ts +16 -6
  62. package/dist/Input/Input.css.js +7 -7
  63. package/dist/Input/index.d.ts +5 -2
  64. package/dist/Input/index.js +9 -1
  65. package/dist/Inputs/Input.css.d.ts +6 -6
  66. package/dist/MainHTML/index.d.ts +2 -1
  67. package/dist/Modal/Modal.d.ts +3 -2
  68. package/dist/Modal/contextApi/store.d.ts +3 -2
  69. package/dist/Modal/index.d.ts +2 -2
  70. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
  71. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
  72. package/dist/NavigationMenu/index.d.ts +2 -2
  73. package/dist/SetContainer/SetContainer.d.ts +3 -2
  74. package/dist/SetContainer/index.d.ts +2 -2
  75. package/dist/Table/Table.css.d.ts +4 -4
  76. package/dist/Table/Table.d.ts +4 -3
  77. package/dist/Table/Table.interface.d.ts +2 -1
  78. package/dist/Table/index.d.ts +2 -2
  79. package/dist/TextBlock/TextBlock.d.ts +2 -1
  80. package/dist/TextBlock/index.d.ts +2 -2
  81. package/dist/Typography/Typography.css.d.ts +4 -3
  82. package/dist/Typography/Typography.d.ts +3 -2
  83. package/dist/Typography/index.d.ts +1 -1
  84. package/dist/VideoTile/VideoTile.d.ts +3 -2
  85. package/dist/VideoTile/VideoTile.js +8 -8
  86. package/dist/VideoTile/index.d.ts +4 -4
  87. package/dist/VideoWrapper/index.d.ts +4 -2
  88. package/dist/VideoWrapper/index.js +27 -18
  89. package/dist/assets/HeroBanner/HeroBanner.css +1 -3
  90. package/dist/assets/IconBillboard/IconBillboard.css +1 -1
  91. package/dist/assets/ImageBillboard/ImageBillboard.css +55 -11
  92. package/dist/assets/Input/Input.css +39 -33
  93. package/dist/assets/VideoTile/VideoTile.css +1 -12
  94. package/dist/assets/globals.css +1 -0
  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 +43 -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
@@ -86,20 +86,17 @@
86
86
  max-width: 50%;
87
87
  }
88
88
  ._1m7m2aj {
89
- max-width: 50%;
90
89
  width: 100%;
90
+ height: auto;
91
91
  }
92
92
  ._18ygy9m0 .billboard ._1m7m2aj img {
93
93
  max-height: 300px;
94
94
  }
95
95
  ._1m7m2aj img {
96
96
  vertical-align: middle;
97
- align-self: flex-end;
98
97
  width: 100%;
99
- height: 100%;
100
- min-height: 304px;
98
+ height: auto;
101
99
  object-fit: cover;
102
- aspect-ratio: 1 / 1;
103
100
  }
104
101
  ._1m7m2an {
105
102
  padding: 32px 28px;
@@ -131,6 +128,48 @@
131
128
  ._1m7m2ar > p {
132
129
  margin-top: 24px;
133
130
  }
131
+ ._1m7m2as {
132
+ width: 100%;
133
+ }
134
+ ._1m7m2at {
135
+ min-height: 330px;
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
+ }
134
173
  @media screen and (max-width:1023px) {
135
174
  ._1m7m2a0 {
136
175
  flex-direction: column;
@@ -141,12 +180,6 @@
141
180
  ._1m7m2ai > * {
142
181
  max-width: 100%;
143
182
  }
144
- ._1m7m2aj {
145
- max-width: 100%;
146
- }
147
- ._1m7m2aj img {
148
- width: 100%;
149
- }
150
183
  ._1m7m2al {
151
184
  display: flex;
152
185
  flex-direction: column;
@@ -160,4 +193,15 @@
160
193
  flex-direction: column;
161
194
  gap: 24px;
162
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
+ }
163
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
  }
@@ -23,7 +23,7 @@
23
23
  }
24
24
  ._16puo4g4 {
25
25
  max-width: 588px;
26
- min-width: 384px;
26
+ min-width: 327px;
27
27
  grid-column: span 6;
28
28
  height: fit-content;
29
29
  }
@@ -41,16 +41,6 @@
41
41
  right: 0;
42
42
  width: 19px;
43
43
  }
44
- ._16puo4g6 ._16puo4g7:after {
45
- display: inline-block;
46
- transform: scale(1.5);
47
- }
48
- ._16puo4g6[aria-expanded='true'] ._16puo4g7:after {
49
- rotate: -90deg;
50
- }
51
- ._16puo4g6[aria-expanded='false'] ._16puo4g7:after {
52
- rotate: 90deg;
53
- }
54
44
  ._16puo4g8 {
55
45
  padding: 0 16px;
56
46
  }
@@ -62,7 +52,6 @@
62
52
  color: #333D46;
63
53
  }
64
54
  ._16puo4gb {
65
- max-height: 304px;
66
55
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
67
56
  }
68
57
  ._16puo4gc {
@@ -170,6 +170,7 @@ h1, h2, h3, h4, h5, h6 {
170
170
  .list_item > img, .list_item > .img_item {
171
171
  margin-right: 10px;
172
172
  position: relative;
173
+ margin-top: 2px;
173
174
  }
174
175
  .btn_link {
175
176
  font-weight: 600;
@@ -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';