@flamingo-stack/openframe-frontend-core 0.0.409-snapshot.20260711140256 → 0.0.409

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.
@@ -1189,7 +1189,7 @@ function AnnouncementBar({
1189
1189
  "aria-label": "Announcement",
1190
1190
  "aria-hidden": !expanded,
1191
1191
  "data-announcement-bar": true,
1192
- className: `relative w-full grid transition-[grid-template-rows] duration-200 ease-out motion-reduce:transition-none ${previewMode ? "" : "z-50"} ${_nullishCoalesce(className, () => ( ""))}`,
1192
+ className: `relative w-full z-50 grid transition-[grid-template-rows] duration-200 ease-out motion-reduce:transition-none ${_nullishCoalesce(className, () => ( ""))}`,
1193
1193
  style: { gridTemplateRows: expanded ? "1fr" : "0fr" },
1194
1194
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: `min-h-0 overflow-hidden ${themeScope}`, style: { backgroundColor: displayAnnouncement.background_color }, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center w-full max-w-full min-h-11 text-[color:var(--ods-system-greys-white)]", children: [
1195
1195
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,