analytica-frontend-lib 1.0.56 → 1.0.57

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
@@ -3817,9 +3817,10 @@ var MenuItem = (0, import_react13.forwardRef)(
3817
3817
  {
3818
3818
  "data-variant": "menu2",
3819
3819
  className: `
3820
- flex flex-row items-center p-4 gap-2 border-b-2 border-transparent text-text-950 text-sx font-bold cursor-pointer focus:rounded-sm
3820
+ w-full flex flex-row items-center p-4 gap-2 border-b-4 border-transparent text-text-950 text-sx font-bold cursor-pointer focus:rounded-sm
3821
3821
  focus:outline-none focus:border-indicator-info focus:border-2
3822
3822
  ${selectedValue === value ? "border-b-primary-950" : ""}
3823
+ ${className ?? ""}
3823
3824
  `,
3824
3825
  ...commonProps,
3825
3826
  children
@@ -3830,7 +3831,7 @@ var MenuItem = (0, import_react13.forwardRef)(
3830
3831
  {
3831
3832
  "data-variant": "breadcrumb",
3832
3833
  className: `
3833
- p-2 rounded-lg hover:text-primary-600 cursor-pointer font-bold text-xs
3834
+ w-full p-2 rounded-lg hover:text-primary-600 cursor-pointer font-bold text-xs
3834
3835
  focus:outline-none focus:border-indicator-info focus:border-2
3835
3836
  ${selectedValue === value ? "text-primary-950" : "text-text-600"}
3836
3837
  ${className ?? ""}
@@ -4353,7 +4354,7 @@ var CardStatus = (0, import_react14.forwardRef)(
4353
4354
  `,
4354
4355
  children: [
4355
4356
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("p", { className: "text-xs font-bold text-text-950", children: header }),
4356
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "flex flex-row gap-1 items-center", children: [
4357
+ status && /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "flex flex-row gap-1 items-center", children: [
4357
4358
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4358
4359
  Badge_default,
4359
4360
  {