wealth-alpha-chat-widget 2.1.1 → 2.1.3
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/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +93 -4
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -694,10 +694,16 @@ var chat_default = {
|
|
|
694
694
|
popupBubbleRight: "chat_popupBubbleRight",
|
|
695
695
|
header: "chat_header",
|
|
696
696
|
headerMeta: "chat_headerMeta",
|
|
697
|
-
headerActions: "chat_headerActions",
|
|
698
697
|
iconButton: "chat_iconButton",
|
|
699
698
|
body: "chat_body",
|
|
700
699
|
bubble: "chat_bubble",
|
|
700
|
+
chipRow: "chat_chipRow",
|
|
701
|
+
chip: "chat_chip",
|
|
702
|
+
chipMain: "chat_chipMain",
|
|
703
|
+
input: "chat_input",
|
|
704
|
+
inputBox: "chat_inputBox",
|
|
705
|
+
sendButton: "chat_sendButton",
|
|
706
|
+
headerActions: "chat_headerActions",
|
|
701
707
|
bubbleBot: "chat_bubbleBot",
|
|
702
708
|
bubbleUser: "chat_bubbleUser",
|
|
703
709
|
bubbleCard: "chat_bubbleCard",
|
|
@@ -709,18 +715,12 @@ var chat_default = {
|
|
|
709
715
|
feedbackBtnDown: "chat_feedbackBtnDown",
|
|
710
716
|
feedbackIcon: "chat_feedbackIcon",
|
|
711
717
|
bubbleMeta: "chat_bubbleMeta",
|
|
712
|
-
chipRow: "chat_chipRow",
|
|
713
|
-
chip: "chat_chip",
|
|
714
718
|
chipIcon: "chat_chipIcon",
|
|
715
|
-
chipMain: "chat_chipMain",
|
|
716
719
|
chipActive: "chat_chipActive",
|
|
717
720
|
chipDisabled: "chat_chipDisabled",
|
|
718
721
|
typing: "chat_typing",
|
|
719
722
|
typingDot: "chat_typingDot",
|
|
720
723
|
wacBlink: "chat_wacBlink",
|
|
721
|
-
input: "chat_input",
|
|
722
|
-
inputBox: "chat_inputBox",
|
|
723
|
-
sendButton: "chat_sendButton",
|
|
724
724
|
hiddenFileInput: "chat_hiddenFileInput",
|
|
725
725
|
csvButton: "chat_csvButton",
|
|
726
726
|
authGate: "chat_authGate",
|