@telia-ace/widget-conversational-agent 1.1.141-rc.2 → 1.1.141-rc.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/index.js +4 -1
- package/index.mjs +7 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1002,6 +1002,9 @@ Please report this to https://github.com/markedjs/marked.`,n){let s="<p>An error
|
|
|
1002
1002
|
></ace-conversation-feed>
|
|
1003
1003
|
<div class="scroll" ${de(this.scrollRef)}></div>
|
|
1004
1004
|
</div>
|
|
1005
|
+
<div class="sr-only" role="status" aria-live="polite">
|
|
1006
|
+
${this.typing?e.getOrFallback("conversation.agent-typing","The agent is typing"):""}
|
|
1007
|
+
</div>
|
|
1005
1008
|
<form
|
|
1006
1009
|
class="conversation-bottom"
|
|
1007
1010
|
@submit=${this.onSendMessage}
|
|
@@ -1332,7 +1335,7 @@ Please report this to https://github.com/markedjs/marked.`,n){let s="<p>An error
|
|
|
1332
1335
|
}
|
|
1333
1336
|
|
|
1334
1337
|
.max-char-count-reached {
|
|
1335
|
-
color: var(--error-text-color);
|
|
1338
|
+
color: var(--destructive-color, var(--error-text-color));
|
|
1336
1339
|
}
|
|
1337
1340
|
|
|
1338
1341
|
.skip-to-latest-message-button {
|
package/index.mjs
CHANGED
|
@@ -7224,6 +7224,12 @@ const $o = ma(q), Pr = class Pr extends $o {
|
|
|
7224
7224
|
></ace-conversation-feed>
|
|
7225
7225
|
<div class="scroll" ${de(this.scrollRef)}></div>
|
|
7226
7226
|
</div>
|
|
7227
|
+
<div class="sr-only" role="status" aria-live="polite">
|
|
7228
|
+
${this.typing ? e.getOrFallback(
|
|
7229
|
+
"conversation.agent-typing",
|
|
7230
|
+
"The agent is typing"
|
|
7231
|
+
) : ""}
|
|
7232
|
+
</div>
|
|
7227
7233
|
<form
|
|
7228
7234
|
class="conversation-bottom"
|
|
7229
7235
|
@submit=${this.onSendMessage}
|
|
@@ -7568,7 +7574,7 @@ Pr.styles = [
|
|
|
7568
7574
|
}
|
|
7569
7575
|
|
|
7570
7576
|
.max-char-count-reached {
|
|
7571
|
-
color: var(--error-text-color);
|
|
7577
|
+
color: var(--destructive-color, var(--error-text-color));
|
|
7572
7578
|
}
|
|
7573
7579
|
|
|
7574
7580
|
.skip-to-latest-message-button {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/widget-conversational-agent",
|
|
3
|
-
"version": "1.1.141-rc.
|
|
3
|
+
"version": "1.1.141-rc.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@telia-ace/widget-conversation-flamingo": "1.1.141-rc.
|
|
9
|
+
"@telia-ace/widget-conversation-flamingo": "1.1.141-rc.3",
|
|
10
10
|
"rxjs": "^7.8.2",
|
|
11
|
-
"@telia-ace/widget-core-flamingo": "1.1.141-rc.
|
|
11
|
+
"@telia-ace/widget-core-flamingo": "1.1.141-rc.3",
|
|
12
12
|
"lit": "^3.0.2",
|
|
13
13
|
"@lit/context": "^1.1.4"
|
|
14
14
|
},
|