@axos-web-dev/shared-components 1.0.100-dev.44 → 1.0.100-dev.47
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 +1 -1
- package/dist/Auth/ErrorAlert.js +1 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +352 -355
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplyNow.js +1 -1
- package/dist/Forms/ContactUsBusiness.js +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +1 -1
- package/dist/Forms/CraPublicFile.js +1 -1
- package/dist/Forms/EmailOnly.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
- package/dist/Forms/MortgageWarehouseLending.js +1 -1
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/HeroBanner/HeroBanner.js +12 -3
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/ImageLink.js +1 -1
- package/dist/ImageLink/ImageLinkSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +1 -1
- package/dist/Insight/Featured/Featured.js +1 -1
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +1 -1
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +1 -1
- package/dist/NavigationMenu/NavDataJson.js +1 -1
- package/dist/NavigationMenu/Navbar.js +1 -1
- package/dist/NavigationMenu/SignInNavButton.js +1 -1
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/SocialMediaBar/iconsRepository.js +1 -1
- package/dist/VideoTile/VideoTile.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +72 -72
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
- package/package.json +136 -136
|
@@ -73,10 +73,10 @@ import "../Auth/SignInPassword.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Carousel/index.js";
|
|
76
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
76
|
/* empty css */
|
|
78
77
|
import "../Chatbot/store/chat.js";
|
|
79
78
|
import "../Chatbot/authenticate.js";
|
|
79
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../Chatbot/store/messages.js";
|
|
82
82
|
/* empty css */
|
|
@@ -68,10 +68,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../../Carousel/index.js";
|
|
71
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../../Chatbot/store/chat.js";
|
|
74
73
|
import "../../Chatbot/authenticate.js";
|
|
74
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/messages.js";
|
|
77
77
|
/* empty css */
|
package/dist/Forms/ApplyNow.js
CHANGED
|
@@ -73,10 +73,10 @@ import "../Auth/SignInPassword.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Carousel/index.js";
|
|
76
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
76
|
/* empty css */
|
|
78
77
|
import "../Chatbot/store/chat.js";
|
|
79
78
|
import "../Chatbot/authenticate.js";
|
|
79
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../Chatbot/store/messages.js";
|
|
82
82
|
/* empty css */
|
|
@@ -75,10 +75,10 @@ import "../Auth/SignInPassword.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Carousel/index.js";
|
|
78
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
78
|
/* empty css */
|
|
80
79
|
import "../Chatbot/store/chat.js";
|
|
81
80
|
import "../Chatbot/authenticate.js";
|
|
81
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../Chatbot/store/messages.js";
|
|
84
84
|
/* empty css */
|
|
@@ -75,10 +75,10 @@ import "../Auth/SignInPassword.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Carousel/index.js";
|
|
78
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
78
|
/* empty css */
|
|
80
79
|
import "../Chatbot/store/chat.js";
|
|
81
80
|
import "../Chatbot/authenticate.js";
|
|
81
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../Chatbot/store/messages.js";
|
|
84
84
|
/* empty css */
|
|
@@ -75,10 +75,10 @@ import "../Auth/SignInPassword.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Carousel/index.js";
|
|
78
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
78
|
/* empty css */
|
|
80
79
|
import "../Chatbot/store/chat.js";
|
|
81
80
|
import "../Chatbot/authenticate.js";
|
|
81
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../Chatbot/store/messages.js";
|
|
84
84
|
/* empty css */
|
|
@@ -75,10 +75,10 @@ import "../Auth/SignInPassword.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Carousel/index.js";
|
|
78
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
78
|
/* empty css */
|
|
80
79
|
import "../Chatbot/store/chat.js";
|
|
81
80
|
import "../Chatbot/authenticate.js";
|
|
81
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../Chatbot/store/messages.js";
|
|
84
84
|
/* empty css */
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -76,10 +76,10 @@ import "../Auth/SignInPassword.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Carousel/index.js";
|
|
79
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
79
|
/* empty css */
|
|
81
80
|
import "../Chatbot/store/chat.js";
|
|
82
81
|
import "../Chatbot/authenticate.js";
|
|
82
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
|
85
85
|
/* empty css */
|
|
@@ -76,10 +76,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../../Carousel/index.js";
|
|
79
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
79
|
/* empty css */
|
|
81
80
|
import "../../Chatbot/store/chat.js";
|
|
82
81
|
import "../../Chatbot/authenticate.js";
|
|
82
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../../Chatbot/store/messages.js";
|
|
85
85
|
/* empty css */
|
|
@@ -71,10 +71,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../../Carousel/index.js";
|
|
74
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
74
|
/* empty css */
|
|
76
75
|
import "../../Chatbot/store/chat.js";
|
|
77
76
|
import "../../Chatbot/authenticate.js";
|
|
77
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Chatbot/store/messages.js";
|
|
80
80
|
/* empty css */
|
|
@@ -75,10 +75,10 @@ import "../Auth/SignInPassword.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Carousel/index.js";
|
|
78
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
78
|
/* empty css */
|
|
80
79
|
import "../Chatbot/store/chat.js";
|
|
81
80
|
import "../Chatbot/authenticate.js";
|
|
81
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../Chatbot/store/messages.js";
|
|
84
84
|
/* empty css */
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -58,10 +58,10 @@ import "../Auth/SignInPassword.js";
|
|
|
58
58
|
/* empty css */
|
|
59
59
|
/* empty css */
|
|
60
60
|
import "../Carousel/index.js";
|
|
61
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
62
61
|
/* empty css */
|
|
63
62
|
import "../Chatbot/store/chat.js";
|
|
64
63
|
import "../Chatbot/authenticate.js";
|
|
64
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
65
65
|
import "react-use";
|
|
66
66
|
/* empty css */
|
|
67
67
|
import "../Chatbot/store/messages.js";
|
|
@@ -112,7 +112,8 @@ const HeroBanner = ({
|
|
|
112
112
|
displayText,
|
|
113
113
|
targetUrl,
|
|
114
114
|
type,
|
|
115
|
-
icon
|
|
115
|
+
icon,
|
|
116
|
+
newTab
|
|
116
117
|
}) => type === "Button" ? /* @__PURE__ */ jsxs(
|
|
117
118
|
Button,
|
|
118
119
|
{
|
|
@@ -121,6 +122,7 @@ const HeroBanner = ({
|
|
|
121
122
|
size: "large",
|
|
122
123
|
rounded: "medium",
|
|
123
124
|
square: icon !== void 0,
|
|
125
|
+
newTab,
|
|
124
126
|
children: [
|
|
125
127
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx("div", { className: clsx(selection_section_icon), children: /* @__PURE__ */ jsx(
|
|
126
128
|
"span",
|
|
@@ -146,6 +148,7 @@ const HeroBanner = ({
|
|
|
146
148
|
targetUrl,
|
|
147
149
|
variant: getVariant(variant2),
|
|
148
150
|
goBack: bannerType === "Logout",
|
|
151
|
+
newTab,
|
|
149
152
|
children: displayText
|
|
150
153
|
},
|
|
151
154
|
id2
|
|
@@ -192,7 +195,8 @@ const HeroBanner = ({
|
|
|
192
195
|
icon,
|
|
193
196
|
displayText,
|
|
194
197
|
targetUrl,
|
|
195
|
-
type
|
|
198
|
+
type,
|
|
199
|
+
newTab
|
|
196
200
|
}) => type === "Button" ? /* @__PURE__ */ jsxs(
|
|
197
201
|
Button,
|
|
198
202
|
{
|
|
@@ -201,6 +205,7 @@ const HeroBanner = ({
|
|
|
201
205
|
size: "large",
|
|
202
206
|
rounded: "medium",
|
|
203
207
|
square: true,
|
|
208
|
+
newTab,
|
|
204
209
|
children: [
|
|
205
210
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx("div", { className: selection_section_icon, children: /* @__PURE__ */ jsx(
|
|
206
211
|
"span",
|
|
@@ -228,6 +233,7 @@ const HeroBanner = ({
|
|
|
228
233
|
rounded: "medium",
|
|
229
234
|
size: "large",
|
|
230
235
|
square: true,
|
|
236
|
+
newTab,
|
|
231
237
|
children: [
|
|
232
238
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx(
|
|
233
239
|
"div",
|
|
@@ -351,7 +357,8 @@ const HeroBanner = ({
|
|
|
351
357
|
variant: variant2,
|
|
352
358
|
displayText,
|
|
353
359
|
targetUrl,
|
|
354
|
-
type
|
|
360
|
+
type,
|
|
361
|
+
newTab
|
|
355
362
|
}) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
356
363
|
Button,
|
|
357
364
|
{
|
|
@@ -359,6 +366,7 @@ const HeroBanner = ({
|
|
|
359
366
|
color: getVariant(variant2),
|
|
360
367
|
size: "large",
|
|
361
368
|
rounded: "medium",
|
|
369
|
+
newTab,
|
|
362
370
|
children: displayText
|
|
363
371
|
},
|
|
364
372
|
id2
|
|
@@ -367,6 +375,7 @@ const HeroBanner = ({
|
|
|
367
375
|
{
|
|
368
376
|
targetUrl,
|
|
369
377
|
variant: getVariant(variant2),
|
|
378
|
+
newTab,
|
|
370
379
|
children: displayText
|
|
371
380
|
},
|
|
372
381
|
id2
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -67,10 +67,10 @@ import "../Auth/SignInPassword.js";
|
|
|
67
67
|
/* empty css */
|
|
68
68
|
/* empty css */
|
|
69
69
|
import "../Carousel/index.js";
|
|
70
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
71
70
|
/* empty css */
|
|
72
71
|
import "../Chatbot/store/chat.js";
|
|
73
72
|
import "../Chatbot/authenticate.js";
|
|
73
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Chatbot/store/messages.js";
|
|
76
76
|
/* empty css */
|
|
@@ -66,10 +66,10 @@ import "../Auth/SignInPassword.js";
|
|
|
66
66
|
/* empty css */
|
|
67
67
|
/* empty css */
|
|
68
68
|
import "../Carousel/index.js";
|
|
69
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
70
69
|
/* empty css */
|
|
71
70
|
import "../Chatbot/store/chat.js";
|
|
72
71
|
import "../Chatbot/authenticate.js";
|
|
72
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../Chatbot/store/messages.js";
|
|
75
75
|
/* empty css */
|
|
@@ -73,10 +73,10 @@ import "../Auth/SignInPassword.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Carousel/index.js";
|
|
76
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
76
|
/* empty css */
|
|
78
77
|
import "../Chatbot/store/chat.js";
|
|
79
78
|
import "../Chatbot/authenticate.js";
|
|
79
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../Chatbot/store/messages.js";
|
|
82
82
|
/* empty css */
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -65,10 +65,10 @@ import "../Auth/SignInPassword.js";
|
|
|
65
65
|
/* empty css */
|
|
66
66
|
/* empty css */
|
|
67
67
|
import "../Carousel/index.js";
|
|
68
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
69
68
|
/* empty css */
|
|
70
69
|
import "../Chatbot/store/chat.js";
|
|
71
70
|
import "../Chatbot/authenticate.js";
|
|
71
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../Chatbot/store/messages.js";
|
|
74
74
|
/* empty css */
|
|
@@ -69,10 +69,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
71
|
import "../../Carousel/index.js";
|
|
72
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
73
72
|
/* empty css */
|
|
74
73
|
import "../../Chatbot/store/chat.js";
|
|
75
74
|
import "../../Chatbot/authenticate.js";
|
|
75
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../../Chatbot/store/messages.js";
|
|
78
78
|
/* empty css */
|
|
@@ -70,10 +70,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
70
70
|
/* empty css */
|
|
71
71
|
/* empty css */
|
|
72
72
|
import "../../Carousel/index.js";
|
|
73
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
74
73
|
/* empty css */
|
|
75
74
|
import "../../Chatbot/store/chat.js";
|
|
76
75
|
import "../../Chatbot/authenticate.js";
|
|
76
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../../Chatbot/store/messages.js";
|
|
79
79
|
/* empty css */
|
|
@@ -68,10 +68,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../../Carousel/index.js";
|
|
71
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../../Chatbot/store/chat.js";
|
|
74
73
|
import "../../Chatbot/authenticate.js";
|
|
74
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/messages.js";
|
|
77
77
|
/* empty css */
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -68,10 +68,10 @@ import "../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../Carousel/index.js";
|
|
71
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../Chatbot/store/chat.js";
|
|
74
73
|
import "../Chatbot/authenticate.js";
|
|
74
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../Chatbot/store/messages.js";
|
|
77
77
|
/* empty css */
|
|
@@ -68,10 +68,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../../Carousel/index.js";
|
|
71
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../../Chatbot/store/chat.js";
|
|
74
73
|
import "../../Chatbot/authenticate.js";
|
|
74
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/messages.js";
|
|
77
77
|
/* empty css */
|
|
@@ -69,10 +69,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
71
|
import "../../Carousel/index.js";
|
|
72
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
73
72
|
/* empty css */
|
|
74
73
|
import "../../Chatbot/store/chat.js";
|
|
75
74
|
import "../../Chatbot/authenticate.js";
|
|
75
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../../Chatbot/store/messages.js";
|
|
78
78
|
/* empty css */
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_header = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const footer = "
|
|
19
|
-
const open = "
|
|
20
|
-
const dd_wrapper = "
|
|
21
|
-
const dd_media = "
|
|
22
|
-
const dd_media_img = "
|
|
23
|
-
const dd_site_navs = "
|
|
24
|
-
const dd_media_header = "
|
|
25
|
-
const mt_8 = "
|
|
26
|
-
const mt_16 = "
|
|
27
|
-
const ml_8 = "
|
|
28
|
-
const dd_media_cta = "
|
|
29
|
-
const reversed_row = "
|
|
30
|
-
const headline = "
|
|
31
|
-
const nav_anchor = "
|
|
32
|
-
const headline_cta = "
|
|
33
|
-
const site_lists = "
|
|
34
|
-
const hamburger = "
|
|
35
|
-
const mobile_only = "
|
|
36
|
-
const mobile_logo = "
|
|
37
|
-
const highlight = "
|
|
38
|
-
const mobile_nav = "
|
|
39
|
-
const mobile_opened = "
|
|
40
|
-
const mobile_nav_item = "
|
|
41
|
-
const has_dropdown = "
|
|
42
|
-
const icon_wrap = "
|
|
43
|
-
const mobile_footer = "
|
|
44
|
-
const mobile_footer_content = "
|
|
45
|
-
const mobile_footer_media = "
|
|
46
|
-
const footer_cta = "
|
|
47
|
-
const inner_wrapper = "
|
|
48
|
-
const btn = "
|
|
49
|
-
const sub_menu = "
|
|
50
|
-
const main = "
|
|
51
|
-
const dd_footer = "
|
|
52
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css.css';const header = "_header_9w33l_1";
|
|
2
|
+
const wrapper = "_wrapper_9w33l_5";
|
|
3
|
+
const header_main_row = "_header_main_row_9w33l_10";
|
|
4
|
+
const mobile_header = "_mobile_header_9w33l_11";
|
|
5
|
+
const logo_wrap = "_logo_wrap_9w33l_17";
|
|
6
|
+
const primary_links = "_primary_links_9w33l_21";
|
|
7
|
+
const main_nav_link = "_main_nav_link_9w33l_25";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_9w33l_57";
|
|
9
|
+
const signin_wrap = "_signin_wrap_9w33l_59";
|
|
10
|
+
const signin_btn = "_signin_btn_9w33l_60";
|
|
11
|
+
const header_sub_row = "_header_sub_row_9w33l_98";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_9w33l_118";
|
|
13
|
+
const shadow = "_shadow_9w33l_128";
|
|
14
|
+
const signin_header = "_signin_header_9w33l_136";
|
|
15
|
+
const signin_subheader = "_signin_subheader_9w33l_143";
|
|
16
|
+
const opacity = "_opacity_9w33l_165";
|
|
17
|
+
const fadeInDown = "_fadeInDown_9w33l_1";
|
|
18
|
+
const footer = "_footer_9w33l_171";
|
|
19
|
+
const open = "_open_9w33l_187";
|
|
20
|
+
const dd_wrapper = "_dd_wrapper_9w33l_199";
|
|
21
|
+
const dd_media = "_dd_media_9w33l_204";
|
|
22
|
+
const dd_media_img = "_dd_media_img_9w33l_209";
|
|
23
|
+
const dd_site_navs = "_dd_site_navs_9w33l_213";
|
|
24
|
+
const dd_media_header = "_dd_media_header_9w33l_220";
|
|
25
|
+
const mt_8 = "_mt_8_9w33l_229";
|
|
26
|
+
const mt_16 = "_mt_16_9w33l_233";
|
|
27
|
+
const ml_8 = "_ml_8_9w33l_237";
|
|
28
|
+
const dd_media_cta = "_dd_media_cta_9w33l_241";
|
|
29
|
+
const reversed_row = "_reversed_row_9w33l_255";
|
|
30
|
+
const headline = "_headline_9w33l_271";
|
|
31
|
+
const nav_anchor = "_nav_anchor_9w33l_277";
|
|
32
|
+
const headline_cta = "_headline_cta_9w33l_285";
|
|
33
|
+
const site_lists = "_site_lists_9w33l_300";
|
|
34
|
+
const hamburger = "_hamburger_9w33l_335";
|
|
35
|
+
const mobile_only = "_mobile_only_9w33l_349";
|
|
36
|
+
const mobile_logo = "_mobile_logo_9w33l_355";
|
|
37
|
+
const highlight = "_highlight_9w33l_360";
|
|
38
|
+
const mobile_nav = "_mobile_nav_9w33l_396";
|
|
39
|
+
const mobile_opened = "_mobile_opened_9w33l_407";
|
|
40
|
+
const mobile_nav_item = "_mobile_nav_item_9w33l_415";
|
|
41
|
+
const has_dropdown = "_has_dropdown_9w33l_430";
|
|
42
|
+
const icon_wrap = "_icon_wrap_9w33l_451";
|
|
43
|
+
const mobile_footer = "_mobile_footer_9w33l_456";
|
|
44
|
+
const mobile_footer_content = "_mobile_footer_content_9w33l_461";
|
|
45
|
+
const mobile_footer_media = "_mobile_footer_media_9w33l_476";
|
|
46
|
+
const footer_cta = "_footer_cta_9w33l_482";
|
|
47
|
+
const inner_wrapper = "_inner_wrapper_9w33l_510";
|
|
48
|
+
const btn = "_btn_9w33l_515";
|
|
49
|
+
const sub_menu = "_sub_menu_9w33l_520";
|
|
50
|
+
const main = "_main_9w33l_25";
|
|
51
|
+
const dd_footer = "_dd_footer_9w33l_545";
|
|
52
|
+
const desktop_only = "_desktop_only_9w33l_564";
|
|
53
53
|
const styles = {
|
|
54
54
|
header,
|
|
55
55
|
wrapper,
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const main_nav = "
|
|
4
|
-
const header_main_row = "
|
|
5
|
-
const mobile_header = "
|
|
6
|
-
const logo_wrap = "
|
|
7
|
-
const primary_links = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const footer = "
|
|
20
|
-
const open = "
|
|
21
|
-
const dd_wrapper = "
|
|
22
|
-
const dd_media = "
|
|
23
|
-
const dd_media_img = "
|
|
24
|
-
const dd_site_navs = "
|
|
25
|
-
const dd_media_header = "
|
|
26
|
-
const mt_8 = "
|
|
27
|
-
const mt_16 = "
|
|
28
|
-
const ml_8 = "
|
|
29
|
-
const dd_media_cta = "
|
|
30
|
-
const reversed_row = "
|
|
31
|
-
const headline = "
|
|
32
|
-
const nav_anchor = "
|
|
33
|
-
const headline_cta = "
|
|
34
|
-
const site_lists = "
|
|
35
|
-
const hamburger = "
|
|
36
|
-
const mobile_only = "
|
|
37
|
-
const mobile_logo = "
|
|
38
|
-
const highlight = "
|
|
39
|
-
const mobile_nav = "
|
|
40
|
-
const mobile_opened = "
|
|
41
|
-
const mobile_nav_item = "
|
|
42
|
-
const has_dropdown = "
|
|
43
|
-
const icon_wrap = "
|
|
44
|
-
const mobile_footer = "
|
|
45
|
-
const mobile_footer_content = "
|
|
46
|
-
const mobile_footer_media = "
|
|
47
|
-
const footer_cta = "
|
|
48
|
-
const inner_wrapper = "
|
|
49
|
-
const btn = "
|
|
50
|
-
const sub_menu = "
|
|
51
|
-
const main = "
|
|
52
|
-
const dd_footer = "
|
|
53
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css';const header = "_header_yenuk_1";
|
|
2
|
+
const wrapper = "_wrapper_yenuk_5";
|
|
3
|
+
const main_nav = "_main_nav_yenuk_10";
|
|
4
|
+
const header_main_row = "_header_main_row_yenuk_17";
|
|
5
|
+
const mobile_header = "_mobile_header_yenuk_18";
|
|
6
|
+
const logo_wrap = "_logo_wrap_yenuk_30";
|
|
7
|
+
const primary_links = "_primary_links_yenuk_34";
|
|
8
|
+
const main_nav_link = "_main_nav_link_yenuk_38";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_yenuk_70";
|
|
10
|
+
const signin_wrap = "_signin_wrap_yenuk_72";
|
|
11
|
+
const signin_btn = "_signin_btn_yenuk_73";
|
|
12
|
+
const header_sub_row = "_header_sub_row_yenuk_110";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_yenuk_130";
|
|
14
|
+
const shadow = "_shadow_yenuk_140";
|
|
15
|
+
const signin_header = "_signin_header_yenuk_148";
|
|
16
|
+
const signin_subheader = "_signin_subheader_yenuk_155";
|
|
17
|
+
const opacity = "_opacity_yenuk_177";
|
|
18
|
+
const fadeInDown = "_fadeInDown_yenuk_1";
|
|
19
|
+
const footer = "_footer_yenuk_183";
|
|
20
|
+
const open = "_open_yenuk_199";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_yenuk_211";
|
|
22
|
+
const dd_media = "_dd_media_yenuk_216";
|
|
23
|
+
const dd_media_img = "_dd_media_img_yenuk_221";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_yenuk_225";
|
|
25
|
+
const dd_media_header = "_dd_media_header_yenuk_232";
|
|
26
|
+
const mt_8 = "_mt_8_yenuk_241";
|
|
27
|
+
const mt_16 = "_mt_16_yenuk_245";
|
|
28
|
+
const ml_8 = "_ml_8_yenuk_249";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_yenuk_253";
|
|
30
|
+
const reversed_row = "_reversed_row_yenuk_267";
|
|
31
|
+
const headline = "_headline_yenuk_283";
|
|
32
|
+
const nav_anchor = "_nav_anchor_yenuk_289";
|
|
33
|
+
const headline_cta = "_headline_cta_yenuk_297";
|
|
34
|
+
const site_lists = "_site_lists_yenuk_312";
|
|
35
|
+
const hamburger = "_hamburger_yenuk_347";
|
|
36
|
+
const mobile_only = "_mobile_only_yenuk_361";
|
|
37
|
+
const mobile_logo = "_mobile_logo_yenuk_367";
|
|
38
|
+
const highlight = "_highlight_yenuk_372";
|
|
39
|
+
const mobile_nav = "_mobile_nav_yenuk_408";
|
|
40
|
+
const mobile_opened = "_mobile_opened_yenuk_419";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_yenuk_427";
|
|
42
|
+
const has_dropdown = "_has_dropdown_yenuk_442";
|
|
43
|
+
const icon_wrap = "_icon_wrap_yenuk_463";
|
|
44
|
+
const mobile_footer = "_mobile_footer_yenuk_468";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_yenuk_473";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_yenuk_488";
|
|
47
|
+
const footer_cta = "_footer_cta_yenuk_494";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_yenuk_523";
|
|
49
|
+
const btn = "_btn_yenuk_528";
|
|
50
|
+
const sub_menu = "_sub_menu_yenuk_534";
|
|
51
|
+
const main = "_main_yenuk_10";
|
|
52
|
+
const dd_footer = "_dd_footer_yenuk_559";
|
|
53
|
+
const desktop_only = "_desktop_only_yenuk_579";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|
|
@@ -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_pl06n_1";
|
|
2
|
+
const drawer = "_drawer_pl06n_9";
|
|
3
|
+
const hamburger = "_hamburger_pl06n_29";
|
|
4
|
+
const header = "_header_pl06n_40";
|
|
5
|
+
const back = "_back_pl06n_51";
|
|
6
|
+
const close = "_close_pl06n_59";
|
|
7
|
+
const levelContainer = "_levelContainer_pl06n_70";
|
|
8
|
+
const level = "_level_pl06n_70";
|
|
9
|
+
const levelTitle = "_levelTitle_pl06n_86";
|
|
10
|
+
const menu = "_menu_pl06n_91";
|
|
11
|
+
const menuItem = "_menuItem_pl06n_111";
|
|
12
|
+
const chevron = "_chevron_pl06n_127";
|
|
13
|
+
const chevronIcon = "_chevronIcon_pl06n_132";
|
|
14
|
+
const quickLinks = "_quickLinks_pl06n_143";
|
|
15
|
+
const quickLink = "_quickLink_pl06n_143";
|
|
16
|
+
const sr_only = "_sr_only_pl06n_167";
|
|
17
17
|
const styles = {
|
|
18
18
|
overlay,
|
|
19
19
|
drawer,
|