@axos-web-dev/shared-components 0.0.16 → 0.0.18

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 (147) 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/Accordion.js +1 -0
  4. package/dist/Accordion/index.d.ts +2 -2
  5. package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
  6. package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
  7. package/dist/AlertBanner/index.d.ts +3 -2
  8. package/dist/AlertBanner/index.js +1 -0
  9. package/dist/ApyCalculator/index.d.ts +2 -1
  10. package/dist/ApyCalculator/index.js +3 -17
  11. package/dist/BulletItem/BulletItem.d.ts +2 -1
  12. package/dist/BulletItem/BulletItem.js +1 -0
  13. package/dist/BulletItem/index.d.ts +1 -1
  14. package/dist/Button/Button.css.d.ts +3 -2
  15. package/dist/Button/Button.d.ts +4 -3
  16. package/dist/Button/Button.interface.d.ts +2 -1
  17. package/dist/Button/GoBackButton.d.ts +3 -2
  18. package/dist/Button/index.d.ts +3 -3
  19. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +2 -1
  20. package/dist/CallToActionBar/index.d.ts +3 -2
  21. package/dist/Carousel/Carousel.css.d.ts +6 -5
  22. package/dist/Carousel/index.d.ts +3 -2
  23. package/dist/Carousel/index.js +2 -1
  24. package/dist/Carousel/store.d.ts +1 -1
  25. package/dist/Chevron/Chevron.css.d.ts +1 -1
  26. package/dist/Chevron/Chevron.interface.d.ts +2 -1
  27. package/dist/Chevron/index.d.ts +3 -2
  28. package/dist/Chevron/index.js +3 -1
  29. package/dist/CollectInformationAlert/index.d.ts +2 -1
  30. package/dist/CollectInformationAlert/index.js +1 -0
  31. package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
  32. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  33. package/dist/ContentBanner/index.d.ts +3 -2
  34. package/dist/ContentBanner/index.js +1 -1
  35. package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
  36. package/dist/DownloadTile/index.d.ts +3 -2
  37. package/dist/DownloadTile/index.js +1 -0
  38. package/dist/FaqAccordion/index.d.ts +3 -2
  39. package/dist/FaqAccordion/index.js +1 -0
  40. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
  41. package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
  42. package/dist/FooterDisclosure/index.d.ts +2 -2
  43. package/dist/Forms/Forms.css.d.ts +4 -4
  44. package/dist/Forms/RenderForm.d.ts +3 -2
  45. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
  46. package/dist/Forms/ScheduleCall.d.ts +3 -2
  47. package/dist/Forms/ScheduleCall.js +22 -9
  48. package/dist/Forms/index.d.ts +4 -4
  49. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -4
  50. package/dist/HeroBanner/HeroBanner.css.js +11 -9
  51. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
  52. package/dist/HeroBanner/index.d.ts +2 -1
  53. package/dist/HeroBanner/index.js +3 -3
  54. package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
  55. package/dist/Hyperlink/index.d.ts +3 -2
  56. package/dist/Hyperlink/index.js +4 -1
  57. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
  58. package/dist/IconBillboard/IconBillboard.d.ts +4 -3
  59. package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
  60. package/dist/IconBillboard/IconBillboard.js +1 -1
  61. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
  62. package/dist/IconBillboard/index.d.ts +4 -4
  63. package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -4
  64. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
  65. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -4
  66. package/dist/ImageBillboard/ImageBillboard.js +1 -0
  67. package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -1
  68. package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
  69. package/dist/ImageBillboard/index.d.ts +4 -4
  70. package/dist/Input/Input.css.d.ts +6 -6
  71. package/dist/Input/Input.css.js +2 -2
  72. package/dist/Input/Input.d.ts +14 -0
  73. package/dist/Input/Input.js +45 -0
  74. package/dist/Input/InputPhone.d.ts +3 -0
  75. package/dist/Input/InputPhone.js +24 -0
  76. package/dist/Input/index.d.ts +3 -13
  77. package/dist/Input/index.js +13 -43
  78. package/dist/Inputs/Input.css.d.ts +6 -6
  79. package/dist/MainHTML/index.d.ts +2 -1
  80. package/dist/MainHTML/index.js +8 -1
  81. package/dist/Modal/Modal.d.ts +3 -2
  82. package/dist/Modal/Modal.js +4 -1
  83. package/dist/Modal/contextApi/store.d.ts +3 -2
  84. package/dist/Modal/contextApi/store.js +11 -16
  85. package/dist/Modal/index.d.ts +2 -2
  86. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
  87. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
  88. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
  89. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
  90. package/dist/NavigationMenu/index.d.ts +2 -2
  91. package/dist/SetContainer/SetContainer.d.ts +3 -2
  92. package/dist/SetContainer/SetContainer.js +4 -1
  93. package/dist/SetContainer/index.d.ts +2 -2
  94. package/dist/Table/Table.css.d.ts +16 -5
  95. package/dist/Table/Table.css.js +15 -13
  96. package/dist/Table/Table.d.ts +5 -4
  97. package/dist/Table/Table.interface.d.ts +3 -1
  98. package/dist/Table/Table.js +37 -19
  99. package/dist/Table/index.d.ts +2 -2
  100. package/dist/Table/index.js +2 -1
  101. package/dist/TextBlock/TextBlock.d.ts +2 -1
  102. package/dist/TextBlock/index.d.ts +2 -2
  103. package/dist/Typography/Typography.css.d.ts +4 -3
  104. package/dist/Typography/Typography.d.ts +3 -2
  105. package/dist/Typography/index.d.ts +1 -1
  106. package/dist/VideoTile/VideoTile.d.ts +3 -2
  107. package/dist/VideoTile/VideoTile.js +3 -2
  108. package/dist/VideoTile/index.d.ts +4 -4
  109. package/dist/VideoWrapper/index.d.ts +3 -2
  110. package/dist/VideoWrapper/index.js +1 -0
  111. package/dist/assets/Forms/Forms.css +1 -1
  112. package/dist/assets/HeroBanner/HeroBanner.css +100 -51
  113. package/dist/assets/ImageBillboard/ImageBillboard.css +7 -0
  114. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +594 -590
  115. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -81
  116. package/dist/assets/Table/Table.css +89 -54
  117. package/dist/assets/globals.css +9 -0
  118. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
  119. package/dist/icons/ArrowIcon/index.d.ts +2 -1
  120. package/dist/icons/ArrowIcon/index.js +3 -1
  121. package/dist/icons/AxosX/Blue.d.ts +2 -1
  122. package/dist/icons/AxosX/index.d.ts +2 -1
  123. package/dist/icons/CheckCircle.d.ts +2 -1
  124. package/dist/icons/CheckCircleLight.d.ts +2 -1
  125. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
  126. package/dist/icons/CheckIcon/index.d.ts +2 -1
  127. package/dist/icons/ChevronDown.d.ts +2 -1
  128. package/dist/icons/ChevronUp.d.ts +2 -1
  129. package/dist/icons/CloseIcon/index.d.ts +2 -1
  130. package/dist/icons/DownloadIcon/index.d.ts +2 -1
  131. package/dist/icons/EqualHousingLender.d.ts +2 -1
  132. package/dist/icons/LockIcon/index.d.ts +2 -1
  133. package/dist/icons/MemberFdicLogo.d.ts +2 -1
  134. package/dist/icons/QuoteIconGrey.d.ts +2 -1
  135. package/dist/icons/QuoteIconWhite.d.ts +2 -1
  136. package/dist/icons/QuoteIconYellow.d.ts +2 -1
  137. package/dist/icons/WarningIcon/index.d.ts +2 -1
  138. package/dist/icons/index.d.ts +17 -17
  139. package/dist/index.css.d.ts +1 -0
  140. package/dist/main.d.ts +1 -1
  141. package/dist/main.js +15 -3
  142. package/dist/themes/index.d.ts +2 -2
  143. package/dist/utils/allowedAxosDomains.js +5 -5
  144. package/dist/utils/ctaOptions.d.ts +1 -0
  145. package/dist/utils/getVariant.d.ts +2 -1
  146. package/dist/utils/index.d.ts +5 -5
  147. package/package.json +107 -106
@@ -1,88 +1,94 @@
1
1
  ._1nivbwe0 {
2
- background: white;
3
2
  border-radius: 16px;
4
3
  }
5
4
  ._1nivbwe1 {
5
+ background: #f4f4f4;
6
+ padding: 2rem 0;
7
+ }
8
+ ._1nivbwe2 {
9
+ background: white;
10
+ }
11
+ ._1nivbwe3 {
6
12
  margin-inline: auto;
7
13
  margin-bottom: 2.5rem;
8
14
  text-align: center;
9
15
  max-width: 1000px;
10
16
  }
11
- ._1nivbwe2 {
17
+ ._1nivbwe4 {
12
18
  background: var(--_1073cm84);
13
19
  background-clip: text;
14
20
  -webkit-text-fill-color: transparent;
15
21
  }
16
- ._1nivbwe3 tbody tr:first-child td {
22
+ ._1nivbwe5 tbody tr:first-child td {
17
23
  background-color: #DEF4FF !important;
18
24
  background: #DEF4FF !important;
19
25
  color: #1E3860;
20
26
  font-size: 20px;
21
27
  }
22
- ._1nivbwe4 tbody tr:last-child td {
28
+ ._1nivbwe6 tbody tr:last-child td {
23
29
  background-color: #DEF4FF !important;
24
30
  background: #DEF4FF !important;
25
31
  color: #1E3860;
26
32
  font-size: 20px;
27
33
  }
28
- ._1nivbwe5 {
34
+ ._1nivbwe7 {
29
35
  font-size: 16px;
30
36
  font-weight: 700;
31
37
  line-height: 24px;
32
38
  letter-spacing: 0.2px;
33
39
  margin-bottom: 8px;
34
40
  }
35
- ._1nivbwe6 {
41
+ ._1nivbwe8 {
36
42
  color: var(--_1073cm82);
37
43
  }
38
- ._1nivbwe7 {
44
+ ._1nivbwe9 {
39
45
  color: var(--_1073cm89);
40
46
  }
41
- ._1nivbwe8 {
47
+ ._1nivbwea {
42
48
  color: var(--_1073cm8g);
43
49
  }
44
- ._1nivbwe9 {
50
+ ._1nivbweb {
45
51
  color: var(--_1073cm8o);
46
52
  }
47
- ._1nivbwea {
53
+ ._1nivbwec {
48
54
  font-size: 12px;
49
55
  font-weight: 700;
50
56
  line-height: 24px;
51
57
  letter-spacing: 0.2px;
52
58
  }
53
- ._1nivbweb {
59
+ ._1nivbwed {
54
60
  padding: 16px;
55
61
  border-bottom: thin solid #F4F4F4;
56
62
  }
57
- ._1nivbweb:first-child {
63
+ ._1nivbwed:first-child {
58
64
  position: sticky;
59
65
  left: 0;
60
66
  }
61
- ._1nivbwec {
67
+ ._1nivbwee {
62
68
  color: #4A5560;
63
69
  background: var(--_1073cm81);
64
70
  border-bottom: 1px solid var(--_1073cm87);
65
71
  }
66
- ._1nivbwed {
72
+ ._1nivbwef {
67
73
  color: #4A5560;
68
74
  background: var(--_1073cm88);
69
75
  border-bottom: 1px solid var(--_1073cm8e);
70
76
  }
71
- ._1nivbwee {
77
+ ._1nivbweg {
72
78
  color: var(--_1073cm8g);
73
79
  border-bottom: 1px solid #F4F4F4;
74
80
  }
75
- ._1nivbwee:first-child {
81
+ ._1nivbweg:first-child {
76
82
  background: var(--_1073cm8f);
77
83
  }
78
- ._1nivbwef {
84
+ ._1nivbweh {
79
85
  color: #FFFFFF;
80
86
  border-bottom: 1px solid #F4F4F4;
81
87
  }
82
- ._1nivbwef:first-child {
88
+ ._1nivbweh:first-child {
83
89
  background: var(--_1073cm8m);
84
90
  }
85
- ._1nivbweh {
91
+ ._1nivbwej {
86
92
  padding: 16px;
87
93
  font-size: 12px;
88
94
  font-weight: 700;
@@ -91,64 +97,64 @@
91
97
  border-bottom: thin solid #FFFFFF66;
92
98
  text-align: center;
93
99
  }
94
- ._1nivbweh:first-child {
100
+ ._1nivbwej:first-child {
95
101
  position: sticky;
96
102
  left: 0;
97
103
  }
98
- ._1nivbwei {
104
+ ._1nivbwek {
99
105
  background: var(--_1073cm81);
100
106
  color: #4A5560;
101
107
  border-bottom: 1px solid #D4D4D4;
102
108
  }
103
- ._1nivbwej {
109
+ ._1nivbwel {
104
110
  background: var(--_1073cm88);
105
111
  color: #4A5560;
106
112
  border-bottom: 1px solid #D4D4D4;
107
113
  }
108
- ._1nivbwek {
114
+ ._1nivbwem {
109
115
  color: var(--_1073cm8g);
110
116
  border-bottom: 1px solid #F4F4F4;
111
117
  }
112
- ._1nivbwek:first-child {
118
+ ._1nivbwem:first-child {
113
119
  background: var(--_1073cm8f);
114
120
  color: var(--_1073cm8g);
115
121
  }
116
- ._1nivbwel {
122
+ ._1nivbwen {
117
123
  color: var(--_1073cm8n);
118
124
  border-bottom: 1px solid #F4F4F4;
119
125
  }
120
- ._1nivbwel:first-child {
126
+ ._1nivbwen:first-child {
121
127
  background: var(--_1073cm8m);
122
128
  color: var(--_1073cm8n);
123
129
  }
124
- ._1nivbwen {
130
+ ._1nivbwep {
125
131
  background: #F4F4F4;
126
132
  }
127
- ._1nivbweo {
133
+ ._1nivbweq {
128
134
  background: #D4D4D4;
129
135
  }
130
136
  tr:last-child td {
131
137
  border-bottom: 0;
132
138
  }
133
- ._1nivbwep {
139
+ ._1nivbwer {
134
140
  width: 100%;
135
141
  overflow: hidden;
136
142
  margin: auto;
137
143
  border-radius: 1rem;
138
144
  }
139
- ._1nivbweq {
145
+ ._1nivbwes {
140
146
  border: 1px solid var(--_1073cm87);
141
147
  }
142
- ._1nivbwer {
148
+ ._1nivbwet {
143
149
  border: 1px solid var(--_1073cm8e);
144
150
  }
145
- ._1nivbwes {
151
+ ._1nivbweu {
146
152
  border: none;
147
153
  }
148
- ._1nivbwet {
154
+ ._1nivbwev {
149
155
  border: none;
150
156
  }
151
- ._1nivbweu {
157
+ ._1nivbwew {
152
158
  background-color: white;
153
159
  position: relative;
154
160
  overflow: hidden;
@@ -158,46 +164,75 @@ tr:last-child td {
158
164
  width: 100%;
159
165
  table-layout: fixed;
160
166
  }
161
- ._1nivbwev {
167
+ ._1nivbwex {
162
168
  background: var(--_1073cm81);
163
169
  }
164
- ._1nivbwew {
170
+ ._1nivbwey {
165
171
  background: var(--_1073cm88);
166
172
  }
167
- ._1nivbwex {
173
+ ._1nivbwez {
168
174
  background: var(--_1073cm8f);
169
175
  }
170
- ._1nivbwey {
176
+ ._1nivbwe10 {
171
177
  background: var(--_1073cm8m);
172
178
  }
173
- ._1nivbweq ._1nivbwez tr:nth-child(even) td {
179
+ ._1nivbwes ._1nivbwe11 tr:nth-child(even) td {
174
180
  background: #F4F4F4;
175
181
  }
176
- ._1nivbwer ._1nivbwez tr:nth-child(even) td {
182
+ ._1nivbwet ._1nivbwe11 tr:nth-child(even) td {
177
183
  background: #FFFFFF;
178
184
  }
185
+ ._1nivbwe12 ._1nivbwed {
186
+ font-size: 18px;
187
+ text-align: left;
188
+ line-height: 1.44;
189
+ letter-spacing: 0.2px;
190
+ }
191
+ ._1nivbwe12 ._1nivbwej {
192
+ font-size: 18px;
193
+ text-align: left;
194
+ line-height: 1.44;
195
+ letter-spacing: 0.2px;
196
+ font-weight: 400;
197
+ }
198
+ ._1nivbwe1 ._1nivbwe3 {
199
+ max-width: 90%;
200
+ text-align: left;
201
+ }
202
+ ._1nivbwe12 ._1nivbwed {
203
+ background: #f4f4f4;
204
+ }
205
+ ._1nivbwe12 tr:nth-child(even) td {
206
+ background: #f4f4f4;
207
+ }
208
+ ._1nivbwe12 tr:nth-child(odd) td {
209
+ background: #ffffff !important;
210
+ }
211
+ ._1nivbwe12 tr td, ._1nivbwe12 tr th {
212
+ border-bottom: 0;
213
+ }
179
214
  @media screen and (max-width: 768px) {
180
- ._1nivbweb:first-child {
215
+ ._1nivbwed:first-child {
181
216
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
182
217
  z-index: 2;
183
218
  top: 0;
184
219
  width: 25%;
185
220
  }
186
- ._1nivbwee:first-child {
221
+ ._1nivbweg:first-child {
187
222
  background: var(--_1073cm8f);
188
223
  }
189
- ._1nivbwef:first-child {
224
+ ._1nivbweh:first-child {
190
225
  background-image: var(--_1073cm8m);
191
226
  }
192
- ._1nivbweh {
227
+ ._1nivbwej {
193
228
  font-size: 14px;
194
229
  }
195
- ._1nivbweh:first-child {
230
+ ._1nivbwej:first-child {
196
231
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
197
232
  z-index: 2;
198
233
  width: 25%;
199
234
  }
200
- ._1nivbweu {
235
+ ._1nivbwew {
201
236
  border-radius: 0;
202
237
  overflow: auto;
203
238
  min-width: 900px;
@@ -205,13 +240,13 @@ tr:last-child td {
205
240
  }
206
241
  }
207
242
  @media screen and (max-width: 400px) {
208
- ._1nivbweb:first-child {
243
+ ._1nivbwed:first-child {
209
244
  width: 20%;
210
245
  }
211
- ._1nivbweh:first-child {
246
+ ._1nivbwej:first-child {
212
247
  width: 20%;
213
248
  }
214
- ._1nivbweu {
249
+ ._1nivbwew {
215
250
  min-width: 650px;
216
251
  }
217
252
  }
@@ -219,22 +254,22 @@ tr:last-child td {
219
254
  ._1nivbwe0 {
220
255
  scrollbar-width: thin;
221
256
  }
222
- ._1nivbwek:first-child {
257
+ ._1nivbwem:first-child {
223
258
  background-image: var(--_1073cm8f);
224
259
  }
225
- ._1nivbwel:first-child {
260
+ ._1nivbwen:first-child {
226
261
  background-image: var(--_1073cm8m);
227
262
  }
228
- ._1nivbweu {
263
+ ._1nivbwew {
229
264
  overflow-x: auto;
230
265
  }
231
266
  }
232
267
  @media screen and (max-width:768px) {
233
- ._1nivbwe2 {
268
+ ._1nivbwe4 {
234
269
  font-size: 28px;
235
270
  line-height: 1.29;
236
271
  }
237
- ._1nivbwep {
272
+ ._1nivbwer {
238
273
  border-radius: 0;
239
274
  overflow-x: scroll;
240
275
  }
@@ -30,6 +30,15 @@ body {
30
30
  line-height: 1.39;
31
31
  letter-spacing: 0.2px;
32
32
  }
33
+ p {
34
+ margin-bottom: 10px;
35
+ }
36
+ p:last-child {
37
+ margin-bottom: 0;
38
+ }
39
+ p:only-child {
40
+ margin-bottom: 0;
41
+ }
33
42
  .containment {
34
43
  width: min(1200px, calc(100% - 4rem));
35
44
  box-sizing: border-box;
@@ -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;
@@ -1,5 +1,6 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgArrowIcon = ({ className }) => {
2
+ import { Arrow } from "./ArrowIcon.css.js";
3
+ const SvgArrowIcon = ({ className, variant }) => {
3
4
  return /* @__PURE__ */ jsxs(
4
5
  "svg",
5
6
  {
@@ -48,6 +49,7 @@ const SvgArrowIcon = ({ className }) => {
48
49
  /* @__PURE__ */ jsx(
49
50
  "path",
50
51
  {
52
+ className: Arrow({ variant }),
51
53
  d: "M1.13491422,0.187942261 C0.94986252,0.00203917967 0.649789062,0.00203917967 0.464737367,0.187942261 L0.187303721,0.466652324 C0.00225202625,0.652555405 0.00225202625,0.95391307 0.187303721,1.13991252 L4.55851447,5.53075249 L0.187303721,9.92149608 C0.00225202625,10.1074955 0.00225202625,10.4088532 0.187303721,10.5947563 L0.464737367,10.8734663 C0.649789062,11.0593694 0.94986252,11.0593694 1.13491422,10.8734663 L6.45248835,5.53075249 L1.13491422,0.187942261 Z",
52
54
  id: "Fill-1",
53
55
  fill: "#2F5B88",
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
1
+ import { SVGProps } from 'react';
2
+
2
3
  declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export default SvgComponent;
@@ -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,17 +1,17 @@
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
+ 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';
@@ -0,0 +1 @@
1
+
package/dist/main.d.ts CHANGED
@@ -27,4 +27,4 @@ export * from './VideoTile';
27
27
  export * from './VideoWrapper';
28
28
  export * from './icons';
29
29
  export * from './themes';
30
- export * from "./utils";
30
+ export * from './utils';
package/dist/main.js CHANGED
@@ -27,7 +27,9 @@ import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
27
27
  import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
28
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
- import { Input } from "./Input/index.js";
30
+ import { Input } from "./Input/Input.js";
31
+ import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
32
+ import { InputPhone } from "./Input/InputPhone.js";
31
33
  import { MainHTML } from "./MainHTML/index.js";
32
34
  import { Modal } from "./Modal/Modal.js";
33
35
  import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
@@ -37,7 +39,7 @@ import { SecondaryFooter } from "./SecondaryFooter/index.js";
37
39
  import { SetContainer } from "./SetContainer/SetContainer.js";
38
40
  import { inline_container } from "./SetContainer/SetContainer.css.js";
39
41
  import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
40
- import { alternate_color_rows, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_headline, td, th } from "./Table/Table.css.js";
42
+ import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_headline, td, th } from "./Table/Table.css.js";
41
43
  import { TextBlock } from "./TextBlock/TextBlock.js";
42
44
  import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock/TextBlock.css.js";
43
45
  import { VideoInit } from "./VideoTile/VideoInit.js";
@@ -111,6 +113,7 @@ export {
111
113
  ImageBillboard,
112
114
  ImageBillboardSet,
113
115
  Input,
116
+ InputPhone,
114
117
  default15 as LockIcon,
115
118
  MainHTML,
116
119
  default16 as MemberFdicLogo,
@@ -141,6 +144,7 @@ export {
141
144
  actions,
142
145
  alternate_color_rows,
143
146
  apy_billboard,
147
+ apy_table,
144
148
  associatedEmail,
145
149
  axosTheme,
146
150
  billboard,
@@ -156,6 +160,7 @@ export {
156
160
  bodyHeader,
157
161
  button,
158
162
  buttons,
163
+ container,
159
164
  containerIconBillboard,
160
165
  content,
161
166
  disclosureForm,
@@ -178,21 +183,27 @@ export {
178
183
  headerIconBillboard,
179
184
  headerVariants,
180
185
  header_section,
186
+ helperText,
181
187
  hide,
182
188
  hide_transcript,
183
189
  highlight_first_row,
184
190
  highlight_last_row,
185
191
  icon,
192
+ iconContainer,
193
+ iconContainerBase,
186
194
  iconForm,
195
+ iconInput,
187
196
  iconsContent,
188
197
  imagePlacement,
189
198
  image_background,
190
199
  inline_container,
200
+ input,
191
201
  isAbsoluteUrl,
192
202
  isAllowedUrl,
193
203
  isEmailLink,
194
204
  isPhoneLink,
195
205
  item,
206
+ labelClassName,
196
207
  layout,
197
208
  list,
198
209
  listItem,
@@ -235,5 +246,6 @@ export {
235
246
  video_container,
236
247
  video_title,
237
248
  vidyard_height,
238
- w_100
249
+ w_100,
250
+ wrapper
239
251
  };
@@ -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,15 +1,15 @@
1
1
  const moreDomains = {
2
- "{AXOS}": "www.axos.com",
3
- "{AXOSBANK}": "www.axosbank.com",
2
+ "{AXOS}": "https://www.axos.com",
3
+ "{AXOSBANK}": "https://www.axosbank.com",
4
4
  "{AXOSCLEARING}": "https://axosclearing.com/",
5
- "{AAS}": "www.axosadvisorservices.com",
6
- "{NATIONWIDE}": "www.nationwide.axosbank.com",
5
+ "{AAS}": "https://www.axosadvisorservices.com",
6
+ "{NATIONWIDE}": "https://www.nationwide.axosbank.com",
7
7
  // '{ENROLLMENT}': process.env.NEXT_PUBLIC_ENROLLMENT_URL as string,
8
8
  // '{SECENROLLMENT}': process.env.NEXT_PUBLIC_ENROLLMENT2_URL as string,
9
9
  "{ASSETSURL}": "https://assets.ctfassets.net",
10
10
  "{IMAGEASSETSURL}": "https://images.ctfassets.net",
11
11
  "{ONLINEBANKING}": "https://onlinebanking.uat.axsobank.com",
12
- "{UFBDIRECT": "www.ufbdirect.com"
12
+ "{UFBDIRECT": "https://www.ufbdirect.com"
13
13
  };
14
14
  const isAllowedUrl = (url) => {
15
15
  const uri = new URL(url, location.href);
@@ -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) => {