EmptyStateTitle, EmptyStateDescription, EmptyStateActions, EmptyStateFooter, EmptyStateGraphic) for experiences brand new to the user.variant="default") — informs users of actions they can take when data isn't available.variant="promotion") — introduces a feature with a larger title, an optional eyebrow badge, and a graphic for visual emphasis.icon on EmptyStateTitle) — adds visual context supporting the title and description.EmptyStateGraphic) — use illustrations or images in place of the default icon for more meaningful visual storytelling.eyebrow on EmptyStateTitle) — renders a subtle green label above the title. Use it with the promotion variant to categorize or label the feature being promoted.EmptyStateFooter) — always renders below the actions. Use it for supplementary text and supporting documentation links.EmptyState is a compound component. Compose it from the EmptyStateTitle, EmptyStateDescription, EmptyStateActions, EmptyStateFooter, and EmptyStateGraphic children. Every subcomponent is optional.variant is the only prop EmptyState defines and defaults to "default". It extends Box, so it also takes Box props.EmptyStateTitle extends Heading and renders as h3 by default. Its icon prop wraps the icon in an EmptyStateGraphic internally — never wrap a title icon in a second EmptyStateGraphic.eyebrow takes a plain string and renders a Label with color="green".EmptyStateDescription and EmptyStateFooter extend Paragraph with variant="secondary". EmptyStateGraphic extends Box and takes arbitrary visual content.EmptyStateActions renders a ButtonGroup with groupVariant="spaced" — pass Button children directly rather than nesting another group.emptyStateWidth CSS variable, exported as vars.emptyStateWidth (defaults to 400px, and 544px for the promotion description).children to each subcomponent; Ember yields it in the default block.<PlumaEmptyState>, <PlumaEmptyStateTitle @icon="campaigns" @eyebrow="Campaigns">, <PlumaEmptyStateDescription>, <PlumaEmptyStateActions>, <PlumaEmptyStateFooter>, and <PlumaEmptyStateGraphic>.