@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 CHANGED
@@ -4812,7 +4812,7 @@ function ImageUploadButton({ engine, onUploadImage }) {
4812
4812
  {
4813
4813
  role: "dialog",
4814
4814
  "aria-label": "Insert image",
4815
- className: "absolute top-full left-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)))]",
4815
+ 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)))]",
4816
4816
  children: [
4817
4817
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex border-b border-gray-200 ", children: ["upload", "url"].map((t) => /* @__PURE__ */ jsxRuntime.jsx(
4818
4818
  "button",