analytica-frontend-lib 1.3.14 → 1.3.16

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.
@@ -3028,7 +3028,7 @@ var Toast = ({
3028
3028
  default: ""
3029
3029
  };
3030
3030
  const IconAction = iconMap[action] || iconMap["success"];
3031
- const baseClasses = "max-w-[390px] w-full flex flex-row items-start justify-between shadow-lg rounded-lg border p-4 gap-6 group";
3031
+ const baseClasses = "max-w-[390px] w-full flex flex-row items-start justify-between shadow-lg rounded-lg border p-4 gap-6 group z-50";
3032
3032
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
3033
3033
  "div",
3034
3034
  {