analytica-frontend-lib 1.1.37 → 1.1.39

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.mjs CHANGED
@@ -4563,11 +4563,11 @@ var CardResults = forwardRef12(
4563
4563
  "div",
4564
4564
  {
4565
4565
  className: cn(
4566
- "p-4 flex justify-between w-full h-full",
4566
+ "p-4 flex flex-wrap justify-between w-full h-full",
4567
4567
  isRow ? "flex-row items-center gap-2" : "flex-col"
4568
4568
  ),
4569
4569
  children: [
4570
- /* @__PURE__ */ jsx27("p", { className: "text-sm font-bold text-text-950 truncate flex-1 min-w-0", children: header }),
4570
+ /* @__PURE__ */ jsx27("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
4571
4571
  /* @__PURE__ */ jsxs21("span", { className: "flex flex-row gap-1 items-center", children: [
4572
4572
  /* @__PURE__ */ jsxs21(
4573
4573
  Badge_default,