@docyrus/ui-pro-ai-assistant 0.0.8 → 0.0.9

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/styles.css CHANGED
@@ -7390,6 +7390,11 @@
7390
7390
  display: none;
7391
7391
  }
7392
7392
  }
7393
+ .\@3xl\:flex-col {
7394
+ @container (width >= 48rem) {
7395
+ flex-direction: column;
7396
+ }
7397
+ }
7393
7398
  .ltr\:-translate-x-1\/2 {
7394
7399
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
7395
7400
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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",