@enegelai/bot-widget 1.5.4 → 1.5.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/dist/enegelaibot.umd.js +10 -6
- package/dist/index.es.js +8 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1224,7 +1224,8 @@ const w = new W(), rc = U`
|
|
|
1224
1224
|
box-sizing: border-box;
|
|
1225
1225
|
|
|
1226
1226
|
//background: var(--primary-color);
|
|
1227
|
-
background: var(--enegelai-bot-header-background, rgb(122, 78, 191));
|
|
1227
|
+
//background: var(--enegelai-bot-header-background, rgb(122, 78, 191));
|
|
1228
|
+
background: var(--enegelai-bot-header-background, rgb(0, 208, 117));
|
|
1228
1229
|
|
|
1229
1230
|
// position: fixed;
|
|
1230
1231
|
// z-index: 100;
|
|
@@ -4178,7 +4179,8 @@ const qc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="curr
|
|
|
4178
4179
|
//color: rgb(255, 255, 255);
|
|
4179
4180
|
color: var(--enegelai-bot-message-user-color, rgb(255, 255, 255));
|
|
4180
4181
|
//background-color: var(--primary-color);
|
|
4181
|
-
background-color: var(--enegelai-bot-message-user-background, rgba(122, 78, 191, 0.9));
|
|
4182
|
+
//background-color: var(--enegelai-bot-message-user-background, rgba(122, 78, 191, 0.9));
|
|
4183
|
+
background-color: var(--enegelai-bot-message-user-background, rgba(0, 208, 117, 1));
|
|
4182
4184
|
text-align: left;
|
|
4183
4185
|
padding: 6px 12px;
|
|
4184
4186
|
}
|
|
@@ -5288,8 +5290,10 @@ const si = U`
|
|
|
5288
5290
|
}
|
|
5289
5291
|
|
|
5290
5292
|
sl-button[variant='primary']::part(base) {
|
|
5291
|
-
background: var(--enegelai-bot-anchor-background, rgba(122, 78, 191, 1));
|
|
5292
|
-
border-color: var(--enegelai-bot-anchor-border-color, rgba(122, 78, 191, 1));
|
|
5293
|
+
//background: var(--enegelai-bot-anchor-background, rgba(122, 78, 191, 1));
|
|
5294
|
+
//border-color: var(--enegelai-bot-anchor-border-color, rgba(122, 78, 191, 1));
|
|
5295
|
+
background: var(--enegelai-bot-anchor-background, rgb(0, 208, 117));
|
|
5296
|
+
border-color: var(--enegelai-bot-anchor-border-color, rgb(0, 208, 117));
|
|
5293
5297
|
}
|
|
5294
5298
|
|
|
5295
5299
|
.cb-engage-popup {
|