@axos-web-dev/shared-components 2.0.0-dev.3-evo-ui → 2.0.0-dev.4
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/Button/Button.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
- package/dist/Chatbot/ChatWindow.css.js +8 -0
- package/dist/Chatbot/ChatWindow.js +8 -2
- package/dist/Chatbot/Chatbot.js +27 -9
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +47 -4
- package/dist/Chatbot/index.js +5 -1
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
- 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/CpraRequest.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/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/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.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/Chatbot/AnimatedGradientBorder.css +6 -13
- package/dist/assets/Chatbot/Bubble.css +1 -2
- package/dist/assets/Chatbot/ChatWindow.css +28 -2
- package/dist/assets/notification.mp3.js +4 -0
- package/dist/main.js +5 -1
- package/package.json +148 -148
|
@@ -70,7 +70,7 @@ import "../Carousel/index.js";
|
|
|
70
70
|
/* empty css */
|
|
71
71
|
/* empty css */
|
|
72
72
|
import "../Chatbot/store/chat.js";
|
|
73
|
-
import "../Chatbot/
|
|
73
|
+
import "../Chatbot/Chatbot.js";
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../Chatbot/store/messages.js";
|
package/dist/Auth/ErrorAlert.js
CHANGED
|
@@ -65,7 +65,7 @@ import "../Carousel/index.js";
|
|
|
65
65
|
/* empty css */
|
|
66
66
|
/* empty css */
|
|
67
67
|
import "../Chatbot/store/chat.js";
|
|
68
|
-
import "../Chatbot/
|
|
68
|
+
import "../Chatbot/Chatbot.js";
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
71
|
import "../Chatbot/store/messages.js";
|
package/dist/Button/Button.js
CHANGED
|
@@ -73,7 +73,7 @@ import "../Carousel/index.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Chatbot/store/chat.js";
|
|
76
|
-
import "../Chatbot/
|
|
76
|
+
import "../Chatbot/Chatbot.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../Chatbot/store/messages.js";
|
|
@@ -74,7 +74,7 @@ import "../../Carousel/index.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/chat.js";
|
|
77
|
-
import "../../Chatbot/
|
|
77
|
+
import "../../Chatbot/Chatbot.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Chatbot/store/messages.js";
|
package/dist/Carousel/index.js
CHANGED
|
@@ -75,7 +75,7 @@ import "../Auth/SignInPassword.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Chatbot/store/chat.js";
|
|
78
|
-
import "../Chatbot/
|
|
78
|
+
import "../Chatbot/Chatbot.js";
|
|
79
79
|
/* empty css */
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../Chatbot/store/messages.js";
|
|
@@ -34,3 +34,7 @@ export declare const chatEndCircle: string;
|
|
|
34
34
|
export declare const user_msg: string;
|
|
35
35
|
export declare const agent_msg: string;
|
|
36
36
|
export declare const shimmerText: string;
|
|
37
|
+
export declare const tableMsg: string;
|
|
38
|
+
export declare const tableHead: string;
|
|
39
|
+
export declare const tableCell: string;
|
|
40
|
+
export declare const trMortgageTable: string;
|
|
@@ -35,6 +35,10 @@ var chatEndCircle = "_13n1jqkr";
|
|
|
35
35
|
var user_msg = "_13n1jqks";
|
|
36
36
|
var agent_msg = "_13n1jqkt";
|
|
37
37
|
var shimmerText = "_13n1jqkv";
|
|
38
|
+
var tableMsg = "_13n1jqkw";
|
|
39
|
+
var tableHead = "_13n1jqkx";
|
|
40
|
+
var tableCell = "_13n1jqky";
|
|
41
|
+
var trMortgageTable = "_13n1jqkz";
|
|
38
42
|
export {
|
|
39
43
|
agent_msg,
|
|
40
44
|
arrowFill,
|
|
@@ -60,9 +64,13 @@ export {
|
|
|
60
64
|
notificationStyle,
|
|
61
65
|
sendButtonStyle,
|
|
62
66
|
shimmerText,
|
|
67
|
+
tableCell,
|
|
68
|
+
tableHead,
|
|
69
|
+
tableMsg,
|
|
63
70
|
thankyou_image,
|
|
64
71
|
thankyou_message,
|
|
65
72
|
thankyou_overlay,
|
|
73
|
+
trMortgageTable,
|
|
66
74
|
user_msg,
|
|
67
75
|
windowBarStyle,
|
|
68
76
|
windowOpenStyle,
|
|
@@ -96,6 +96,11 @@ const ChatWindow = ({
|
|
|
96
96
|
setInput("");
|
|
97
97
|
toggleThankyouMessage?.();
|
|
98
98
|
};
|
|
99
|
+
useEffect(() => {
|
|
100
|
+
if (inputRef.current) {
|
|
101
|
+
inputRef.current.focus();
|
|
102
|
+
}
|
|
103
|
+
}, [messages]);
|
|
99
104
|
return /* @__PURE__ */ jsxs("div", { className: clsx(windowStyle, isOpen && windowOpenStyle), children: [
|
|
100
105
|
/* @__PURE__ */ jsxs("div", { className: windowBarStyle, children: [
|
|
101
106
|
/* @__PURE__ */ jsx("div", { className: clsx(left_bar_section) }),
|
|
@@ -415,7 +420,7 @@ const ChatWindow = ({
|
|
|
415
420
|
flexDirection: "column",
|
|
416
421
|
gap: 4
|
|
417
422
|
},
|
|
418
|
-
children: /* @__PURE__ */ jsx("p", { className: shimmerText, children: "
|
|
423
|
+
children: /* @__PURE__ */ jsx("p", { className: shimmerText, children: "Chat connecting..." })
|
|
419
424
|
}
|
|
420
425
|
)
|
|
421
426
|
}
|
|
@@ -432,7 +437,8 @@ const ChatWindow = ({
|
|
|
432
437
|
onEndChat: () => {
|
|
433
438
|
endChat();
|
|
434
439
|
onCloseAfterThankYou();
|
|
435
|
-
}
|
|
440
|
+
},
|
|
441
|
+
inputRef
|
|
436
442
|
},
|
|
437
443
|
msg?.$index
|
|
438
444
|
)),
|
package/dist/Chatbot/Chatbot.js
CHANGED
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useRef, useState, useEffect } from "react";
|
|
4
|
+
import { useMount, useUnmount } from "react-use";
|
|
5
|
+
import notificationSound from "../assets/notification.mp3.js";
|
|
3
6
|
import { authenticate } from "./authenticate.js";
|
|
4
7
|
import { Bubble } from "./Bubble.js";
|
|
5
8
|
import { chatbotUFB, chatbotAXB } from "./Chatbot.css.js";
|
|
6
9
|
import { ChatWindow } from "./ChatWindow.js";
|
|
7
10
|
import { useOpenChat } from "./store/chat.js";
|
|
8
11
|
import { useMessages } from "./store/messages.js";
|
|
9
|
-
|
|
10
|
-
|
|
12
|
+
const __vite_import_meta_env__ = { "VITE_COMPANY_ID": "17524785112945485a16ec8e771737dce", "VITE_HOST": "https://axccaipdev-i3ofmup.uc1.ccaiplatform.com", "VITE_TENANT_NAME": "axccaipdev-i3ofmup" };
|
|
13
|
+
const env = __vite_import_meta_env__ || process.env;
|
|
14
|
+
const OriginalAudio = window.Audio;
|
|
15
|
+
class PatchedAudio extends OriginalAudio {
|
|
16
|
+
constructor(src) {
|
|
17
|
+
const newSrc = src === "https://websdk.ujet.co/v3/ping.mp3" ? notificationSound : src;
|
|
18
|
+
super(newSrc);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
window.Audio = PatchedAudio;
|
|
11
22
|
const Chatbot = ({
|
|
12
23
|
project = "axos",
|
|
13
24
|
projectEnv = "dev",
|
|
@@ -225,13 +236,9 @@ const Chatbot = ({
|
|
|
225
236
|
}
|
|
226
237
|
if (clientRef.current) return;
|
|
227
238
|
const client = new Client({
|
|
228
|
-
companyId:
|
|
229
|
-
tenant:
|
|
230
|
-
host:
|
|
231
|
-
// or your region
|
|
232
|
-
// companyId: import.meta.env.VITE_COMPANY_ID || "",
|
|
233
|
-
// tenant: import.meta.env.VITE_TENANT_NAME || "",
|
|
234
|
-
// host: import.meta.env.VITE_HOST || "", // or your region
|
|
239
|
+
companyId: env.VITE_COMPANY_ID || env.CCAI_COMPANY_ID || "",
|
|
240
|
+
tenant: env.VITE_TENANT_NAME || env.CCAI_TENANT_NAME || "",
|
|
241
|
+
host: env.VITE_HOST || env.CCAI_HOST || "",
|
|
235
242
|
authenticate
|
|
236
243
|
});
|
|
237
244
|
client?.on("ready", onReadyHandler);
|
|
@@ -278,6 +285,17 @@ const Chatbot = ({
|
|
|
278
285
|
}
|
|
279
286
|
} catch (err) {
|
|
280
287
|
console.error("Error creating chat:", err);
|
|
288
|
+
} finally {
|
|
289
|
+
if (clientRef?.current?.chat?.state?.status == "va_assigned") {
|
|
290
|
+
const OriginalAudio2 = window.Audio;
|
|
291
|
+
class PatchedAudio2 extends OriginalAudio2 {
|
|
292
|
+
constructor(src) {
|
|
293
|
+
const newSrc = src === "https://websdk.ujet.co/v3/ping.mp3" ? notificationSound : src;
|
|
294
|
+
super(newSrc);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
window.Audio = PatchedAudio2;
|
|
298
|
+
}
|
|
281
299
|
}
|
|
282
300
|
};
|
|
283
301
|
const handleClick = async () => {
|
|
@@ -12,6 +12,7 @@ interface ChatbotMessageProps {
|
|
|
12
12
|
onCancelEndChat?: () => void;
|
|
13
13
|
onSend?: (content: string) => void;
|
|
14
14
|
onEndChat?: () => void;
|
|
15
|
+
inputRef: React.RefObject<HTMLTextAreaElement | null>;
|
|
15
16
|
}
|
|
16
17
|
export declare const ChatbotMessage: FC<ChatbotMessageProps>;
|
|
17
18
|
export {};
|
|
@@ -9,7 +9,7 @@ import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
11
|
import clsx from "clsx";
|
|
12
|
-
import { shimmerText, notificationStyle, messageStyle, user_msg, agent_msg, inline_button_wrapper, inline_button, endChatButtonStyle } from "./ChatWindow.css.js";
|
|
12
|
+
import { shimmerText, notificationStyle, trMortgageTable, tableCell, tableHead, tableMsg, messageStyle, user_msg, agent_msg, inline_button_wrapper, inline_button, endChatButtonStyle } from "./ChatWindow.css.js";
|
|
13
13
|
import { useOpenChat } from "./store/chat.js";
|
|
14
14
|
function timeAgo(date) {
|
|
15
15
|
const seconds = Math.floor(((/* @__PURE__ */ new Date()).getTime() - date.getTime()) / 1e3);
|
|
@@ -19,13 +19,39 @@ function timeAgo(date) {
|
|
|
19
19
|
minute: "2-digit"
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
|
+
function convertBulletsToTable(text) {
|
|
23
|
+
const lines = text.split("\n");
|
|
24
|
+
const header = lines[0];
|
|
25
|
+
const bulletLines = lines.filter((line) => line.trim().startsWith("•"));
|
|
26
|
+
if (bulletLines.length === 0) return text;
|
|
27
|
+
const fields = bulletLines.map((line) => {
|
|
28
|
+
const [field] = line.split(":");
|
|
29
|
+
const cleanField = field.replace(/•\s*\*\*|\*\*/g, "").trim();
|
|
30
|
+
return cleanField;
|
|
31
|
+
});
|
|
32
|
+
const values = bulletLines.map((line) => {
|
|
33
|
+
const [, value] = line.split(":");
|
|
34
|
+
return value.trim();
|
|
35
|
+
});
|
|
36
|
+
const headerRow = `| ${fields.join(" | ")} |`;
|
|
37
|
+
const separatorRow = `| ${fields.map(() => "-------").join(" | ")} |`;
|
|
38
|
+
const valueRow = `| ${values.join(" | ")} |`;
|
|
39
|
+
return `
|
|
40
|
+
### ${header}
|
|
41
|
+
|
|
42
|
+
${headerRow}
|
|
43
|
+
${separatorRow}
|
|
44
|
+
${valueRow}
|
|
45
|
+
`;
|
|
46
|
+
}
|
|
22
47
|
const ChatbotMessage = ({
|
|
23
48
|
msg,
|
|
24
49
|
showAvatar,
|
|
25
50
|
showName,
|
|
26
51
|
virtualAgent,
|
|
27
52
|
onEndChat,
|
|
28
|
-
onSend
|
|
53
|
+
onSend,
|
|
54
|
+
inputRef
|
|
29
55
|
}) => {
|
|
30
56
|
const { hasEscalated } = useOpenChat();
|
|
31
57
|
const [timeText, setTimeText] = useState(timeAgo(msg.$timestamp));
|
|
@@ -36,6 +62,9 @@ const ChatbotMessage = ({
|
|
|
36
62
|
return () => clearInterval(interval);
|
|
37
63
|
}, [msg.$timestamp]);
|
|
38
64
|
if (msg.$sid === "typing-1" && !hasEscalated) {
|
|
65
|
+
if (inputRef?.current) {
|
|
66
|
+
inputRef?.current.focus();
|
|
67
|
+
}
|
|
39
68
|
return /* @__PURE__ */ jsx(
|
|
40
69
|
"div",
|
|
41
70
|
{
|
|
@@ -64,6 +93,7 @@ const ChatbotMessage = ({
|
|
|
64
93
|
}
|
|
65
94
|
);
|
|
66
95
|
}
|
|
96
|
+
const checkInformationMortgage = typeof msg.content == "string" ? convertBulletsToTable(msg.content) : "";
|
|
67
97
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68
98
|
msg.type == "noti" && msg.$userType == "system" && msg.event == "escalationStarted" && /* @__PURE__ */ jsx("div", { className: notificationStyle, children: "We are connecting you with a human agent..." }, msg.$index),
|
|
69
99
|
msg.type == "noti" && msg.$userType == "system" && msg.event == "memberLeft" && /* @__PURE__ */ jsxs("div", { className: notificationStyle, children: [
|
|
@@ -144,9 +174,22 @@ const ChatbotMessage = ({
|
|
|
144
174
|
...props
|
|
145
175
|
}
|
|
146
176
|
),
|
|
147
|
-
a: ({ ...props }) => /* @__PURE__ */ jsx("a", { style: { wordBreak: "break-word" }, ...props })
|
|
177
|
+
a: ({ ...props }) => /* @__PURE__ */ jsx("a", { style: { wordBreak: "break-word" }, ...props }),
|
|
178
|
+
table: ({ node, ...props }) => /* @__PURE__ */ jsx("div", { style: { overflowX: "auto", marginTop: 4 }, children: /* @__PURE__ */ jsx(
|
|
179
|
+
"table",
|
|
180
|
+
{
|
|
181
|
+
...props,
|
|
182
|
+
className: clsx(tableMsg),
|
|
183
|
+
style: { tableLayout: "fixed" }
|
|
184
|
+
}
|
|
185
|
+
) }),
|
|
186
|
+
th: ({ node, ...props }) => /* @__PURE__ */ jsx("th", { ...props, className: clsx(tableHead) }),
|
|
187
|
+
td: ({ node, ...props }) => /* @__PURE__ */ jsx("td", { ...props, className: clsx(tableCell) }),
|
|
188
|
+
tr: ({ node, ...props }) => {
|
|
189
|
+
return /* @__PURE__ */ jsx("tr", { className: clsx(trMortgageTable), ...props });
|
|
190
|
+
}
|
|
148
191
|
},
|
|
149
|
-
children: msg.content
|
|
192
|
+
children: msg?.content?.includes("Does this information look correct?") ? checkInformationMortgage : msg.content
|
|
150
193
|
}
|
|
151
194
|
) }) : /* @__PURE__ */ jsx(
|
|
152
195
|
"div",
|
package/dist/Chatbot/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, sv
|
|
|
4
4
|
import { Chatbot } from "./Chatbot.js";
|
|
5
5
|
import { chatbotAXB, chatbotUFB } from "./Chatbot.css.js";
|
|
6
6
|
import { ChatWindow } from "./ChatWindow.js";
|
|
7
|
-
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, thankyou_image, thankyou_message, thankyou_overlay, user_msg, windowBarStyle, windowOpenStyle, windowStyle } from "./ChatWindow.css.js";
|
|
7
|
+
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, tableCell, tableHead, tableMsg, thankyou_image, thankyou_message, thankyou_overlay, trMortgageTable, user_msg, windowBarStyle, windowOpenStyle, windowStyle } from "./ChatWindow.css.js";
|
|
8
8
|
import { useOpenChat } from "./store/chat.js";
|
|
9
9
|
import { useMessages } from "./store/messages.js";
|
|
10
10
|
export {
|
|
@@ -43,9 +43,13 @@ export {
|
|
|
43
43
|
sendButtonStyle,
|
|
44
44
|
shimmerText,
|
|
45
45
|
svgFill,
|
|
46
|
+
tableCell,
|
|
47
|
+
tableHead,
|
|
48
|
+
tableMsg,
|
|
46
49
|
thankyou_image,
|
|
47
50
|
thankyou_message,
|
|
48
51
|
thankyou_overlay,
|
|
52
|
+
trMortgageTable,
|
|
49
53
|
useMessages,
|
|
50
54
|
useOpenChat,
|
|
51
55
|
user_msg,
|
package/dist/Chevron/index.js
CHANGED
|
@@ -74,7 +74,7 @@ import "../Carousel/index.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../Chatbot/store/chat.js";
|
|
77
|
-
import "../Chatbot/
|
|
77
|
+
import "../Chatbot/Chatbot.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/messages.js";
|
|
@@ -75,7 +75,7 @@ import "../Carousel/index.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Chatbot/store/chat.js";
|
|
78
|
-
import "../Chatbot/
|
|
78
|
+
import "../Chatbot/Chatbot.js";
|
|
79
79
|
/* empty css */
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../Chatbot/store/messages.js";
|
|
@@ -76,7 +76,7 @@ import "../Carousel/index.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Chatbot/store/chat.js";
|
|
79
|
-
import "../Chatbot/
|
|
79
|
+
import "../Chatbot/Chatbot.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
/* empty css */
|
|
82
82
|
import "../Chatbot/store/messages.js";
|
|
@@ -76,7 +76,7 @@ import "../Carousel/index.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Chatbot/store/chat.js";
|
|
79
|
-
import "../Chatbot/
|
|
79
|
+
import "../Chatbot/Chatbot.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
/* empty css */
|
|
82
82
|
import "../Chatbot/store/messages.js";
|
|
@@ -72,7 +72,7 @@ import "../../Carousel/index.js";
|
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../../Chatbot/store/chat.js";
|
|
75
|
-
import "../../Chatbot/
|
|
75
|
+
import "../../Chatbot/Chatbot.js";
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../../Chatbot/store/messages.js";
|
package/dist/Forms/ApplyNow.js
CHANGED
|
@@ -77,7 +77,7 @@ import "../Carousel/index.js";
|
|
|
77
77
|
/* empty css */
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../Chatbot/store/chat.js";
|
|
80
|
-
import "../Chatbot/
|
|
80
|
+
import "../Chatbot/Chatbot.js";
|
|
81
81
|
/* empty css */
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../Chatbot/store/messages.js";
|
|
@@ -78,7 +78,7 @@ import "../Carousel/index.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/chat.js";
|
|
81
|
-
import "../Chatbot/
|
|
81
|
+
import "../Chatbot/Chatbot.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
|
@@ -78,7 +78,7 @@ import "../Carousel/index.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/chat.js";
|
|
81
|
-
import "../Chatbot/
|
|
81
|
+
import "../Chatbot/Chatbot.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
|
@@ -78,7 +78,7 @@ import "../Carousel/index.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/chat.js";
|
|
81
|
-
import "../Chatbot/
|
|
81
|
+
import "../Chatbot/Chatbot.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
|
@@ -78,7 +78,7 @@ import "../Carousel/index.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/chat.js";
|
|
81
|
-
import "../Chatbot/
|
|
81
|
+
import "../Chatbot/Chatbot.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
|
@@ -78,7 +78,7 @@ import "../Carousel/index.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/chat.js";
|
|
81
|
-
import "../Chatbot/
|
|
81
|
+
import "../Chatbot/Chatbot.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -79,7 +79,7 @@ import "../Carousel/index.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../Chatbot/store/chat.js";
|
|
82
|
-
import "../Chatbot/
|
|
82
|
+
import "../Chatbot/Chatbot.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
/* empty css */
|
|
85
85
|
import "../Chatbot/store/messages.js";
|
|
@@ -79,7 +79,7 @@ import "../../Carousel/index.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../../Chatbot/store/chat.js";
|
|
82
|
-
import "../../Chatbot/
|
|
82
|
+
import "../../Chatbot/Chatbot.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
/* empty css */
|
|
85
85
|
import "../../Chatbot/store/messages.js";
|
|
@@ -74,7 +74,7 @@ import "../../Carousel/index.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/chat.js";
|
|
77
|
-
import "../../Chatbot/
|
|
77
|
+
import "../../Chatbot/Chatbot.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Chatbot/store/messages.js";
|
|
@@ -78,7 +78,7 @@ import "../Carousel/index.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/chat.js";
|
|
81
|
-
import "../Chatbot/
|
|
81
|
+
import "../Chatbot/Chatbot.js";
|
|
82
82
|
/* empty css */
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
package/dist/Forms/SuccesForm.js
CHANGED
package/dist/Hyperlink/index.js
CHANGED
|
@@ -71,7 +71,7 @@ import "../Carousel/index.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../Chatbot/store/chat.js";
|
|
74
|
-
import "../Chatbot/
|
|
74
|
+
import "../Chatbot/Chatbot.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Chatbot/store/messages.js";
|
|
@@ -71,7 +71,7 @@ import "../Carousel/index.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../Chatbot/store/chat.js";
|
|
74
|
-
import "../Chatbot/
|
|
74
|
+
import "../Chatbot/Chatbot.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Chatbot/store/messages.js";
|
|
@@ -76,7 +76,7 @@ import "../Carousel/index.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Chatbot/store/chat.js";
|
|
79
|
-
import "../Chatbot/
|
|
79
|
+
import "../Chatbot/Chatbot.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
/* empty css */
|
|
82
82
|
import "../Chatbot/store/messages.js";
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -69,7 +69,7 @@ import "../Carousel/index.js";
|
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
71
|
import "../Chatbot/store/chat.js";
|
|
72
|
-
import "../Chatbot/
|
|
72
|
+
import "../Chatbot/Chatbot.js";
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Chatbot/store/messages.js";
|
|
@@ -73,7 +73,7 @@ import "../../Carousel/index.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../../Chatbot/store/chat.js";
|
|
76
|
-
import "../../Chatbot/
|
|
76
|
+
import "../../Chatbot/Chatbot.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Chatbot/store/messages.js";
|
|
@@ -73,7 +73,7 @@ import "../../Carousel/index.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../../Chatbot/store/chat.js";
|
|
76
|
-
import "../../Chatbot/
|
|
76
|
+
import "../../Chatbot/Chatbot.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Chatbot/store/messages.js";
|
|
@@ -71,7 +71,7 @@ import "../../Carousel/index.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../../Chatbot/store/chat.js";
|
|
74
|
-
import "../../Chatbot/
|
|
74
|
+
import "../../Chatbot/Chatbot.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../../Chatbot/store/messages.js";
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -71,7 +71,7 @@ import "../Carousel/index.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../Chatbot/store/chat.js";
|
|
74
|
-
import "../Chatbot/
|
|
74
|
+
import "../Chatbot/Chatbot.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Chatbot/store/messages.js";
|
|
@@ -72,7 +72,7 @@ import "../../Carousel/index.js";
|
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../../Chatbot/store/chat.js";
|
|
75
|
-
import "../../Chatbot/
|
|
75
|
+
import "../../Chatbot/Chatbot.js";
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../../Chatbot/store/messages.js";
|
|
@@ -76,7 +76,7 @@ import "../../../Carousel/index.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../../../Chatbot/store/chat.js";
|
|
79
|
-
import "../../../Chatbot/
|
|
79
|
+
import "../../../Chatbot/Chatbot.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
/* empty css */
|
|
82
82
|
import "../../../Chatbot/store/messages.js";
|
|
@@ -73,7 +73,7 @@ import "../../Carousel/index.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../../Chatbot/store/chat.js";
|
|
76
|
-
import "../../Chatbot/
|
|
76
|
+
import "../../Chatbot/Chatbot.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Chatbot/store/messages.js";
|
|
@@ -74,7 +74,7 @@ import "../../Carousel/index.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/chat.js";
|
|
77
|
-
import "../../Chatbot/
|
|
77
|
+
import "../../Chatbot/Chatbot.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Chatbot/store/messages.js";
|
|
@@ -74,7 +74,7 @@ import "../../Carousel/index.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/chat.js";
|
|
77
|
-
import "../../Chatbot/
|
|
77
|
+
import "../../Chatbot/Chatbot.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Chatbot/store/messages.js";
|
|
@@ -73,7 +73,7 @@ import "../Carousel/index.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Chatbot/store/chat.js";
|
|
76
|
-
import "../Chatbot/
|
|
76
|
+
import "../Chatbot/Chatbot.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../Chatbot/store/messages.js";
|