@qfei-design/make-ai-assistant 0.2.0 → 0.2.1

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 +2 -4
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -384,8 +384,7 @@
384
384
  }
385
385
 
386
386
  .make-ai-assistant__message--assistant .make-ai-assistant__message-stack {
387
- margin-left: 30px;
388
- max-width: calc(100% - 30px);
387
+ max-width: 100%;
389
388
  }
390
389
 
391
390
  .make-ai-assistant__message--user .make-ai-assistant__message-stack {
@@ -1189,8 +1188,7 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
1189
1188
  }
1190
1189
 
1191
1190
  .make-ai-assistant__message--assistant .make-ai-assistant__message-stack {
1192
- margin-left: 30px;
1193
- max-width: calc(100% - 30px);
1191
+ max-width: 100%;
1194
1192
  }
1195
1193
 
1196
1194
  .make-ai-assistant__suggestions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qfei-design/make-ai-assistant",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Platform-wide Make AI Assistant contracts, React shell, and context-aware artifact templates.",
5
5
  "type": "module",
6
6
  "sideEffects": [