@trafica/editor 1.0.14 → 1.0.15
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4810,7 +4810,7 @@ function ImageUploadButton({ engine, onUploadImage }) {
|
|
|
4810
4810
|
{
|
|
4811
4811
|
role: "dialog",
|
|
4812
4812
|
"aria-label": "Insert image",
|
|
4813
|
-
className: "absolute top-full
|
|
4813
|
+
className: "absolute top-full right-0 mt-1 z-50 w-80\n bg-white \n border border-gray-200 \n rounded-lg shadow-xl overflow-y-auto\n max-h-[min(480px,calc(100vh-var(--toolbar-bottom,80px)))]",
|
|
4814
4814
|
children: [
|
|
4815
4815
|
/* @__PURE__ */ jsx("div", { className: "flex border-b border-gray-200 ", children: ["upload", "url"].map((t) => /* @__PURE__ */ jsx(
|
|
4816
4816
|
"button",
|