renderloom 1.0.10 → 1.0.11

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.
@@ -9046,7 +9046,7 @@ const Em = ({
9046
9046
  xi[r]
9047
9047
  ) })
9048
9048
  ] });
9049
- }, Ut = ({ children: e, className: t }) => /* @__PURE__ */ l.jsx("div", { className: M("bg-card border border-border rounded-3xl p-6 transition-all duration-300", t), children: e }), He = ({
9049
+ }, Ut = ({ children: e, className: t, ...s }) => /* @__PURE__ */ l.jsx("div", { className: M("bg-card border border-border rounded-3xl p-6 transition-all duration-300", t), ...s, children: e }), He = ({
9050
9050
  label: e,
9051
9051
  error: t,
9052
9052
  icon: s,