@digipair/skill-web-chatbot 0.38.4 → 0.38.5
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.cjs2.js +4 -4
- package/index.esm2.js +4 -4
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -57391,7 +57391,7 @@ class ChatElement extends s$3 {
|
|
|
57391
57391
|
></digipair-chatbot-inputs>
|
|
57392
57392
|
|
|
57393
57393
|
${!this.loading ? T : x`<section class="loading">
|
|
57394
|
-
<span class="step">${this.loadingStep}</span
|
|
57394
|
+
<img src=${WRITTING_IMAGE} /><span class="step">${this.loadingStep}</span>
|
|
57395
57395
|
</section>`}
|
|
57396
57396
|
</section>
|
|
57397
57397
|
|
|
@@ -57641,7 +57641,7 @@ ChatElement.styles = [
|
|
|
57641
57641
|
}
|
|
57642
57642
|
|
|
57643
57643
|
.loading {
|
|
57644
|
-
overflow: visible;
|
|
57644
|
+
overflow: visible !important;
|
|
57645
57645
|
}
|
|
57646
57646
|
|
|
57647
57647
|
.loading .step {
|
|
@@ -59419,7 +59419,7 @@ class ChatbotElement extends s$3 {
|
|
|
59419
59419
|
config: this.metadata.config,
|
|
59420
59420
|
variables: this.metadata.variables
|
|
59421
59421
|
}}
|
|
59422
|
-
|
|
59422
|
+
loadingStep=${this.loadingStep}
|
|
59423
59423
|
@prompt=${(event)=>this.execute(this.currentBoost, event.detail.prompt)}
|
|
59424
59424
|
@boost=${(event)=>this.setBoost(event.detail)}
|
|
59425
59425
|
></digipair-chatbot-chat>
|
|
@@ -59885,7 +59885,7 @@ class DigipairFullElement extends s$3 {
|
|
|
59885
59885
|
config: this.metadata.config,
|
|
59886
59886
|
variables: this.metadata.variables
|
|
59887
59887
|
}}
|
|
59888
|
-
|
|
59888
|
+
loadingStep=${this.loadingStep}
|
|
59889
59889
|
@prompt=${(event)=>this.execute(this.currentBoost, event.detail.prompt)}
|
|
59890
59890
|
@boost=${(event)=>this.setBoost(event.detail)}
|
|
59891
59891
|
></digipair-chatbot-chat>
|
package/index.esm2.js
CHANGED
|
@@ -57371,7 +57371,7 @@ class ChatElement extends s$3 {
|
|
|
57371
57371
|
></digipair-chatbot-inputs>
|
|
57372
57372
|
|
|
57373
57373
|
${!this.loading ? T : x`<section class="loading">
|
|
57374
|
-
<span class="step">${this.loadingStep}</span
|
|
57374
|
+
<img src=${WRITTING_IMAGE} /><span class="step">${this.loadingStep}</span>
|
|
57375
57375
|
</section>`}
|
|
57376
57376
|
</section>
|
|
57377
57377
|
|
|
@@ -57621,7 +57621,7 @@ ChatElement.styles = [
|
|
|
57621
57621
|
}
|
|
57622
57622
|
|
|
57623
57623
|
.loading {
|
|
57624
|
-
overflow: visible;
|
|
57624
|
+
overflow: visible !important;
|
|
57625
57625
|
}
|
|
57626
57626
|
|
|
57627
57627
|
.loading .step {
|
|
@@ -59399,7 +59399,7 @@ class ChatbotElement extends s$3 {
|
|
|
59399
59399
|
config: this.metadata.config,
|
|
59400
59400
|
variables: this.metadata.variables
|
|
59401
59401
|
}}
|
|
59402
|
-
|
|
59402
|
+
loadingStep=${this.loadingStep}
|
|
59403
59403
|
@prompt=${(event)=>this.execute(this.currentBoost, event.detail.prompt)}
|
|
59404
59404
|
@boost=${(event)=>this.setBoost(event.detail)}
|
|
59405
59405
|
></digipair-chatbot-chat>
|
|
@@ -59865,7 +59865,7 @@ class DigipairFullElement extends s$3 {
|
|
|
59865
59865
|
config: this.metadata.config,
|
|
59866
59866
|
variables: this.metadata.variables
|
|
59867
59867
|
}}
|
|
59868
|
-
|
|
59868
|
+
loadingStep=${this.loadingStep}
|
|
59869
59869
|
@prompt=${(event)=>this.execute(this.currentBoost, event.detail.prompt)}
|
|
59870
59870
|
@boost=${(event)=>this.setBoost(event.detail)}
|
|
59871
59871
|
></digipair-chatbot-chat>
|