> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equa.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# EquaExecApproval

> Design system reference for EquaExecApproval, including Storybook, Figma, screenshots, and usage guidance

# EquaExecApproval

> **Last Verified:** 2026-05-20 | **Storybook source:** `equa-patternlib-nextjs/stories/EquaExecApproval.stories.tsx`, Line: 6

## Purpose

Approval card and overlay surface for command execution review.

## Storybook

| Story          | Reference                                                                         |
| -------------- | --------------------------------------------------------------------------------- |
| Simple Command | [Storybook](http://localhost:6006/?path=/story/equa-execapproval--simple-command) |
| With Metadata  | [Storybook](http://localhost:6006/?path=/story/equa-execapproval--with-metadata)  |
| With Error     | [Storybook](http://localhost:6006/?path=/story/equa-execapproval--with-error)     |
| Long Command   | [Storybook](http://localhost:6006/?path=/story/equa-execapproval--long-command)   |

## API And Props

| Prop or Control | Source                            | Notes                                 |
| --------------- | --------------------------------- | ------------------------------------- |
| UNVERIFIED      | Not exposed in Storybook argTypes | Review component TypeScript interface |

Sources:

* `equa-patternlib-nextjs/src/components/execapproval/execapproval.tsx`, Line: 4
* `equa-patternlib-nextjs/stories/EquaExecApproval.stories.tsx`, Line: 6

## Figma

UNVERIFIED -- requires Figma node assignment

## Screenshots

| State           | Asset                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Equa dark theme | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-exec-approval/equa-execapproval--simple-command-equa.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=269109b9b1f014a4fb811ce0281899e5" alt="EquaExecApproval dark theme" width="1366" height="900" data-path="images/design-system/components/equa-exec-approval/equa-execapproval--simple-command-equa.png" />          |
| Light theme     | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-exec-approval/equa-execapproval--simple-command-light.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=a96d7d3fe615d1f86c235b3f0ef96756" alt="EquaExecApproval light theme" width="1366" height="900" data-path="images/design-system/components/equa-exec-approval/equa-execapproval--simple-command-light.png" /> |

## Usage Notes

* Prefer this component over local one-off UI for matching product states.
* Keep new variants represented in Storybook before adding docs references here.
* Use token-backed colors, spacing, radius, and shadows from [Foundations](/architecture/design-system/foundations).

## Accessibility Notes

* Preserve keyboard and focus behavior from the source component.
* Any icon-only controls must provide an accessible label in consuming product code.
* Validate color contrast in both Equa dark and light theme screenshots before release.
