@toriistudio/v0-playground 0.2.3 → 0.2.4
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
|
@@ -585,7 +585,7 @@ var ControlPanel = () => {
|
|
|
585
585
|
overflowY: "auto"
|
|
586
586
|
} : {}
|
|
587
587
|
},
|
|
588
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "space-y-4 p-2 md:p-4 border border-stone-700 rounded-md", children: [
|
|
588
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "mb-4 space-y-4 p-2 md:p-4 border border-stone-700 rounded-md", children: [
|
|
589
589
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "space-y-1", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("h1", { className: "text-lg text-stone-100 font-bold", children: "Controls" }) }),
|
|
590
590
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "space-y-4 pt-2", children: [
|
|
591
591
|
normalControls.map(([key, control]) => {
|
package/dist/index.mjs
CHANGED
|
@@ -559,7 +559,7 @@ var ControlPanel = () => {
|
|
|
559
559
|
overflowY: "auto"
|
|
560
560
|
} : {}
|
|
561
561
|
},
|
|
562
|
-
children: /* @__PURE__ */ jsxs4("div", { className: "space-y-4 p-2 md:p-4 border border-stone-700 rounded-md", children: [
|
|
562
|
+
children: /* @__PURE__ */ jsxs4("div", { className: "mb-4 space-y-4 p-2 md:p-4 border border-stone-700 rounded-md", children: [
|
|
563
563
|
/* @__PURE__ */ jsx10("div", { className: "space-y-1", children: /* @__PURE__ */ jsx10("h1", { className: "text-lg text-stone-100 font-bold", children: "Controls" }) }),
|
|
564
564
|
/* @__PURE__ */ jsxs4("div", { className: "space-y-4 pt-2", children: [
|
|
565
565
|
normalControls.map(([key, control]) => {
|