@axos-web-dev/shared-components 1.0.100-dev.43-executive.1 → 1.0.100-dev.43
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.
- package/dist/ATMLocator/ATMLocator.js +2 -3
- package/dist/Auth/ErrorAlert.js +1 -2
- package/dist/Auth/SignInPassword.js +2 -2
- package/dist/BulletItem/BulletItem.js +1 -0
- package/dist/Button/Button.js +1 -2
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +2 -3
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -2
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/ChatWindow.css.d.ts +1 -0
- package/dist/Chatbot/ChatWindow.css.js +14 -11
- package/dist/Chatbot/ChatWindow.js +87 -66
- package/dist/Chatbot/Chatbot.d.ts +1 -1
- package/dist/Chatbot/Chatbot.js +46 -10
- package/dist/Chatbot/index.js +2 -1
- package/dist/Chevron/index.js +1 -2
- package/dist/Comparison/Comparison.js +1 -2
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +0 -136
- package/dist/ExecutiveBio/ExecutiveBio.css.js +0 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +4 -10
- package/dist/ExecutiveBio/ExecutiveBio.js +86 -331
- package/dist/ExecutiveBio/index.js +1 -24
- package/dist/FaqAccordion/index.js +1 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -2
- package/dist/Forms/ApplicationStart.js +4 -2
- package/dist/Forms/ApplyNow.js +2 -3
- package/dist/Forms/ClearingForm.js +4 -2
- package/dist/Forms/CommercialDeposits.js +4 -2
- package/dist/Forms/CommercialDepositsNoLendingOption.js +4 -2
- package/dist/Forms/CommercialLending.js +4 -2
- package/dist/Forms/CommercialPremiumFinance.js +4 -2
- package/dist/Forms/ContactCompany.js +4 -2
- package/dist/Forms/ContactCompanyTitle.js +4 -2
- package/dist/Forms/ContactUs.js +4 -2
- package/dist/Forms/ContactUsAAS.js +4 -2
- package/dist/Forms/ContactUsBusiness.js +5 -4
- package/dist/Forms/ContactUsBusinessNameEmail.js +5 -4
- package/dist/Forms/ContactUsLVF.js +4 -2
- package/dist/Forms/ContactUsNMLSId.js +5 -4
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +5 -2
- package/dist/Forms/CraPublicFile.js +5 -4
- package/dist/Forms/DealerServices.js +4 -2
- package/dist/Forms/EmailOnly.js +5 -4
- package/dist/Forms/EmailUs.js +7 -5
- package/dist/Forms/HoneyPot/index.js +2 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +6 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -2
- package/dist/Forms/MortgageWarehouseLending.js +5 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.js +16 -12
- package/dist/Forms/ScheduleCall.js +4 -2
- package/dist/Forms/ScheduleCallPremier.js +4 -2
- package/dist/Forms/SuccesForm.js +2 -3
- package/dist/Forms/VendorQuestionnaire.js +6 -2
- package/dist/Forms/index.js +1 -0
- package/dist/Hyperlink/index.js +1 -2
- package/dist/ImageLink/ImageLink.js +2 -3
- package/dist/ImageLink/ImageLinkSet.js +1 -2
- package/dist/ImageLink/index.js +1 -2
- package/dist/Insight/Featured/CategorySelector.js +1 -2
- package/dist/Insight/Featured/Featured.js +1 -2
- package/dist/Insight/Featured/Header.js +1 -2
- package/dist/LoadingIndicator/index.js +1 -0
- package/dist/Modal/Modal.js +1 -2
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -2
- package/dist/NavigationMenu/AxosALTS/index.js +1 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +8 -7
- package/dist/NavigationMenu/AxosBank/index.js +1 -2
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -2
- package/dist/NavigationMenu/LaVictoire/index.js +1 -2
- package/dist/NavigationMenu/NavDataJson.js +1 -2
- package/dist/NavigationMenu/Navbar.js +1 -2
- package/dist/NavigationMenu/SignInNavButton.js +1 -2
- package/dist/SetContainer/SetContainer.js +2 -3
- package/dist/SocialMediaBar/iconsRepository.js +1 -2
- package/dist/Tab/Tab.js +1 -0
- package/dist/Table/Table.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +1 -2
- package/dist/VideoWrapper/index.js +1 -2
- package/dist/assets/Chatbot/ChatWindow.css +38 -26
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +0 -268
- package/dist/main.js +11 -26
- package/dist/utils/emailValidation.d.ts +1 -0
- package/dist/utils/emailValidation.js +31 -0
- package/dist/utils/index.d.ts +4 -1
- package/dist/utils/index.js +9 -1
- package/dist/utils/nmlsValidation.d.ts +1 -0
- package/dist/utils/nmlsValidation.js +34 -0
- package/dist/utils/useCachedValidators.d.ts +2 -0
- package/dist/utils/useCachedValidators.js +22 -0
- package/package.json +1 -1
|
@@ -72,13 +72,12 @@ import "../Auth/SignInPassword.js";
|
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../Carousel/index.js";
|
|
75
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
76
75
|
/* empty css */
|
|
77
76
|
import "../Chatbot/store/chat.js";
|
|
78
77
|
import "../Chatbot/authenticate.js";
|
|
78
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/messages.js";
|
|
81
|
-
import "@ujet/websdk-headless";
|
|
82
81
|
/* empty css */
|
|
83
82
|
import { comparison_layout, comparison_content, headerComparison, feature_header, feature_title, comparison_feature, comparison_list, comparison_buttons, comparison } from "./Comparison.css.js";
|
|
84
83
|
import "next/image.js";
|
|
@@ -130,139 +130,3 @@ export declare const header_theme: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
130
130
|
export declare const components: string;
|
|
131
131
|
export declare const details: string;
|
|
132
132
|
export declare const url_row: string;
|
|
133
|
-
export declare const flexColumn: string;
|
|
134
|
-
export declare const ceoSection: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
135
|
-
variant: {
|
|
136
|
-
primary: {
|
|
137
|
-
background: `var(--${string})`;
|
|
138
|
-
color: `var(--${string})`;
|
|
139
|
-
};
|
|
140
|
-
secondary: {
|
|
141
|
-
background: `var(--${string})`;
|
|
142
|
-
color: `var(--${string})`;
|
|
143
|
-
};
|
|
144
|
-
tertiary: {
|
|
145
|
-
background: `var(--${string})`;
|
|
146
|
-
color: `var(--${string})`;
|
|
147
|
-
};
|
|
148
|
-
quaternary: {
|
|
149
|
-
background: `var(--${string})`;
|
|
150
|
-
color: `var(--${string})`;
|
|
151
|
-
};
|
|
152
|
-
};
|
|
153
|
-
}>;
|
|
154
|
-
export declare const ceoContainer: string;
|
|
155
|
-
export declare const ceoWrapper: string;
|
|
156
|
-
export declare const ceoMedia: string;
|
|
157
|
-
export declare const ceoImgWrapper: string;
|
|
158
|
-
export declare const imgAlignment: string;
|
|
159
|
-
export declare const highlights: string;
|
|
160
|
-
export declare const bulletsHeadline: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
161
|
-
variant: {
|
|
162
|
-
primary: {
|
|
163
|
-
color: `var(--${string})`;
|
|
164
|
-
};
|
|
165
|
-
secondary: {
|
|
166
|
-
color: `var(--${string})`;
|
|
167
|
-
};
|
|
168
|
-
tertiary: {
|
|
169
|
-
color: `var(--${string})`;
|
|
170
|
-
};
|
|
171
|
-
quaternary: {
|
|
172
|
-
color: `var(--${string})`;
|
|
173
|
-
};
|
|
174
|
-
};
|
|
175
|
-
}>;
|
|
176
|
-
export declare const bulletsWrapper: string;
|
|
177
|
-
export declare const ceoContent: string;
|
|
178
|
-
export declare const ceoHeader: string;
|
|
179
|
-
export declare const ceoPersonalInfo: string;
|
|
180
|
-
export declare const ceo_name: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
181
|
-
variant: {
|
|
182
|
-
primary: {
|
|
183
|
-
color: `var(--${string})`;
|
|
184
|
-
};
|
|
185
|
-
secondary: {
|
|
186
|
-
color: `var(--${string})`;
|
|
187
|
-
};
|
|
188
|
-
tertiary: {
|
|
189
|
-
color: `var(--${string})`;
|
|
190
|
-
};
|
|
191
|
-
quaternary: {
|
|
192
|
-
color: `var(--${string})`;
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
}>;
|
|
196
|
-
export declare const ceo_title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
197
|
-
variant: {
|
|
198
|
-
primary: {
|
|
199
|
-
color: `var(--${string})`;
|
|
200
|
-
};
|
|
201
|
-
secondary: {
|
|
202
|
-
color: `var(--${string})`;
|
|
203
|
-
};
|
|
204
|
-
tertiary: {
|
|
205
|
-
color: `var(--${string})`;
|
|
206
|
-
};
|
|
207
|
-
quaternary: {
|
|
208
|
-
color: `var(--${string})`;
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
}>;
|
|
212
|
-
export declare const ceo_contacts: string;
|
|
213
|
-
export declare const svg_color: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
214
|
-
variant: {
|
|
215
|
-
primary: {
|
|
216
|
-
fill: "#2F5B88";
|
|
217
|
-
};
|
|
218
|
-
secondary: {
|
|
219
|
-
fill: "#2F5B88";
|
|
220
|
-
};
|
|
221
|
-
tertiary: {
|
|
222
|
-
fill: `var(--${string})`;
|
|
223
|
-
};
|
|
224
|
-
quaternary: {
|
|
225
|
-
fill: `var(--${string})`;
|
|
226
|
-
};
|
|
227
|
-
};
|
|
228
|
-
}>;
|
|
229
|
-
export declare const ceo_quote: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
230
|
-
variant: {
|
|
231
|
-
primary: {
|
|
232
|
-
color: `var(--${string})`;
|
|
233
|
-
};
|
|
234
|
-
secondary: {
|
|
235
|
-
color: `var(--${string})`;
|
|
236
|
-
};
|
|
237
|
-
tertiary: {
|
|
238
|
-
color: `var(--${string})`;
|
|
239
|
-
};
|
|
240
|
-
quaternary: {
|
|
241
|
-
color: `var(--${string})`;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
}>;
|
|
245
|
-
export declare const ceo_body: string;
|
|
246
|
-
export declare const hover: string;
|
|
247
|
-
export declare const social: string;
|
|
248
|
-
export declare const tooltip: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
249
|
-
variant: {
|
|
250
|
-
primary: {
|
|
251
|
-
background: `var(--${string})`;
|
|
252
|
-
color: `var(--${string})`;
|
|
253
|
-
};
|
|
254
|
-
secondary: {
|
|
255
|
-
background: `var(--${string})`;
|
|
256
|
-
color: `var(--${string})`;
|
|
257
|
-
};
|
|
258
|
-
tertiary: {
|
|
259
|
-
background: `var(--${string})`;
|
|
260
|
-
color: `var(--${string})`;
|
|
261
|
-
};
|
|
262
|
-
quaternary: {
|
|
263
|
-
background: `var(--${string})`;
|
|
264
|
-
color: `var(--${string})`;
|
|
265
|
-
};
|
|
266
|
-
};
|
|
267
|
-
}>;
|
|
268
|
-
export declare const order_3: string;
|
|
@@ -26,46 +26,8 @@ var header_theme = createRuntimeFn({ defaultClassName: "txcb8d16", variantClassN
|
|
|
26
26
|
var components = "txcb8d1b";
|
|
27
27
|
var details = "txcb8d1c";
|
|
28
28
|
var url_row = "txcb8d1d";
|
|
29
|
-
var flexColumn = "txcb8d1e";
|
|
30
|
-
var ceoSection = createRuntimeFn({ defaultClassName: "txcb8d1f", variantClassNames: { variant: { primary: "txcb8d1g", secondary: "txcb8d1h", tertiary: "txcb8d1i", quaternary: "txcb8d1j" } }, defaultVariants: {}, compoundVariants: [] });
|
|
31
|
-
var ceoContainer = "txcb8d1k";
|
|
32
|
-
var ceoWrapper = "txcb8d1l";
|
|
33
|
-
var ceoMedia = "txcb8d1m txcb8d1e";
|
|
34
|
-
var ceoImgWrapper = "txcb8d1n";
|
|
35
|
-
var imgAlignment = "txcb8d1o";
|
|
36
|
-
var highlights = "txcb8d1p txcb8d1e";
|
|
37
|
-
var bulletsHeadline = createRuntimeFn({ defaultClassName: "txcb8d1q", variantClassNames: { variant: { primary: "txcb8d1r", secondary: "txcb8d1s", tertiary: "txcb8d1t", quaternary: "txcb8d1u" } }, defaultVariants: {}, compoundVariants: [] });
|
|
38
|
-
var bulletsWrapper = "txcb8d1v txcb8d1e";
|
|
39
|
-
var ceoContent = "txcb8d1w txcb8d1e";
|
|
40
|
-
var ceoHeader = "txcb8d1x txcb8d1e";
|
|
41
|
-
var ceoPersonalInfo = "txcb8d1y txcb8d1e";
|
|
42
|
-
var ceo_name = createRuntimeFn({ defaultClassName: "txcb8d1z", variantClassNames: { variant: { primary: "txcb8d20", secondary: "txcb8d21", tertiary: "txcb8d22", quaternary: "txcb8d23" } }, defaultVariants: {}, compoundVariants: [] });
|
|
43
|
-
var ceo_title = createRuntimeFn({ defaultClassName: "txcb8d24", variantClassNames: { variant: { primary: "txcb8d25", secondary: "txcb8d26", tertiary: "txcb8d27", quaternary: "txcb8d28" } }, defaultVariants: {}, compoundVariants: [] });
|
|
44
|
-
var ceo_contacts = "txcb8d29";
|
|
45
|
-
var svg_color = createRuntimeFn({ defaultClassName: "txcb8d2a", variantClassNames: { variant: { primary: "txcb8d2b", secondary: "txcb8d2c", tertiary: "txcb8d2d", quaternary: "txcb8d2e" } }, defaultVariants: {}, compoundVariants: [] });
|
|
46
|
-
var ceo_quote = createRuntimeFn({ defaultClassName: "txcb8d2f", variantClassNames: { variant: { primary: "txcb8d2g", secondary: "txcb8d2h", tertiary: "txcb8d2i", quaternary: "txcb8d2j" } }, defaultVariants: {}, compoundVariants: [] });
|
|
47
|
-
var ceo_body = "txcb8d2k";
|
|
48
|
-
var hover = "txcb8d2l";
|
|
49
|
-
var social = "txcb8d2m";
|
|
50
|
-
var tooltip = createRuntimeFn({ defaultClassName: "txcb8d2n", variantClassNames: { variant: { primary: "txcb8d2o", secondary: "txcb8d2p", tertiary: "txcb8d2q", quaternary: "txcb8d2r" } }, defaultVariants: {}, compoundVariants: [] });
|
|
51
|
-
var order_3 = "txcb8d2s";
|
|
52
29
|
export {
|
|
53
30
|
bio_section_text,
|
|
54
|
-
bulletsHeadline,
|
|
55
|
-
bulletsWrapper,
|
|
56
|
-
ceoContainer,
|
|
57
|
-
ceoContent,
|
|
58
|
-
ceoHeader,
|
|
59
|
-
ceoImgWrapper,
|
|
60
|
-
ceoMedia,
|
|
61
|
-
ceoPersonalInfo,
|
|
62
|
-
ceoSection,
|
|
63
|
-
ceoWrapper,
|
|
64
|
-
ceo_body,
|
|
65
|
-
ceo_contacts,
|
|
66
|
-
ceo_name,
|
|
67
|
-
ceo_quote,
|
|
68
|
-
ceo_title,
|
|
69
31
|
components,
|
|
70
32
|
contact_col,
|
|
71
33
|
contact_entry,
|
|
@@ -74,25 +36,17 @@ export {
|
|
|
74
36
|
description,
|
|
75
37
|
details,
|
|
76
38
|
executive_bio,
|
|
77
|
-
flexColumn,
|
|
78
39
|
header_theme,
|
|
79
40
|
headline_setting,
|
|
80
41
|
headshot,
|
|
81
|
-
highlights,
|
|
82
|
-
hover,
|
|
83
|
-
imgAlignment,
|
|
84
42
|
img_area,
|
|
85
43
|
item_bio,
|
|
86
44
|
job_title,
|
|
87
45
|
media,
|
|
88
|
-
order_3,
|
|
89
46
|
padding,
|
|
90
47
|
person,
|
|
91
48
|
section_theme,
|
|
92
49
|
shift,
|
|
93
|
-
social,
|
|
94
|
-
svg_color,
|
|
95
50
|
svg_icon,
|
|
96
|
-
tooltip,
|
|
97
51
|
url_row
|
|
98
52
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ExecutiveBioProps as Props } from './ExecutiveBio.interface';
|
|
2
2
|
|
|
3
|
-
export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveLinkedIn, executiveWebsite, executiveHeadshot, variant: fullVariant,
|
|
3
|
+
export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveLinkedIn, executiveWebsite, executiveHeadshot, variant: fullVariant, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
1
|
import { QuaternaryTypes } from '../utils/variant.types';
|
|
3
|
-
import { ImageInterface
|
|
2
|
+
import { ImageInterface } from '../IconBillboard';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
4
|
|
|
5
5
|
export interface ExecutiveBioSetProps {
|
|
6
6
|
id: string;
|
|
@@ -13,18 +13,12 @@ export interface ExecutiveBioSetProps {
|
|
|
13
13
|
export interface ExecutiveBioProps {
|
|
14
14
|
id: string;
|
|
15
15
|
variant: QuaternaryTypes;
|
|
16
|
-
executiveName
|
|
17
|
-
executiveTitle
|
|
16
|
+
executiveName: string;
|
|
17
|
+
executiveTitle: string;
|
|
18
18
|
executiveBodyCopy?: string | ReactNode;
|
|
19
19
|
executiveEmailAddress?: string;
|
|
20
20
|
executivePhoneNumber?: string;
|
|
21
21
|
executiveLinkedIn?: string;
|
|
22
22
|
executiveWebsite?: string;
|
|
23
|
-
executiveTwitter?: string;
|
|
24
|
-
executiveFacebook?: string;
|
|
25
23
|
executiveHeadshot?: ImageInterface;
|
|
26
|
-
bullets?: BulletItemProps[];
|
|
27
|
-
bulletsTitle?: ReactNode | string;
|
|
28
|
-
quote?: ReactNode | string;
|
|
29
|
-
bannerType?: "Standard" | "Hero";
|
|
30
24
|
}
|