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.js CHANGED
@@ -4646,11 +4646,11 @@ var CardResults = (0, import_react14.forwardRef)(
4646
4646
  "div",
4647
4647
  {
4648
4648
  className: cn(
4649
- "p-4 flex justify-between w-full h-full",
4649
+ "p-4 flex flex-wrap justify-between w-full h-full",
4650
4650
  isRow ? "flex-row items-center gap-2" : "flex-col"
4651
4651
  ),
4652
4652
  children: [
4653
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("p", { className: "text-sm font-bold text-text-950 truncate flex-1 min-w-0", children: header }),
4653
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
4654
4654
  /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("span", { className: "flex flex-row gap-1 items-center", children: [
4655
4655
  /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
4656
4656
  Badge_default,