@botfabrik/engine-webclient 4.53.1 → 4.56.0

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.
@@ -1,3 +1,4 @@
1
- #chatbot-window div.header {
2
- background-color: #008fd7;
3
- }
1
+ /*
2
+ * Das Aussehen des Webclients kann für jedes Projekt übersteuert werden.
3
+ * Dazu kann eine eigene CSS Datei namens 'custom.css' im Verzeichnis 'public/${name-meines-webclients}/embed' abgelegt werden.
4
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botfabrik/engine-webclient",
3
- "version": "4.53.1",
3
+ "version": "4.56.0",
4
4
  "description": "Webclient for Botfabriks Bot Engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,5 +40,5 @@
40
40
  "rimraf": "^5.0.5",
41
41
  "typescript": "5.1.6"
42
42
  },
43
- "gitHead": "e84e801d040b974a731fdca90736acd8b5a48803"
43
+ "gitHead": "e3ab904d63a69ddfcb3010472202fc2c2484f5bf"
44
44
  }