@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 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toriistudio/v0-playground",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "V0 Playground",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",