Remove links to non-existent theme-vapor, theme-aqua-legacy, and operator-tools; styling now comes from web-visual-baseline only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
18 lines
683 B
Markdown
18 lines
683 B
Markdown
# Table Management Pattern (Shared Module)
|
|
|
|
Shared reusable module for high-density table screens across patterns.
|
|
|
|
This module is the canonical source for:
|
|
|
|
- unified table toolbar layout (single container, grouped actions, vertical separators)
|
|
- icon-first action buttons with deterministic semantics
|
|
- select/actions narrow edge columns
|
|
- toolbar+table visual seam behavior (single continuous block)
|
|
|
|
Use this module as the base interaction contract for `controls-selection`.
|
|
|
|
Pattern-specific contracts should only define additions or exceptions.
|
|
|
|
Visual styling (colors, typography, surfaces) comes from `../web-visual-baseline/`.
|
|
The behavior/layout contract is `contract.md`.
|