@pixpilot/formily-shadcn 1.15.1 → 1.16.0
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/object-container/ObjectContainer.cjs +1 -1
- package/dist/components/object-container/ObjectContainer.js +1 -1
- package/dist/components/schema-field/schema-field-basics.d.cts +270 -270
- package/dist/components/schema-field/schema-field-extended.d.cts +424 -424
- package/dist/components/schema-field/schema-field.d.cts +357 -357
- package/package.json +6 -6
|
@@ -112,7 +112,7 @@ const ObjectContainer = ({ className, children, label, description, variant: var
|
|
|
112
112
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_FormItemContainer.FormItemContainer, {
|
|
113
113
|
...mergedContentProps,
|
|
114
114
|
as: __pixpilot_shadcn.CardContent,
|
|
115
|
-
className: (0, __pixpilot_shadcn.cn)("form-object-content", mergedContentProps.className, isFlat && "px-0"),
|
|
115
|
+
className: (0, __pixpilot_shadcn.cn)("grid form-object-content", mergedContentProps.className, isFlat && "px-0"),
|
|
116
116
|
children
|
|
117
117
|
})]
|
|
118
118
|
});
|
|
@@ -109,7 +109,7 @@ const ObjectContainer = ({ className, children, label, description, variant: var
|
|
|
109
109
|
}), /* @__PURE__ */ jsx(FormItemContainer, {
|
|
110
110
|
...mergedContentProps,
|
|
111
111
|
as: CardContent,
|
|
112
|
-
className: cn("form-object-content", mergedContentProps.className, isFlat && "px-0"),
|
|
112
|
+
className: cn("grid form-object-content", mergedContentProps.className, isFlat && "px-0"),
|
|
113
113
|
children
|
|
114
114
|
})]
|
|
115
115
|
});
|