@telia-ace/widget-conversation-flamingo 1.1.122-rc.2 → 1.1.122-rc.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.
Files changed (3) hide show
  1. package/index.js +2 -2
  2. package/index.mjs +2 -2
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -942,6 +942,8 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
942
942
  class="conversation-bottom"
943
943
  @submit=${this._onSendMessage}
944
944
  ${oe(this.formRef)}
945
+ ?inert=${this.disabledInput}
946
+ data-testid="conversation-bottom"
945
947
  >
946
948
  <label for="chat-message-input" class="visually-hidden">
947
949
  Chat message
@@ -952,7 +954,6 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
952
954
  placeholder=${e.getOrFallback("conversation.input-placeholder","Aa")}
953
955
  data-testid="message-input"
954
956
  .value=${this.message}
955
- ?disabled=${this.disabledInput}
956
957
  @input=${this._inputHandler}
957
958
  @keydown=${this._keyDownHandler}
958
959
  ${oe(this.inputRef)}
@@ -968,7 +969,6 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
968
969
  type="submit"
969
970
  data-testid="send-message-button"
970
971
  title=${e.getOrFallback("conversation.send-alt","Send")}
971
- ?disabled=${this.disabledSubmit}
972
972
  >
973
973
  <telia-icon svg=${Bl.svg}></telia-icon>
974
974
  </button>
package/index.mjs CHANGED
@@ -7112,6 +7112,8 @@ const Li = Eo(M), or = class or extends Li {
7112
7112
  class="conversation-bottom"
7113
7113
  @submit=${this._onSendMessage}
7114
7114
  ${oe(this.formRef)}
7115
+ ?inert=${this.disabledInput}
7116
+ data-testid="conversation-bottom"
7115
7117
  >
7116
7118
  <label for="chat-message-input" class="visually-hidden">
7117
7119
  Chat message
@@ -7125,7 +7127,6 @@ const Li = Eo(M), or = class or extends Li {
7125
7127
  )}
7126
7128
  data-testid="message-input"
7127
7129
  .value=${this.message}
7128
- ?disabled=${this.disabledInput}
7129
7130
  @input=${this._inputHandler}
7130
7131
  @keydown=${this._keyDownHandler}
7131
7132
  ${oe(this.inputRef)}
@@ -7141,7 +7142,6 @@ const Li = Eo(M), or = class or extends Li {
7141
7142
  type="submit"
7142
7143
  data-testid="send-message-button"
7143
7144
  title=${e.getOrFallback("conversation.send-alt", "Send")}
7144
- ?disabled=${this.disabledSubmit}
7145
7145
  >
7146
7146
  <telia-icon svg=${Ul.svg}></telia-icon>
7147
7147
  </button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.122-rc.2",
3
+ "version": "1.1.122-rc.4",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "@lit-labs/motion": "^1.0.8",
10
10
  "@teliads/icons": "^8.4.0",
11
11
  "@teliads/components": "^22.1.1",
12
- "@telia-ace/widget-core-flamingo": "1.1.122-rc.2",
12
+ "@telia-ace/widget-core-flamingo": "1.1.122-rc.4",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.2",
15
15
  "marked": "^15.0.12",