artifactuse 0.1.27 → 0.1.28

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.
@@ -649,6 +649,11 @@
649
649
  white-space: pre-wrap;
650
650
  }
651
651
 
652
+ .artifactuse-panel__code-block .language-smartdiff {
653
+ display: inline-table;
654
+ width: 100%;
655
+ }
656
+
652
657
  /* Edit pane (CodeMirror) */
653
658
  .artifactuse-panel__edit {
654
659
  flex: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artifactuse",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "description": "The Artifact SDK for AI Agents - Turn AI outputs into interactive experiences",
6
6
  "author": "Artifactuse",