@telia-ace/widget-conversational-agent 1.1.141-rc.1 → 1.1.141-rc.2
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 +1 -0
- package/index.mjs +1 -0
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1036,6 +1036,7 @@ Please report this to https://github.com/markedjs/marked.`,n){let s="<p>An error
|
|
|
1036
1036
|
class="conversation-send-button"
|
|
1037
1037
|
type="submit"
|
|
1038
1038
|
data-testid="send-message-button"
|
|
1039
|
+
aria-disabled=${this.message.length<=0||this.message.length>this.messageMaxLength}
|
|
1039
1040
|
aria-live="assertive"
|
|
1040
1041
|
title=${e.getOrFallback("conversation.send-alt","Send")}
|
|
1041
1042
|
>
|
package/index.mjs
CHANGED
|
@@ -7261,6 +7261,7 @@ const $o = ma(q), Pr = class Pr extends $o {
|
|
|
7261
7261
|
class="conversation-send-button"
|
|
7262
7262
|
type="submit"
|
|
7263
7263
|
data-testid="send-message-button"
|
|
7264
|
+
aria-disabled=${this.message.length <= 0 || this.message.length > this.messageMaxLength}
|
|
7264
7265
|
aria-live="assertive"
|
|
7265
7266
|
title=${e.getOrFallback("conversation.send-alt", "Send")}
|
|
7266
7267
|
>
|
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.2",
|
|
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.2",
|
|
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.2",
|
|
12
12
|
"lit": "^3.0.2",
|
|
13
13
|
"@lit/context": "^1.1.4"
|
|
14
14
|
},
|