@toriistudio/v0-playground 0.3.0 → 0.3.1
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -285,7 +285,7 @@ var PreviewContainer = ({ children, hideControls }) => {
|
|
|
285
285
|
width: `${100 - leftPanelWidth}%`,
|
|
286
286
|
marginLeft: `${leftPanelWidth}%`
|
|
287
287
|
} : {},
|
|
288
|
-
children
|
|
288
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { className: "w-screen h-screen flex items-center justify-center", children })
|
|
289
289
|
}
|
|
290
290
|
);
|
|
291
291
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -255,7 +255,7 @@ var PreviewContainer = ({ children, hideControls }) => {
|
|
|
255
255
|
width: `${100 - leftPanelWidth}%`,
|
|
256
256
|
marginLeft: `${leftPanelWidth}%`
|
|
257
257
|
} : {},
|
|
258
|
-
children
|
|
258
|
+
children: /* @__PURE__ */ jsx3("div", { className: "w-screen h-screen flex items-center justify-center", children })
|
|
259
259
|
}
|
|
260
260
|
);
|
|
261
261
|
};
|