@planetaexo/design-system 0.46.0 → 0.46.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/index.js CHANGED
@@ -3787,7 +3787,7 @@ function BookingDetails({
3787
3787
  (_a2 = contact.postalCode) == null ? void 0 : _a2.trim()
3788
3788
  ].filter((p) => p && p.length > 0);
3789
3789
  if (parts.length === 0) return null;
3790
- return /* @__PURE__ */ jsxs("div", { className: "col-span-2 sm:col-span-3", children: [
3790
+ return /* @__PURE__ */ jsxs("div", { children: [
3791
3791
  /* @__PURE__ */ jsx("p", { className: "text-xs font-bold text-muted-foreground/60 font-heading uppercase tracking-widest mb-0.5", children: (_c2 = (_b2 = labels == null ? void 0 : labels.contactDetailsFields) == null ? void 0 : _b2.address) != null ? _c2 : "Address" }),
3792
3792
  /* @__PURE__ */ jsx("p", { className: "text-sm text-foreground font-sans whitespace-pre-line", children: parts.join("\n") })
3793
3793
  ] });