@blotoutio/providers-shop-gpt-sdk 1.18.0 → 1.19.1
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.cjs.js +8 -2
- package/index.js +8 -2
- package/index.mjs +8 -2
- package/package.json +1 -1
package/index.cjs.js
CHANGED
@@ -8158,6 +8158,10 @@ if (!customElements.get('chat-section')) {
|
|
8158
8158
|
|
8159
8159
|
const chatSectionStyles = i$4 `
|
8160
8160
|
:host {
|
8161
|
+
display: flex;
|
8162
|
+
flex-direction: column;
|
8163
|
+
height: 100%;
|
8164
|
+
|
8161
8165
|
font-family: 'Inter', sans-serif;
|
8162
8166
|
font-size: 16px;
|
8163
8167
|
font-weight: 400;
|
@@ -8235,9 +8239,10 @@ const chatSectionStyles = i$4 `
|
|
8235
8239
|
.chatbot-section {
|
8236
8240
|
display: flex;
|
8237
8241
|
flex-direction: column;
|
8242
|
+
flex: 1;
|
8243
|
+
overflow: hidden;
|
8238
8244
|
background-color: #f7f8fa;
|
8239
|
-
|
8240
|
-
padding: 0px 20px 13px;
|
8245
|
+
padding: 0px 20px 24px;
|
8241
8246
|
gap: 11px;
|
8242
8247
|
}
|
8243
8248
|
|
@@ -8614,6 +8619,7 @@ TooltipComponent.styles = [
|
|
8614
8619
|
font-style: normal;
|
8615
8620
|
font-weight: 400;
|
8616
8621
|
line-height: 150%;
|
8622
|
+
z-index: 9999;
|
8617
8623
|
}
|
8618
8624
|
|
8619
8625
|
:host(:hover) .tooltip {
|
package/index.js
CHANGED
@@ -8159,6 +8159,10 @@ ${this.comment ? this.comment : E}</textarea
|
|
8159
8159
|
|
8160
8160
|
const chatSectionStyles = i$4 `
|
8161
8161
|
:host {
|
8162
|
+
display: flex;
|
8163
|
+
flex-direction: column;
|
8164
|
+
height: 100%;
|
8165
|
+
|
8162
8166
|
font-family: 'Inter', sans-serif;
|
8163
8167
|
font-size: 16px;
|
8164
8168
|
font-weight: 400;
|
@@ -8236,9 +8240,10 @@ ${this.comment ? this.comment : E}</textarea
|
|
8236
8240
|
.chatbot-section {
|
8237
8241
|
display: flex;
|
8238
8242
|
flex-direction: column;
|
8243
|
+
flex: 1;
|
8244
|
+
overflow: hidden;
|
8239
8245
|
background-color: #f7f8fa;
|
8240
|
-
|
8241
|
-
padding: 0px 20px 13px;
|
8246
|
+
padding: 0px 20px 24px;
|
8242
8247
|
gap: 11px;
|
8243
8248
|
}
|
8244
8249
|
|
@@ -8615,6 +8620,7 @@ ${this.comment ? this.comment : E}</textarea
|
|
8615
8620
|
font-style: normal;
|
8616
8621
|
font-weight: 400;
|
8617
8622
|
line-height: 150%;
|
8623
|
+
z-index: 9999;
|
8618
8624
|
}
|
8619
8625
|
|
8620
8626
|
:host(:hover) .tooltip {
|
package/index.mjs
CHANGED
@@ -8156,6 +8156,10 @@ if (!customElements.get('chat-section')) {
|
|
8156
8156
|
|
8157
8157
|
const chatSectionStyles = i$4 `
|
8158
8158
|
:host {
|
8159
|
+
display: flex;
|
8160
|
+
flex-direction: column;
|
8161
|
+
height: 100%;
|
8162
|
+
|
8159
8163
|
font-family: 'Inter', sans-serif;
|
8160
8164
|
font-size: 16px;
|
8161
8165
|
font-weight: 400;
|
@@ -8233,9 +8237,10 @@ const chatSectionStyles = i$4 `
|
|
8233
8237
|
.chatbot-section {
|
8234
8238
|
display: flex;
|
8235
8239
|
flex-direction: column;
|
8240
|
+
flex: 1;
|
8241
|
+
overflow: hidden;
|
8236
8242
|
background-color: #f7f8fa;
|
8237
|
-
|
8238
|
-
padding: 0px 20px 13px;
|
8243
|
+
padding: 0px 20px 24px;
|
8239
8244
|
gap: 11px;
|
8240
8245
|
}
|
8241
8246
|
|
@@ -8612,6 +8617,7 @@ TooltipComponent.styles = [
|
|
8612
8617
|
font-style: normal;
|
8613
8618
|
font-weight: 400;
|
8614
8619
|
line-height: 150%;
|
8620
|
+
z-index: 9999;
|
8615
8621
|
}
|
8616
8622
|
|
8617
8623
|
:host(:hover) .tooltip {
|