import { CSSResultGroup, LitElement } from "lit"; /** * An inline container which presents an ellipsis when content overflows. * * @description * The `m3e-text-overflow` component truncates inline content with an ellipsis when it * exceeds the available width. It's intended for use inside flex or otherwise * constrained containers to preserve layout while providing predictable, single-line * truncation behavior for long text. * * @example * A typical usage inside a flex container where the heading and trailing actions are * constrained, allowing the center text to truncate with an ellipsis. * * ```html *