@docyrus/ui-pro-ai-assistant 0.0.5 → 0.0.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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -195,6 +195,9 @@
195
195
  }
196
196
  .container {
197
197
  width: 100%;
198
+ @media (width >= 48rem) {
199
+ max-width: 48rem;
200
+ }
198
201
  }
199
202
  .-mx-px {
200
203
  margin-inline: -1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Docyrus AI Assistant component — full-featured chat UI with canvas, projects, and i18n support.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",