@docyrus/ui-pro-ai-assistant 0.3.6 → 0.3.8

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
@@ -10233,6 +10233,11 @@
10233
10233
  object-fit: cover;
10234
10234
  }
10235
10235
  }
10236
+ .\[\&_p\]\:m-0 {
10237
+ & p {
10238
+ margin: calc(var(--spacing) * 0);
10239
+ }
10240
+ }
10236
10241
  .\[\&_p\:not\(\:last-child\)\]\:mb-4 {
10237
10242
  & p:not(:last-child) {
10238
10243
  margin-bottom: calc(var(--spacing) * 4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
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",