@blank-utils/llm 0.4.2 → 0.4.4
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.
|
@@ -1007,7 +1007,7 @@ ${newText}` : newText);
|
|
|
1007
1007
|
return /* @__PURE__ */ jsxs2(
|
|
1008
1008
|
"div",
|
|
1009
1009
|
{
|
|
1010
|
-
className: `relative flex flex-col bg-transparent rounded-none transition-colors p-
|
|
1010
|
+
className: `relative flex flex-col bg-transparent border border-current/50 rounded-none transition-colors p-4 font-mono ${className}`,
|
|
1011
1011
|
onDragOver: (e) => {
|
|
1012
1012
|
e.preventDefault();
|
|
1013
1013
|
setIsDragging(true);
|
package/dist/index.js
CHANGED
package/dist/react/index.js
CHANGED
package/package.json
CHANGED