@botfabrik/engine-webclient 4.83.1 → 4.83.6
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/README.md +3 -0
- package/dist/client/assets/index-B_CeBjCL.js +110 -0
- package/dist/client/assets/index-B_CeBjCL.js.map +1 -0
- package/dist/client/assets/index-DygDbDzn.css +1 -0
- package/dist/client/index.html +2 -2
- package/package.json +7 -7
- package/dist/client/assets/index-ByYGbQQD.css +0 -1
- package/dist/client/assets/index-CqkN3QId.js +0 -110
- package/dist/client/assets/index-CqkN3QId.js.map +0 -1
package/README.md
CHANGED
|
@@ -401,6 +401,9 @@ Favicons können z.B. mittels https://realfavicongenerator.net/ generiert werden
|
|
|
401
401
|
--bot-bubble-top-right-radius: var(--bubble-radius-large);
|
|
402
402
|
--bot-bubble-bottom-right-radius: var(--bubble-radius-large);
|
|
403
403
|
--bot-bubble-bottom-left-radius: var(--bubble-radius-small);
|
|
404
|
+
--bot-bubble-source-background-color: var(--body-background-color);
|
|
405
|
+
--bot-bubble-source-text-color: var(--bot-bubble-text-color);
|
|
406
|
+
|
|
404
407
|
|
|
405
408
|
--guest-bubble-background-color: var(--brand-primary-color);
|
|
406
409
|
--guest-bubble-text-color: white;
|