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.mjs CHANGED
@@ -3788,9 +3788,10 @@ var MenuItem = forwardRef11(
3788
3788
  {
3789
3789
  "data-variant": "menu2",
3790
3790
  className: `
3791
- 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
3791
+ 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
3792
3792
  focus:outline-none focus:border-indicator-info focus:border-2
3793
3793
  ${selectedValue === value ? "border-b-primary-950" : ""}
3794
+ ${className ?? ""}
3794
3795
  `,
3795
3796
  ...commonProps,
3796
3797
  children
@@ -3801,7 +3802,7 @@ var MenuItem = forwardRef11(
3801
3802
  {
3802
3803
  "data-variant": "breadcrumb",
3803
3804
  className: `
3804
- p-2 rounded-lg hover:text-primary-600 cursor-pointer font-bold text-xs
3805
+ w-full p-2 rounded-lg hover:text-primary-600 cursor-pointer font-bold text-xs
3805
3806
  focus:outline-none focus:border-indicator-info focus:border-2
3806
3807
  ${selectedValue === value ? "text-primary-950" : "text-text-600"}
3807
3808
  ${className ?? ""}
@@ -4329,7 +4330,7 @@ var CardStatus = forwardRef12(
4329
4330
  `,
4330
4331
  children: [
4331
4332
  /* @__PURE__ */ jsx26("p", { className: "text-xs font-bold text-text-950", children: header }),
4332
- /* @__PURE__ */ jsxs21("span", { className: "flex flex-row gap-1 items-center", children: [
4333
+ status && /* @__PURE__ */ jsxs21("span", { className: "flex flex-row gap-1 items-center", children: [
4333
4334
  /* @__PURE__ */ jsx26(
4334
4335
  Badge_default,
4335
4336
  {