@docyrus/ui-pro-ai-assistant 0.3.5 → 0.3.7

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,9 +770,6 @@
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
773
  .ml-12 {
777
774
  margin-left: calc(var(--spacing) * 12);
778
775
  }
@@ -3191,6 +3188,9 @@
3191
3188
  .pl-10 {
3192
3189
  padding-left: calc(var(--spacing) * 10);
3193
3190
  }
3191
+ .pl-12 {
3192
+ padding-left: calc(var(--spacing) * 12);
3193
+ }
3194
3194
  .pl-\[5px\] {
3195
3195
  padding-left: 5px;
3196
3196
  }
@@ -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.5",
3
+ "version": "0.3.7",
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",