@opencxh/ui-kit 3.154.0 → 3.158.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/index.js CHANGED
@@ -3110,7 +3110,7 @@ function qr({
3110
3110
  className: n,
3111
3111
  children: s
3112
3112
  }) {
3113
- return /* @__PURE__ */ c("div", { className: i("flex flex-col gap-4 py-6 sm:flex-row sm:gap-8", n), children: [
3113
+ return !t && !r ? /* @__PURE__ */ e("div", { children: s }) : /* @__PURE__ */ c("div", { className: i("flex flex-col gap-4 py-6 sm:flex-row sm:gap-8", n), children: [
3114
3114
  /* @__PURE__ */ c("div", { className: "w-full shrink-0 sm:w-form-label", children: [
3115
3115
  t && /* @__PURE__ */ e("span", { className: "text-base font-semibold text-text", children: t }),
3116
3116
  r && /* @__PURE__ */ e("p", { className: "mt-1 text-sm leading-relaxed text-pretty text-text-subtle", children: r })