@douglasneuroinformatics/libui 3.4.0 → 3.4.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/components.js
CHANGED
|
@@ -3200,7 +3200,7 @@ var Form = ({
|
|
|
3200
3200
|
...props,
|
|
3201
3201
|
children: [
|
|
3202
3202
|
isGrouped ? content.map((fieldGroup, i) => {
|
|
3203
|
-
return /* @__PURE__ */ jsxs43("div", { className: "space-y-6 [&:not(:first-child)]:pt-8", children: [
|
|
3203
|
+
return /* @__PURE__ */ jsxs43("div", { className: "flex flex-col space-y-6 [&:not(:first-child)]:pt-8", children: [
|
|
3204
3204
|
/* @__PURE__ */ jsxs43("div", { className: "space-y-1", children: [
|
|
3205
3205
|
fieldGroup.title && /* @__PURE__ */ jsx131(Heading, { className: "text-base", variant: "h4", children: fieldGroup.title }),
|
|
3206
3206
|
fieldGroup.description && /* @__PURE__ */ jsx131("p", { className: "text-sm italic leading-tight text-muted-foreground", children: fieldGroup.description })
|