@docyrus/ui-pro-ai-assistant 0.3.0 → 0.3.2

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
@@ -770,6 +770,12 @@
770
770
  .ml-6 {
771
771
  margin-left: calc(var(--spacing) * 6);
772
772
  }
773
+ .ml-10 {
774
+ margin-left: calc(var(--spacing) * 10);
775
+ }
776
+ .ml-12 {
777
+ margin-left: calc(var(--spacing) * 12);
778
+ }
773
779
  .ml-\[26px\] {
774
780
  margin-left: 26px;
775
781
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
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",