@flamingo-stack/openframe-frontend-core 0.0.409 → 0.0.410

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flamingo-stack/openframe-frontend-core",
3
- "version": "0.0.409",
3
+ "version": "0.0.410",
4
4
  "description": "Shared design system and components for all Flamingo platforms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -176,7 +176,7 @@ export function AnnouncementBar({
176
176
  aria-label="Announcement"
177
177
  aria-hidden={!expanded}
178
178
  data-announcement-bar
179
- className={`relative w-full z-50 grid transition-[grid-template-rows] duration-200 ease-out motion-reduce:transition-none ${className ?? ''}`}
179
+ className={`relative w-full grid transition-[grid-template-rows] duration-200 ease-out motion-reduce:transition-none ${previewMode ? '' : 'z-50'} ${className ?? ''}`}
180
180
  style={{ gridTemplateRows: expanded ? '1fr' : '0fr' }}
181
181
  >
182
182
  {/*