deep-chat-dev 9.0.33 → 9.0.35

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/deepChat.js CHANGED
@@ -10742,8 +10742,8 @@ var _DeepChat = /*#__PURE__*/function (_InternalHTML2) {
10742
10742
  if ((_this$_activeService = this._activeService) !== null && _this$_activeService !== void 0 ? _this$_activeService : this._activeService = ServiceIOFactory.create(this), !this._activeService) return;
10743
10743
  this.auxiliaryStyle && !this._auxiliaryStyleApplied && (WebComponentStyleUtils.apply(this.auxiliaryStyle, this.shadowRoot), this._auxiliaryStyleApplied = !0);
10744
10744
  var e = {
10745
- height: "150px",
10746
- width: "500px",
10745
+ height: "350px",
10746
+ width: "320px",
10747
10747
  border: "1px solid #cacaca",
10748
10748
  fontFamily: "'Inter', sans-serif, Avenir, Helvetica, Arial",
10749
10749
  fontSize: "0.9rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deep-chat-dev",
3
- "version": "9.0.33",
3
+ "version": "9.0.35",
4
4
  "description": "Customizable chat component for AI APIs",
5
5
  "main": "./dist/deepChat.js",
6
6
  "module": "./dist/deepChat.js",