import { css } from "lit"; export const allComponentsStyles = css` /* ===== All Components dialog ===== */ #ww-all-components-dialog::part(panel) { width: min(840px, 96vw); max-height: 92vh; } `;