markdown-wysiwyg-editor 0.3.1 → 0.3.3
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/README.md +60 -39
- package/dist/bundle.css +2339 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/theme.css +36 -0
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -38504,7 +38504,7 @@ const A = {
|
|
|
38504
38504
|
/* @__PURE__ */ C(
|
|
38505
38505
|
"div",
|
|
38506
38506
|
{
|
|
38507
|
-
className: `border border-border bg-background rounded-md shadow-sm ${m ? "h-full" : "min-h-fit"} flex flex-col relative overflow-
|
|
38507
|
+
className: `border border-border bg-background rounded-md shadow-sm ${m ? "h-full" : "min-h-fit"} flex flex-col relative overflow-hidden`,
|
|
38508
38508
|
children: [
|
|
38509
38509
|
$e && /* @__PURE__ */ y("div", { className: "absolute top-2 right-2 z-50", children: /* @__PURE__ */ C("div", { className: "bg-background border border-border rounded-lg shadow-lg p-3 flex items-center space-x-2 min-w-48", children: [
|
|
38510
38510
|
/* @__PURE__ */ y("div", { className: "animate-spin rounded-full h-4 w-4 border-b-2 border-primary" }),
|