drawboard-microservice 1.0.26 → 1.0.27

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
@@ -59342,7 +59342,7 @@ const DrawingAppContent = () => {
59342
59342
  if (!isInitialized) {
59343
59343
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "drawing-app-container", children: "Loading..." });
59344
59344
  }
59345
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "drawing-app-container", children: [
59345
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "drawing-app-container", style: { width: "300px", height: "400px" }, children: [
59346
59346
  /* @__PURE__ */ jsxRuntime.jsx("h1", { className: "top-header", children: "Paint" }),
59347
59347
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "drawing-toolbar-container", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "drawing-toolbar", children: [
59348
59348
  /* @__PURE__ */ jsxRuntime.jsx(