@axos-web-dev/shared-components 1.0.46 → 1.0.48
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/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +39 -22
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +57 -34
- package/dist/WalnutIframe/index.js +1 -1
- package/dist/WalnutIframe/wrapper.module.js +2 -2
- package/dist/assets/HelpArticle/HelpArticle.css +15 -10
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +39 -31
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/package.json +131 -131
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "
|
|
2
|
-
const drawer = "
|
|
3
|
-
const hamburger = "
|
|
4
|
-
const header = "
|
|
5
|
-
const back = "
|
|
6
|
-
const close = "
|
|
7
|
-
const levelContainer = "
|
|
8
|
-
const level = "
|
|
9
|
-
const levelTitle = "
|
|
10
|
-
const menu = "
|
|
11
|
-
const menuItem = "
|
|
12
|
-
const chevron = "
|
|
13
|
-
const chevronIcon = "
|
|
14
|
-
const quickLinks = "
|
|
15
|
-
const quickLink = "
|
|
16
|
-
const sr_only = "
|
|
1
|
+
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_1rjre_1";
|
|
2
|
+
const drawer = "_drawer_1rjre_17";
|
|
3
|
+
const hamburger = "_hamburger_1rjre_57";
|
|
4
|
+
const header = "_header_1rjre_79";
|
|
5
|
+
const back = "_back_1rjre_101";
|
|
6
|
+
const close = "_close_1rjre_123";
|
|
7
|
+
const levelContainer = "_levelContainer_1rjre_137";
|
|
8
|
+
const level = "_level_1rjre_137";
|
|
9
|
+
const levelTitle = "_levelTitle_1rjre_169";
|
|
10
|
+
const menu = "_menu_1rjre_179";
|
|
11
|
+
const menuItem = "_menuItem_1rjre_219";
|
|
12
|
+
const chevron = "_chevron_1rjre_251";
|
|
13
|
+
const chevronIcon = "_chevronIcon_1rjre_261";
|
|
14
|
+
const quickLinks = "_quickLinks_1rjre_283";
|
|
15
|
+
const quickLink = "_quickLink_1rjre_283";
|
|
16
|
+
const sr_only = "_sr_only_1rjre_331";
|
|
17
17
|
const styles = {
|
|
18
18
|
overlay,
|
|
19
19
|
drawer,
|
|
@@ -2,8 +2,9 @@ export declare const menuData: {
|
|
|
2
2
|
Personal: {
|
|
3
3
|
"Personal Home": string;
|
|
4
4
|
Bank: {
|
|
5
|
+
"Bank Home": string;
|
|
5
6
|
Checking: {
|
|
6
|
-
"Checking Accounts": string;
|
|
7
|
+
"Checking Accounts Home": string;
|
|
7
8
|
"Axos ONE\u00AE Checking": string;
|
|
8
9
|
"Rewards Checking": string;
|
|
9
10
|
"Essential Checking": string;
|
|
@@ -12,14 +13,14 @@ export declare const menuData: {
|
|
|
12
13
|
"Golden Checking": string;
|
|
13
14
|
};
|
|
14
15
|
Savings: {
|
|
15
|
-
"Savings Accounts": string;
|
|
16
|
+
"Savings Accounts Home": string;
|
|
16
17
|
"Axos ONE\u00AE Savings": string;
|
|
17
18
|
"Summit Savings": string;
|
|
18
19
|
"First Savings": string;
|
|
19
20
|
};
|
|
20
21
|
"Certificates of Deposits": string;
|
|
21
22
|
Premier: {
|
|
22
|
-
Premier: string;
|
|
23
|
+
"Premier Home": string;
|
|
23
24
|
"Private Client": string;
|
|
24
25
|
"InsureGuard+": string;
|
|
25
26
|
"World Checking & Savings": string;
|
|
@@ -29,8 +30,9 @@ export declare const menuData: {
|
|
|
29
30
|
Insights: string;
|
|
30
31
|
};
|
|
31
32
|
Borrow: {
|
|
33
|
+
"Borrow Home": string;
|
|
32
34
|
Mortgages: {
|
|
33
|
-
Mortgages: string;
|
|
35
|
+
"Mortgages Home": string;
|
|
34
36
|
"Buying a Home": string;
|
|
35
37
|
"Mortgage Refinance": string;
|
|
36
38
|
"Get Pre-qualified": string;
|
|
@@ -40,7 +42,7 @@ export declare const menuData: {
|
|
|
40
42
|
"Make a Payment": string;
|
|
41
43
|
};
|
|
42
44
|
"Personal Loans": {
|
|
43
|
-
"Personal Loans": string;
|
|
45
|
+
"Personal Loans Home": string;
|
|
44
46
|
"Learn More": string;
|
|
45
47
|
"Apply Now": string;
|
|
46
48
|
"Make a Payment": string;
|
|
@@ -49,28 +51,29 @@ export declare const menuData: {
|
|
|
49
51
|
"Major Purchases Loans": string;
|
|
50
52
|
};
|
|
51
53
|
"Auto Loans": {
|
|
52
|
-
"Auto Loans": string;
|
|
54
|
+
"Auto Loans Home": string;
|
|
53
55
|
"Auto Purchase Loans": string;
|
|
54
56
|
"Auto Refinance Loans": string;
|
|
55
57
|
"Auto Payment Calculator": string;
|
|
56
58
|
"Manage My Loan": string;
|
|
57
59
|
};
|
|
58
60
|
"Marine Loans": {
|
|
59
|
-
"Marine Loans": string;
|
|
61
|
+
"Marine Loans Home": string;
|
|
60
62
|
"Find The Right Loan": string;
|
|
61
63
|
"Apply Now": string;
|
|
62
64
|
"Contact Us": string;
|
|
63
65
|
};
|
|
64
66
|
};
|
|
65
67
|
Invest: {
|
|
68
|
+
"Invest Home": string;
|
|
66
69
|
"Managed Portfolios": {
|
|
67
|
-
"Managed Portfolios": string;
|
|
70
|
+
"Managed Portfolios Home": string;
|
|
68
71
|
"Investing Details": string;
|
|
69
72
|
"Investment Strategy": string;
|
|
70
73
|
"Investing Features": string;
|
|
71
74
|
};
|
|
72
75
|
"Self Directed Trading": {
|
|
73
|
-
"Self Directed Trading": string;
|
|
76
|
+
"Self Directed Trading Home": string;
|
|
74
77
|
"Axos Elite Investing": string;
|
|
75
78
|
"Stocks & ETFs": string;
|
|
76
79
|
"Margin Tradings": string;
|
|
@@ -81,11 +84,14 @@ export declare const menuData: {
|
|
|
81
84
|
Insights: string;
|
|
82
85
|
};
|
|
83
86
|
Plan: {
|
|
87
|
+
"Plan Home": string;
|
|
84
88
|
"Axos Mobile App": {
|
|
89
|
+
"Axos Mobile App Home": string;
|
|
85
90
|
"Download the App": string;
|
|
86
91
|
"Mobile App Features": string;
|
|
87
92
|
};
|
|
88
93
|
"Financial Tools": {
|
|
94
|
+
"Financial Tools Home": string;
|
|
89
95
|
Calculators: string;
|
|
90
96
|
"Credit Score Monitoring": string;
|
|
91
97
|
"Personal Finance Manager": string;
|
|
@@ -102,13 +108,14 @@ export declare const menuData: {
|
|
|
102
108
|
Business: {
|
|
103
109
|
"Business Home": string;
|
|
104
110
|
"Small Business Banking": {
|
|
111
|
+
"Small Business Home": string;
|
|
105
112
|
Checking: {
|
|
106
|
-
"Checking Home": string;
|
|
113
|
+
"Small Business Checking Home": string;
|
|
107
114
|
"Basic Business Checking": string;
|
|
108
115
|
"Business Interest Checking": string;
|
|
109
116
|
};
|
|
110
117
|
Savings: {
|
|
111
|
-
"
|
|
118
|
+
"Small Business Savings Home": string;
|
|
112
119
|
"Business Money Market": string;
|
|
113
120
|
"Business Premium Savings": string;
|
|
114
121
|
"Business Savings": string;
|
|
@@ -139,7 +146,7 @@ export declare const menuData: {
|
|
|
139
146
|
"Commercial Banking": {
|
|
140
147
|
"Commercial Banking Home": string;
|
|
141
148
|
"Solutions By Industry": {
|
|
142
|
-
"Commercial Home": string;
|
|
149
|
+
"Commercial Banking Home": string;
|
|
143
150
|
"Third Party Payment Processors": string;
|
|
144
151
|
"HOA Banking & Lending": string;
|
|
145
152
|
"HOAs & Property Management": string;
|
|
@@ -152,7 +159,7 @@ export declare const menuData: {
|
|
|
152
159
|
"Middle Market": string;
|
|
153
160
|
};
|
|
154
161
|
Services: {
|
|
155
|
-
"Commercial Banking Services": string;
|
|
162
|
+
"Commercial Banking Services Home": string;
|
|
156
163
|
"Analyzed Business Checking": string;
|
|
157
164
|
"Merchant Services": string;
|
|
158
165
|
"Treasury Management": string;
|
|
@@ -166,13 +173,13 @@ export declare const menuData: {
|
|
|
166
173
|
"Commercial Lending": {
|
|
167
174
|
"Commercial Lending Home": string;
|
|
168
175
|
"Credit and Financial": {
|
|
169
|
-
"Credit and Financial Lending": string;
|
|
176
|
+
"Credit and Financial Lending Home": string;
|
|
170
177
|
"Commercial Lines of Credit": string;
|
|
171
178
|
"Commercial Term Loans": string;
|
|
172
179
|
"Equipment Finance": string;
|
|
173
180
|
};
|
|
174
181
|
"Commercial Lending": {
|
|
175
|
-
"Commercial Lending": string;
|
|
182
|
+
"Commercial Lending Home": string;
|
|
176
183
|
"Commercial Real Estate Bridge & Construction Lending": string;
|
|
177
184
|
"HOA Lending": string;
|
|
178
185
|
"Lender Finance": string;
|
|
@@ -189,18 +196,23 @@ export declare const menuData: {
|
|
|
189
196
|
};
|
|
190
197
|
};
|
|
191
198
|
Partners: {
|
|
199
|
+
"Partners Home": string;
|
|
192
200
|
"Marine Dealer Floorplan Finance": string;
|
|
193
201
|
"Wholesale Lending": {
|
|
194
|
-
"Wholesale & Correspondent Lending":
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
202
|
+
"Wholesale & Correspondent Lending": {
|
|
203
|
+
"WCPL Home": string;
|
|
204
|
+
"Resources & Support": string;
|
|
205
|
+
"Register a Loan": string;
|
|
206
|
+
"Quick Pricer": string;
|
|
207
|
+
"Meet the Team": string;
|
|
208
|
+
};
|
|
199
209
|
};
|
|
200
210
|
"Financial Advisors": string;
|
|
201
211
|
"Dealer Services": {
|
|
202
|
-
"Dealer Services
|
|
203
|
-
|
|
212
|
+
"Dealer Services": {
|
|
213
|
+
"Dealer Services Home": string;
|
|
214
|
+
"Request More Information": string;
|
|
215
|
+
};
|
|
204
216
|
};
|
|
205
217
|
"Strategic Partners": string;
|
|
206
218
|
};
|
|
@@ -211,6 +223,7 @@ export declare const menuData: {
|
|
|
211
223
|
"Partner Support": string;
|
|
212
224
|
};
|
|
213
225
|
"About Us": {
|
|
226
|
+
"About Us Home": string;
|
|
214
227
|
"Axos Financial": string;
|
|
215
228
|
History: string;
|
|
216
229
|
"Awards & Recognitions": string;
|
|
@@ -218,6 +231,7 @@ export declare const menuData: {
|
|
|
218
231
|
"Press & News": string;
|
|
219
232
|
};
|
|
220
233
|
Legal: {
|
|
234
|
+
"Legal Home": string;
|
|
221
235
|
"Business Disclosures": string;
|
|
222
236
|
"HELOC Disclosures": string;
|
|
223
237
|
"Home Equity Loan Disclosure": string;
|
|
@@ -228,15 +242,18 @@ export declare const menuData: {
|
|
|
228
242
|
};
|
|
229
243
|
"Sign In": {
|
|
230
244
|
Personal: {
|
|
245
|
+
"Personal Banking Home": string;
|
|
231
246
|
"Account Login": string;
|
|
232
247
|
"Make a Payment": string;
|
|
233
248
|
};
|
|
234
249
|
Business: {
|
|
250
|
+
"Business Banking Home": string;
|
|
235
251
|
"Business Banking Login": string;
|
|
236
252
|
"MWA Business Login": string;
|
|
237
253
|
"Commercial Portal": string;
|
|
238
254
|
};
|
|
239
255
|
Partners: {
|
|
256
|
+
"Partners Home": string;
|
|
240
257
|
"Wholesale and Correspondent": string;
|
|
241
258
|
"Advisor Login": string;
|
|
242
259
|
};
|
|
@@ -121,8 +121,9 @@ const menuData = {
|
|
|
121
121
|
Personal: {
|
|
122
122
|
"Personal Home": findMoreAxosDomains("{AXOSBANK}/personal"),
|
|
123
123
|
Bank: {
|
|
124
|
+
"Bank Home": findMoreAxosDomains("{AXOSBANK}/personal/bank"),
|
|
124
125
|
Checking: {
|
|
125
|
-
"Checking Accounts": findMoreAxosDomains(
|
|
126
|
+
"Checking Accounts Home": findMoreAxosDomains(
|
|
126
127
|
"{AXOSBANK}/personal/bank/checking-accounts"
|
|
127
128
|
),
|
|
128
129
|
"Axos ONE® Checking": findMoreAxosDomains(
|
|
@@ -145,7 +146,7 @@ const menuData = {
|
|
|
145
146
|
)
|
|
146
147
|
},
|
|
147
148
|
Savings: {
|
|
148
|
-
"Savings Accounts": findMoreAxosDomains(
|
|
149
|
+
"Savings Accounts Home": findMoreAxosDomains(
|
|
149
150
|
"{AXOSBANK}/personal/bank/savings-accounts"
|
|
150
151
|
),
|
|
151
152
|
"Axos ONE® Savings": findMoreAxosDomains(
|
|
@@ -162,7 +163,7 @@ const menuData = {
|
|
|
162
163
|
"{AXOSBANK}/personal/bank/savings-accounts/certificates-of-deposit"
|
|
163
164
|
),
|
|
164
165
|
Premier: {
|
|
165
|
-
Premier: findMoreAxosDomains("{AXOSBANK}/personal/bank/premier"),
|
|
166
|
+
"Premier Home": findMoreAxosDomains("{AXOSBANK}/personal/bank/premier"),
|
|
166
167
|
"Private Client": findMoreAxosDomains(
|
|
167
168
|
"{AXOSBANK}/personal/bank/premier/private-client-banking"
|
|
168
169
|
),
|
|
@@ -182,8 +183,11 @@ const menuData = {
|
|
|
182
183
|
Insights: findMoreAxosDomains("{AXOSBANK}/personal/insights")
|
|
183
184
|
},
|
|
184
185
|
Borrow: {
|
|
186
|
+
"Borrow Home": findMoreAxosDomains("{AXOSBANK}/personal/borrow"),
|
|
185
187
|
Mortgages: {
|
|
186
|
-
Mortgages: findMoreAxosDomains(
|
|
188
|
+
"Mortgages Home": findMoreAxosDomains(
|
|
189
|
+
"{AXOSBANK}/personal/borrow/mortgages"
|
|
190
|
+
),
|
|
187
191
|
"Buying a Home": findMoreAxosDomains(
|
|
188
192
|
"{AXOSBANK}/personal/borrow/mortgages/buying-a-home"
|
|
189
193
|
),
|
|
@@ -205,7 +209,7 @@ const menuData = {
|
|
|
205
209
|
)
|
|
206
210
|
},
|
|
207
211
|
"Personal Loans": {
|
|
208
|
-
"Personal Loans": findMoreAxosDomains(
|
|
212
|
+
"Personal Loans Home": findMoreAxosDomains(
|
|
209
213
|
"{AXOSBANK}/personal/borrow/personal-loans"
|
|
210
214
|
),
|
|
211
215
|
"Learn More": findMoreAxosDomains(
|
|
@@ -226,7 +230,7 @@ const menuData = {
|
|
|
226
230
|
)
|
|
227
231
|
},
|
|
228
232
|
"Auto Loans": {
|
|
229
|
-
"Auto Loans": findMoreAxosDomains(
|
|
233
|
+
"Auto Loans Home": findMoreAxosDomains(
|
|
230
234
|
"{AXOSBANK}/personal/borrow/auto-loans"
|
|
231
235
|
),
|
|
232
236
|
"Auto Purchase Loans": findMoreAxosDomains(
|
|
@@ -243,15 +247,16 @@ const menuData = {
|
|
|
243
247
|
)
|
|
244
248
|
},
|
|
245
249
|
"Marine Loans": {
|
|
246
|
-
"Marine Loans": "https://lavictoirefinance.com",
|
|
250
|
+
"Marine Loans Home": "https://lavictoirefinance.com",
|
|
247
251
|
"Find The Right Loan": "https://lavictoirefinance.com/loans",
|
|
248
252
|
"Apply Now": "https://lavictoirefinance.com/apply-now",
|
|
249
253
|
"Contact Us": "https://lavictoirefinance.com/contact-us"
|
|
250
254
|
}
|
|
251
255
|
},
|
|
252
256
|
Invest: {
|
|
257
|
+
"Invest Home": findMoreAxosDomains("{AXOS}/invest"),
|
|
253
258
|
"Managed Portfolios": {
|
|
254
|
-
"Managed Portfolios": findMoreAxosDomains(
|
|
259
|
+
"Managed Portfolios Home": findMoreAxosDomains(
|
|
255
260
|
"{AXOS}/invest/managed-portfolios"
|
|
256
261
|
),
|
|
257
262
|
"Investing Details": findMoreAxosDomains(
|
|
@@ -265,7 +270,7 @@ const menuData = {
|
|
|
265
270
|
)
|
|
266
271
|
},
|
|
267
272
|
"Self Directed Trading": {
|
|
268
|
-
"Self Directed Trading": findMoreAxosDomains(
|
|
273
|
+
"Self Directed Trading Home": findMoreAxosDomains(
|
|
269
274
|
"{AXOS}/invest/self-directed-trading"
|
|
270
275
|
),
|
|
271
276
|
"Axos Elite Investing": findMoreAxosDomains(
|
|
@@ -286,7 +291,11 @@ const menuData = {
|
|
|
286
291
|
Insights: findMoreAxosDomains("{AXOS}/invest/insights")
|
|
287
292
|
},
|
|
288
293
|
Plan: {
|
|
294
|
+
"Plan Home": findMoreAxosDomains("{AXOSBANK}/personal/plan"),
|
|
289
295
|
"Axos Mobile App": {
|
|
296
|
+
"Axos Mobile App Home": findMoreAxosDomains(
|
|
297
|
+
"{AXOSBANK}/tools/payment-apps/mobile-app"
|
|
298
|
+
),
|
|
290
299
|
"Download the App": findMoreAxosDomains(
|
|
291
300
|
"{AXOSBANK}/tools/payment-apps/mobile-app"
|
|
292
301
|
),
|
|
@@ -295,6 +304,7 @@ const menuData = {
|
|
|
295
304
|
)
|
|
296
305
|
},
|
|
297
306
|
"Financial Tools": {
|
|
307
|
+
"Financial Tools Home": findMoreAxosDomains("{AXOSBANK}/tools"),
|
|
298
308
|
Calculators: findMoreAxosDomains("{AXOSBANK}/tools/calculators"),
|
|
299
309
|
"Credit Score Monitoring": findMoreAxosDomains(
|
|
300
310
|
"{AXOSBANK}/tools/credit-score-monitoring"
|
|
@@ -321,8 +331,9 @@ const menuData = {
|
|
|
321
331
|
Business: {
|
|
322
332
|
"Business Home": findMoreAxosDomains("{AXOSBANK}/business"),
|
|
323
333
|
"Small Business Banking": {
|
|
334
|
+
"Small Business Home": findMoreAxosDomains("{AXOSBANK}/business"),
|
|
324
335
|
Checking: {
|
|
325
|
-
"Checking Home": findMoreAxosDomains(
|
|
336
|
+
"Small Business Checking Home": findMoreAxosDomains(
|
|
326
337
|
"{AXOSBANK}/business/business-checking-accounts"
|
|
327
338
|
),
|
|
328
339
|
"Basic Business Checking": findMoreAxosDomains(
|
|
@@ -333,7 +344,9 @@ const menuData = {
|
|
|
333
344
|
)
|
|
334
345
|
},
|
|
335
346
|
Savings: {
|
|
336
|
-
"
|
|
347
|
+
"Small Business Savings Home": findMoreAxosDomains(
|
|
348
|
+
"{AXOSBANK}/business/savings"
|
|
349
|
+
),
|
|
337
350
|
"Business Money Market": findMoreAxosDomains(
|
|
338
351
|
"{AXOSBANK}/business/savings/business-money-market-accounts/business-money-market"
|
|
339
352
|
),
|
|
@@ -396,7 +409,7 @@ const menuData = {
|
|
|
396
409
|
"{AXOSBANK}/commercial/banking"
|
|
397
410
|
),
|
|
398
411
|
"Solutions By Industry": {
|
|
399
|
-
"Commercial Home": findMoreAxosDomains("{AXOSBANK}/commercial"),
|
|
412
|
+
"Commercial Banking Home": findMoreAxosDomains("{AXOSBANK}/commercial"),
|
|
400
413
|
"Third Party Payment Processors": findMoreAxosDomains(
|
|
401
414
|
"{AXOSBANK}/commercial/banking/third-party-payment-processors"
|
|
402
415
|
),
|
|
@@ -427,7 +440,7 @@ const menuData = {
|
|
|
427
440
|
)
|
|
428
441
|
},
|
|
429
442
|
Services: {
|
|
430
|
-
"Commercial Banking Services": findMoreAxosDomains(
|
|
443
|
+
"Commercial Banking Services Home": findMoreAxosDomains(
|
|
431
444
|
"{AXOSBANK}/commercial/banking"
|
|
432
445
|
),
|
|
433
446
|
"Analyzed Business Checking": findMoreAxosDomains(
|
|
@@ -453,7 +466,7 @@ const menuData = {
|
|
|
453
466
|
"{AXOSBANK}/commercial/lending"
|
|
454
467
|
),
|
|
455
468
|
"Credit and Financial": {
|
|
456
|
-
"Credit and Financial Lending": findMoreAxosDomains(
|
|
469
|
+
"Credit and Financial Lending Home": findMoreAxosDomains(
|
|
457
470
|
"{AXOSBANK}/commercial/lending"
|
|
458
471
|
),
|
|
459
472
|
"Commercial Lines of Credit": findMoreAxosDomains(
|
|
@@ -467,7 +480,7 @@ const menuData = {
|
|
|
467
480
|
)
|
|
468
481
|
},
|
|
469
482
|
"Commercial Lending": {
|
|
470
|
-
"Commercial Lending": findMoreAxosDomains(
|
|
483
|
+
"Commercial Lending Home": findMoreAxosDomains(
|
|
471
484
|
"{AXOSBANK}/commercial/lending"
|
|
472
485
|
),
|
|
473
486
|
"Commercial Real Estate Bridge & Construction Lending": findMoreAxosDomains(
|
|
@@ -500,30 +513,35 @@ const menuData = {
|
|
|
500
513
|
}
|
|
501
514
|
},
|
|
502
515
|
Partners: {
|
|
516
|
+
"Partners Home": findMoreAxosDomains("{AXOSBANK}/partners"),
|
|
503
517
|
"Marine Dealer Floorplan Finance": "https://lavictoirefinance.com/dealers",
|
|
504
518
|
"Wholesale Lending": {
|
|
505
|
-
"Wholesale & Correspondent Lending":
|
|
506
|
-
"
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
"
|
|
517
|
-
|
|
519
|
+
"Wholesale & Correspondent Lending": {
|
|
520
|
+
"WCPL Home": findMoreAxosDomains(
|
|
521
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
522
|
+
),
|
|
523
|
+
"Resources & Support": findMoreAxosDomains(
|
|
524
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
|
|
525
|
+
),
|
|
526
|
+
"Register a Loan": "https://thirdpartylending.axosbank.com/index",
|
|
527
|
+
"Quick Pricer": findMoreAxosDomains(
|
|
528
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
|
|
529
|
+
),
|
|
530
|
+
"Meet the Team": findMoreAxosDomains(
|
|
531
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/meet-the-team"
|
|
532
|
+
)
|
|
533
|
+
}
|
|
518
534
|
},
|
|
519
535
|
"Financial Advisors": findMoreAxosDomains("{AXA}"),
|
|
520
536
|
"Dealer Services": {
|
|
521
|
-
"Dealer Services
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"
|
|
526
|
-
|
|
537
|
+
"Dealer Services": {
|
|
538
|
+
"Dealer Services Home": findMoreAxosDomains(
|
|
539
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
540
|
+
),
|
|
541
|
+
"Request More Information": findMoreAxosDomains(
|
|
542
|
+
"{AXOSBANK}/partners/dealer-services/contact"
|
|
543
|
+
)
|
|
544
|
+
}
|
|
527
545
|
},
|
|
528
546
|
"Strategic Partners": findMoreAxosDomains(
|
|
529
547
|
"{AXOSBANK}/partners/strategic-partnerships"
|
|
@@ -536,6 +554,7 @@ const menuData = {
|
|
|
536
554
|
"Partner Support": findMoreAxosDomains("{AXOSBANK}/partners/support")
|
|
537
555
|
},
|
|
538
556
|
"About Us": {
|
|
557
|
+
"About Us Home": findMoreAxosDomains("{AXOSBANK}/about-us"),
|
|
539
558
|
"Axos Financial": "https://investors.axosfinancial.com/corporate-profile/default.aspx",
|
|
540
559
|
History: findMoreAxosDomains("{AXOSBANK}/about-us/history-of-axos"),
|
|
541
560
|
"Awards & Recognitions": findMoreAxosDomains(
|
|
@@ -545,6 +564,7 @@ const menuData = {
|
|
|
545
564
|
"Press & News": findMoreAxosDomains("{AXOSBANK}/about-us/press-and-news")
|
|
546
565
|
},
|
|
547
566
|
Legal: {
|
|
567
|
+
"Legal Home": findMoreAxosDomains("{AXOSBANK}/legal"),
|
|
548
568
|
"Business Disclosures": findMoreAxosDomains("{AXOSBANK}/legal/disclosures"),
|
|
549
569
|
"HELOC Disclosures": findMoreAxosDomains(
|
|
550
570
|
"{AXOSBANK}/legal/heloc-disclosures"
|
|
@@ -559,10 +579,12 @@ const menuData = {
|
|
|
559
579
|
},
|
|
560
580
|
"Sign In": {
|
|
561
581
|
Personal: {
|
|
582
|
+
"Personal Banking Home": findMoreAxosDomains("{AXOSBANK}/personal"),
|
|
562
583
|
"Account Login": findMoreAxosDomains("{ONLINEBANKING}/auth/Login"),
|
|
563
584
|
"Make a Payment": "https://loanpayment.axosbank.com"
|
|
564
585
|
},
|
|
565
586
|
Business: {
|
|
587
|
+
"Business Banking Home": findMoreAxosDomains("{AXOSBANK}/business"),
|
|
566
588
|
"Business Banking Login": findMoreAxosDomains(
|
|
567
589
|
"{AXOSBANK}/business/login"
|
|
568
590
|
),
|
|
@@ -574,6 +596,7 @@ const menuData = {
|
|
|
574
596
|
)
|
|
575
597
|
},
|
|
576
598
|
Partners: {
|
|
599
|
+
"Partners Home": findMoreAxosDomains("{AXOSBANK}/partners"),
|
|
577
600
|
"Wholesale and Correspondent": "https://thirdpartylending.axosbank.com/index",
|
|
578
601
|
"Advisor Login": findMoreAxosDomains("{ARMS}")
|
|
579
602
|
}
|
|
@@ -6,7 +6,7 @@ const WalnutIframe = ({ id, sourceUrl }) => /* @__PURE__ */ jsx("div", { classNa
|
|
|
6
6
|
id: `id-${id}`,
|
|
7
7
|
src: sourceUrl,
|
|
8
8
|
title: "Intereactive Demo",
|
|
9
|
-
style: { border: 0 },
|
|
9
|
+
style: { border: 0, width: "1056px" },
|
|
10
10
|
allow: "fullscreen",
|
|
11
11
|
allowFullScreen: true,
|
|
12
12
|
loading: "eager",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "
|
|
2
|
-
const shimmer = "
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_113g2_19";
|
|
2
|
+
const shimmer = "_shimmer_113g2_1";
|
|
3
3
|
const css = {
|
|
4
4
|
wrapper,
|
|
5
5
|
shimmer
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
._1yo1bp90 {
|
|
2
|
+
color: #1E3860;
|
|
2
3
|
font-family: var(--header-font-family);
|
|
3
|
-
font-weight: 600;
|
|
4
4
|
font-size: 40px;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
|
|
6
|
+
font-weight: 600;
|
|
7
7
|
letter-spacing: 0.2px;
|
|
8
|
-
|
|
8
|
+
line-height: 50px;
|
|
9
9
|
}
|
|
10
10
|
._1yo1bp91 {
|
|
11
|
-
|
|
11
|
+
color: #1E3860;
|
|
12
12
|
font-size: 28px;
|
|
13
|
+
font-weight: 600;
|
|
14
|
+
letter-spacing: 0.2px;
|
|
13
15
|
line-height: 36px;
|
|
14
16
|
margin-block: 16px;
|
|
15
|
-
letter-spacing: 0.2px;
|
|
16
|
-
color: #1E3860;
|
|
17
17
|
}
|
|
18
18
|
._1yo1bp92 {
|
|
19
|
-
font-weight: 400;
|
|
20
|
-
font-size: 18px;
|
|
21
|
-
line-height: 26px;
|
|
22
19
|
color: #1E262F;
|
|
20
|
+
font-size: 18px;
|
|
21
|
+
font-weight: 400;
|
|
23
22
|
letter-spacing: 0.2px;
|
|
23
|
+
line-height: 26px;
|
|
24
24
|
}
|
|
25
25
|
._1yo1bp93 {
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
margin-inline: auto;
|
|
28
|
-
width:
|
|
28
|
+
width: min(1024px, 100%);
|
|
29
29
|
}
|
|
30
30
|
.helpArticle .section_spacer:has(>img[style]:only-child) {
|
|
31
31
|
margin-bottom: 3.5rem;
|
|
@@ -62,4 +62,9 @@
|
|
|
62
62
|
._1yo1bp93 {
|
|
63
63
|
width: calc(100% - 2rem);
|
|
64
64
|
}
|
|
65
|
+
}
|
|
66
|
+
@media screen and (min-width: 1024px) {
|
|
67
|
+
._1yo1bp93 {
|
|
68
|
+
padding-inline: 1rem;
|
|
69
|
+
}
|
|
65
70
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._overlay_1rjre_1 {
|
|
2
2
|
position: fixed;
|
|
3
3
|
inset: 0;
|
|
4
4
|
height: 100vh;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
z-index: 10000;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
._drawer_1rjre_17 {
|
|
10
10
|
background: #fff;
|
|
11
11
|
border-radius: 0 0 0 1rem;
|
|
12
12
|
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
|
|
@@ -22,30 +22,33 @@
|
|
|
22
22
|
z-index: 10001;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._drawer_1rjre_17::-webkit-scrollbar {
|
|
26
26
|
display: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
._hamburger_1rjre_57 {
|
|
30
30
|
background: transparent;
|
|
31
31
|
border: none;
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
transition: opacity 0.3s ease;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._hamburger_1rjre_57:hover {
|
|
37
37
|
opacity: 0.8;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._header_1rjre_79 {
|
|
41
41
|
display: flex;
|
|
42
42
|
align-items: center;
|
|
43
43
|
background: #f4f4f4;
|
|
44
44
|
justify-content: space-between;
|
|
45
45
|
padding: 0.9rem 1.2rem 0.9rem 1rem;
|
|
46
|
+
position: sticky;
|
|
47
|
+
top: 0;
|
|
48
|
+
z-index: 1;
|
|
46
49
|
}
|
|
47
50
|
|
|
48
|
-
.
|
|
51
|
+
._back_1rjre_101 {
|
|
49
52
|
background: none;
|
|
50
53
|
border: none;
|
|
51
54
|
color: var(--_1073cm86);
|
|
@@ -56,32 +59,35 @@
|
|
|
56
59
|
padding: 0;
|
|
57
60
|
}
|
|
58
61
|
|
|
59
|
-
.
|
|
62
|
+
._close_1rjre_123 {
|
|
60
63
|
background: none;
|
|
61
64
|
border: none;
|
|
62
65
|
cursor: pointer;
|
|
63
66
|
font-size: 1.3rem;
|
|
64
67
|
}
|
|
65
68
|
|
|
66
|
-
.
|
|
69
|
+
._levelContainer_1rjre_137 {
|
|
67
70
|
height: 100%;
|
|
68
71
|
position: relative;
|
|
69
72
|
}
|
|
70
73
|
|
|
71
|
-
.
|
|
74
|
+
._level_1rjre_137 {
|
|
72
75
|
background: var(--_1073cm86);
|
|
73
76
|
color: var(--_1073cm85);
|
|
74
77
|
font-size: 0.9rem;
|
|
75
78
|
padding: 14px 1.2rem;
|
|
79
|
+
position: sticky;
|
|
80
|
+
top: 54.78px;
|
|
76
81
|
width: 100%;
|
|
82
|
+
z-index: 1;
|
|
77
83
|
}
|
|
78
84
|
|
|
79
|
-
.
|
|
85
|
+
._levelTitle_1rjre_169 {
|
|
80
86
|
font: 700 0.9rem / 1.39 var(--main-font-family);
|
|
81
87
|
letter-spacing: 0.4px;
|
|
82
88
|
}
|
|
83
89
|
|
|
84
|
-
.
|
|
90
|
+
._menu_1rjre_179 {
|
|
85
91
|
background-color: transparent;
|
|
86
92
|
list-style: none;
|
|
87
93
|
margin: 0;
|
|
@@ -90,18 +96,18 @@
|
|
|
90
96
|
position: relative;
|
|
91
97
|
}
|
|
92
98
|
|
|
93
|
-
.
|
|
99
|
+
._menu_1rjre_179 li {
|
|
94
100
|
color: var(--_1073cm83);
|
|
95
101
|
font-family: var(--header-font-family);
|
|
96
102
|
font-weight: 500;
|
|
97
103
|
border-top: 1px solid #e9e9e9;
|
|
98
104
|
}
|
|
99
105
|
|
|
100
|
-
.
|
|
106
|
+
._menu_1rjre_179 li + li {
|
|
101
107
|
margin-top: 0.5rem;
|
|
102
108
|
}
|
|
103
109
|
|
|
104
|
-
.
|
|
110
|
+
._menuItem_1rjre_219 {
|
|
105
111
|
display: flex;
|
|
106
112
|
align-items: center;
|
|
107
113
|
background: none;
|
|
@@ -117,31 +123,33 @@
|
|
|
117
123
|
width: 100%;
|
|
118
124
|
}
|
|
119
125
|
|
|
120
|
-
.
|
|
126
|
+
._chevron_1rjre_251 {
|
|
121
127
|
font-size: 1.2rem;
|
|
122
128
|
margin-left: auto;
|
|
123
129
|
}
|
|
124
130
|
|
|
125
|
-
.
|
|
131
|
+
._chevronIcon_1rjre_261 {
|
|
132
|
+
height: auto;
|
|
126
133
|
margin-right: 10px;
|
|
127
134
|
max-width: 8px;
|
|
128
|
-
height: auto;
|
|
129
135
|
}
|
|
130
136
|
|
|
131
|
-
body:has(.
|
|
137
|
+
body:has(._drawer_1rjre_17) {
|
|
132
138
|
overflow-y: hidden;
|
|
133
139
|
position: relative;
|
|
134
140
|
}
|
|
135
141
|
|
|
136
|
-
.
|
|
137
|
-
padding: 1rem;
|
|
142
|
+
._quickLinks_1rjre_283 {
|
|
138
143
|
background-color: #f4f4f4;
|
|
144
|
+
bottom: 0;
|
|
139
145
|
box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
|
|
140
|
-
margin-top: 9px;
|
|
141
146
|
gap: 8px;
|
|
147
|
+
margin-top: 9px;
|
|
148
|
+
padding: 1rem;
|
|
149
|
+
position: sticky;
|
|
142
150
|
}
|
|
143
151
|
|
|
144
|
-
.
|
|
152
|
+
._quickLink_1rjre_283 {
|
|
145
153
|
display: flex;
|
|
146
154
|
align-items: center;
|
|
147
155
|
color: var(--_1073cm86);
|
|
@@ -155,28 +163,28 @@ body:has(._drawer_lgd8i_17) {
|
|
|
155
163
|
text-transform: uppercase;
|
|
156
164
|
}
|
|
157
165
|
|
|
158
|
-
.
|
|
166
|
+
._sr_only_1rjre_331 {
|
|
159
167
|
position: absolute;
|
|
160
|
-
|
|
168
|
+
border: 0;
|
|
169
|
+
clip: rect(0, 0, 0, 0);
|
|
161
170
|
height: 1px;
|
|
162
|
-
padding: 0;
|
|
163
171
|
margin: -1px;
|
|
164
172
|
overflow: hidden;
|
|
165
|
-
|
|
173
|
+
padding: 0;
|
|
166
174
|
white-space: nowrap;
|
|
167
|
-
|
|
175
|
+
width: 1px;
|
|
168
176
|
}
|
|
169
177
|
|
|
170
178
|
@media (max-width: 540px) {
|
|
171
|
-
.
|
|
179
|
+
._drawer_1rjre_17 {
|
|
172
180
|
border-radius: 0;
|
|
173
181
|
max-width: none;
|
|
174
182
|
width: 100%;
|
|
175
183
|
}
|
|
176
|
-
.
|
|
184
|
+
._menu_1rjre_179 li + li {
|
|
177
185
|
margin-top: 3px;
|
|
178
186
|
}
|
|
179
|
-
.
|
|
187
|
+
._menuItem_1rjre_219 {
|
|
180
188
|
font-size: 0.9rem;
|
|
181
189
|
padding: 0.65rem 0;
|
|
182
190
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes _shimmer_113g2_1 {
|
|
2
2
|
from {
|
|
3
3
|
transform: translateX(-100%);
|
|
4
4
|
}
|
|
@@ -7,20 +7,19 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.
|
|
11
|
-
aspect-ratio: 1.845;
|
|
10
|
+
._wrapper_113g2_19 {
|
|
12
11
|
background: #1e3860;
|
|
13
12
|
border-radius: 8px;
|
|
13
|
+
height: 555px;
|
|
14
14
|
isolation: isolate;
|
|
15
15
|
margin-block: 48px;
|
|
16
|
-
width: 1024px;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
|
-
section > .
|
|
18
|
+
section > ._wrapper_113g2_19:first-child {
|
|
20
19
|
margin-top: 0 !important;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
|
-
.
|
|
22
|
+
._wrapper_113g2_19::before {
|
|
24
23
|
content: "";
|
|
25
24
|
position: absolute;
|
|
26
25
|
top: 0;
|
|
@@ -33,12 +32,12 @@ section > ._wrapper_1mudl_19:first-child {
|
|
|
33
32
|
rgba(255, 255, 255, 0.5) 50%,
|
|
34
33
|
rgba(255, 255, 255, 0) 80%
|
|
35
34
|
);
|
|
36
|
-
animation:
|
|
35
|
+
animation: _shimmer_113g2_1 1.3s infinite linear;
|
|
37
36
|
z-index: -1;
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
@media (max-width: 1023px) {
|
|
41
|
-
.
|
|
40
|
+
._wrapper_113g2_19 {
|
|
42
41
|
display: none;
|
|
43
42
|
}
|
|
44
43
|
}
|
|
@@ -38,7 +38,8 @@ const moreDomains = {
|
|
|
38
38
|
"{AUTOAX}": process.env.AUTO_AXOSBANK_URL || "https://auto.axosbank.com",
|
|
39
39
|
"{AFAST}": process.env.SECURE_FAST_URL || "https://secure.approvedfast.com",
|
|
40
40
|
"{LVFMYSITE}": process.env.LVF_MYSITE_URL || "https://lavictoire-finance.my.site.com",
|
|
41
|
-
"{PERSONALLOANS}": process.env.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com"
|
|
41
|
+
"{PERSONALLOANS}": process.env.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
|
|
42
|
+
"{MODELSELECTION}": process.env.MODEL_SELECTION_URL || "https://modelselection.axos.com"
|
|
42
43
|
};
|
|
43
44
|
const isAllowedUrl = (url) => {
|
|
44
45
|
const uri = new URL(url, location.href);
|
package/package.json
CHANGED
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "dist/main.js",
|
|
7
|
-
"types": "dist/main.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"sideEffects": [
|
|
12
|
-
"dist/assets/**/*.css"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"dev": "vite",
|
|
16
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
-
"preview": "vite preview",
|
|
19
|
-
"prepublishOnly": "npm run build",
|
|
20
|
-
"check-types": "tsc --pretty --noEmit",
|
|
21
|
-
"check-format": "prettier --check .",
|
|
22
|
-
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
-
"format": "prettier --write .",
|
|
24
|
-
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
-
"prepare": "husky",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "storybook build",
|
|
28
|
-
"npm:link": "npm run build && npm link"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@headlessui/react": "^2.2.0",
|
|
32
|
-
"@hookform/resolvers": "^3.9.1",
|
|
33
|
-
"@react-input/mask": "^1.2.15",
|
|
34
|
-
"@react-input/number-format": "^1.1.3",
|
|
35
|
-
"@storybook/icons": "^1.3.0",
|
|
36
|
-
"@storybook/preview-api": "^8.4.7",
|
|
37
|
-
"@types/iframe-resizer": "3.5.13",
|
|
38
|
-
"@vanilla-extract/css": "^1.16.1",
|
|
39
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
40
|
-
"antd": "^5.22.5",
|
|
41
|
-
"clsx": "^2.1.1",
|
|
42
|
-
"framer-motion": "^12.9.2",
|
|
43
|
-
"iframe-resizer": "^3.6.6",
|
|
44
|
-
"lodash": "^4.17.21",
|
|
45
|
-
"moment": "^2.30.1",
|
|
46
|
-
"react-date-picker": "^11.0.0",
|
|
47
|
-
"react-date-range": "^2.0.1",
|
|
48
|
-
"react-hook-form": "^7.54.2",
|
|
49
|
-
"react-markdown": "^9.0.1",
|
|
50
|
-
"react-popper": "^2.3.0",
|
|
51
|
-
"react-slick": "^0.30.2",
|
|
52
|
-
"react-use": "^17.6.0",
|
|
53
|
-
"react-wrap-balancer": "^1.1.1",
|
|
54
|
-
"rsuite": "^5.75.0",
|
|
55
|
-
"slick-carousel": "^1.8.1",
|
|
56
|
-
"typed-css-modules": "^0.9.1",
|
|
57
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
58
|
-
"zod": "^3.24.1",
|
|
59
|
-
"zustand": "^4.5.5"
|
|
60
|
-
},
|
|
61
|
-
"peerDependencies": {
|
|
62
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
63
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
64
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
65
|
-
"next": "^14.1.4",
|
|
66
|
-
"react": "^18.2.0",
|
|
67
|
-
"react-date-range": "^2.0.1",
|
|
68
|
-
"react-dom": "^18.2.0",
|
|
69
|
-
"react-popper": "^2.3.0",
|
|
70
|
-
"react-slick": "^0.30.2",
|
|
71
|
-
"slick-carousel": "^1.8.1"
|
|
72
|
-
},
|
|
73
|
-
"devDependencies": {
|
|
74
|
-
"@chromatic-com/storybook": "^1.9.0",
|
|
75
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
76
|
-
"@storybook/addon-essentials": "^8.4.7",
|
|
77
|
-
"@storybook/addon-interactions": "^8.4.7",
|
|
78
|
-
"@storybook/addon-links": "^8.4.7",
|
|
79
|
-
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
80
|
-
"@storybook/addon-onboarding": "^8.4.7",
|
|
81
|
-
"@storybook/addon-themes": "^8.4.7",
|
|
82
|
-
"@storybook/blocks": "^8.4.7",
|
|
83
|
-
"@storybook/react": "^8.4.7",
|
|
84
|
-
"@storybook/react-vite": "^8.4.7",
|
|
85
|
-
"@storybook/test": "^8.4.7",
|
|
86
|
-
"@svgr/core": "^8.1.0",
|
|
87
|
-
"@svgr/plugin-prettier": "^8.1.0",
|
|
88
|
-
"@svgr/plugin-svgo": "^8.1.0",
|
|
89
|
-
"@types/lodash": "^4.17.13",
|
|
90
|
-
"@types/node": "^20.17.10",
|
|
91
|
-
"@types/react": "^18.3.18",
|
|
92
|
-
"@types/react-date-range": "^1.4.9",
|
|
93
|
-
"@types/react-datepicker": "^6.2.0",
|
|
94
|
-
"@types/react-dom": "^18.3.5",
|
|
95
|
-
"@types/react-slick": "^0.23.13",
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
97
|
-
"@typescript-eslint/parser": "^7.18.0",
|
|
98
|
-
"@vanilla-extract/css-utils": "^0.1.4",
|
|
99
|
-
"@vanilla-extract/recipes": "^0.5.5",
|
|
100
|
-
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
101
|
-
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
102
|
-
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
103
|
-
"eslint": "^8.57.1",
|
|
104
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
105
|
-
"eslint-plugin-react-refresh": "^0.4.16",
|
|
106
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
107
|
-
"glob": "^10.4.5",
|
|
108
|
-
"husky": "^9.1.7",
|
|
109
|
-
"next": "^14.1.4",
|
|
110
|
-
"prettier": "3.2.5",
|
|
111
|
-
"react": "^18.3.1",
|
|
112
|
-
"react-dom": "^18.3.1",
|
|
113
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
114
|
-
"rollup-plugin-svg-import": "^3.0.0",
|
|
115
|
-
"rollup-plugin-svgo": "^2.0.0",
|
|
116
|
-
"storybook": "^8.4.7",
|
|
117
|
-
"typescript": "^5.7.2",
|
|
118
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
119
|
-
"vite": "^5.4.11",
|
|
120
|
-
"vite-plugin-dts": "^3.9.1",
|
|
121
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
122
|
-
"vite-plugin-setting-css-module": "^1.1.4",
|
|
123
|
-
"vite-tsconfig-paths": "^4.3.2"
|
|
124
|
-
},
|
|
125
|
-
"main": "index.js",
|
|
126
|
-
"directories": {
|
|
127
|
-
"lib": "lib"
|
|
128
|
-
},
|
|
129
|
-
"author": "axos-web-dev",
|
|
130
|
-
"license": "ISC"
|
|
131
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "1.0.48",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "dist/main.js",
|
|
7
|
+
"types": "dist/main.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"dist/assets/**/*.css"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite",
|
|
16
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
+
"preview": "vite preview",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"check-types": "tsc --pretty --noEmit",
|
|
21
|
+
"check-format": "prettier --check .",
|
|
22
|
+
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
+
"format": "prettier --write .",
|
|
24
|
+
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
+
"prepare": "husky",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
|
+
"npm:link": "npm run build && npm link"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@headlessui/react": "^2.2.0",
|
|
32
|
+
"@hookform/resolvers": "^3.9.1",
|
|
33
|
+
"@react-input/mask": "^1.2.15",
|
|
34
|
+
"@react-input/number-format": "^1.1.3",
|
|
35
|
+
"@storybook/icons": "^1.3.0",
|
|
36
|
+
"@storybook/preview-api": "^8.4.7",
|
|
37
|
+
"@types/iframe-resizer": "3.5.13",
|
|
38
|
+
"@vanilla-extract/css": "^1.16.1",
|
|
39
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
40
|
+
"antd": "^5.22.5",
|
|
41
|
+
"clsx": "^2.1.1",
|
|
42
|
+
"framer-motion": "^12.9.2",
|
|
43
|
+
"iframe-resizer": "^3.6.6",
|
|
44
|
+
"lodash": "^4.17.21",
|
|
45
|
+
"moment": "^2.30.1",
|
|
46
|
+
"react-date-picker": "^11.0.0",
|
|
47
|
+
"react-date-range": "^2.0.1",
|
|
48
|
+
"react-hook-form": "^7.54.2",
|
|
49
|
+
"react-markdown": "^9.0.1",
|
|
50
|
+
"react-popper": "^2.3.0",
|
|
51
|
+
"react-slick": "^0.30.2",
|
|
52
|
+
"react-use": "^17.6.0",
|
|
53
|
+
"react-wrap-balancer": "^1.1.1",
|
|
54
|
+
"rsuite": "^5.75.0",
|
|
55
|
+
"slick-carousel": "^1.8.1",
|
|
56
|
+
"typed-css-modules": "^0.9.1",
|
|
57
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
58
|
+
"zod": "^3.24.1",
|
|
59
|
+
"zustand": "^4.5.5"
|
|
60
|
+
},
|
|
61
|
+
"peerDependencies": {
|
|
62
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
63
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
64
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
65
|
+
"next": "^14.1.4",
|
|
66
|
+
"react": "^18.2.0",
|
|
67
|
+
"react-date-range": "^2.0.1",
|
|
68
|
+
"react-dom": "^18.2.0",
|
|
69
|
+
"react-popper": "^2.3.0",
|
|
70
|
+
"react-slick": "^0.30.2",
|
|
71
|
+
"slick-carousel": "^1.8.1"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@chromatic-com/storybook": "^1.9.0",
|
|
75
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
76
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
77
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
78
|
+
"@storybook/addon-links": "^8.4.7",
|
|
79
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
80
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
81
|
+
"@storybook/addon-themes": "^8.4.7",
|
|
82
|
+
"@storybook/blocks": "^8.4.7",
|
|
83
|
+
"@storybook/react": "^8.4.7",
|
|
84
|
+
"@storybook/react-vite": "^8.4.7",
|
|
85
|
+
"@storybook/test": "^8.4.7",
|
|
86
|
+
"@svgr/core": "^8.1.0",
|
|
87
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
88
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
89
|
+
"@types/lodash": "^4.17.13",
|
|
90
|
+
"@types/node": "^20.17.10",
|
|
91
|
+
"@types/react": "^18.3.18",
|
|
92
|
+
"@types/react-date-range": "^1.4.9",
|
|
93
|
+
"@types/react-datepicker": "^6.2.0",
|
|
94
|
+
"@types/react-dom": "^18.3.5",
|
|
95
|
+
"@types/react-slick": "^0.23.13",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
97
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
98
|
+
"@vanilla-extract/css-utils": "^0.1.4",
|
|
99
|
+
"@vanilla-extract/recipes": "^0.5.5",
|
|
100
|
+
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
101
|
+
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
102
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
103
|
+
"eslint": "^8.57.1",
|
|
104
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
105
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
106
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
107
|
+
"glob": "^10.4.5",
|
|
108
|
+
"husky": "^9.1.7",
|
|
109
|
+
"next": "^14.1.4",
|
|
110
|
+
"prettier": "3.2.5",
|
|
111
|
+
"react": "^18.3.1",
|
|
112
|
+
"react-dom": "^18.3.1",
|
|
113
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
114
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
115
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
116
|
+
"storybook": "^8.4.7",
|
|
117
|
+
"typescript": "^5.7.2",
|
|
118
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
119
|
+
"vite": "^5.4.11",
|
|
120
|
+
"vite-plugin-dts": "^3.9.1",
|
|
121
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
122
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
123
|
+
"vite-tsconfig-paths": "^4.3.2"
|
|
124
|
+
},
|
|
125
|
+
"main": "index.js",
|
|
126
|
+
"directories": {
|
|
127
|
+
"lib": "lib"
|
|
128
|
+
},
|
|
129
|
+
"author": "axos-web-dev",
|
|
130
|
+
"license": "ISC"
|
|
131
|
+
}
|