Drop dead theme references from table-management

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>
This commit is contained in:
2026-06-12 09:42:58 +03:00
parent a9a0ca350d
commit 2656e713ea
2 changed files with 5 additions and 14 deletions

View File

@@ -8,19 +8,10 @@ This module is the canonical source for:
- icon-first action buttons with deterministic semantics
- select/actions narrow edge columns
- toolbar+table visual seam behavior (single continuous block)
- canonical SVG icon sprite for table actions (shared at theme layer)
- canonical table-management visual/interaction seams independent of host branding
Use this module as the base interaction contract for:
- `controls-selection`
- `operator-tools`
Use this module as the base interaction contract for `controls-selection`.
Pattern-specific contracts should only define additions or exceptions.
## Canonical Assets
- Behavior/layout contract: `contract.md`
- Active icon sprite: `../theme-vapor/templates/icon_sprite.html`
- Active stylesheet baseline: `../theme-vapor/static/vapor.css`
- Legacy icon sprite archive: `../theme-aqua-legacy/templates/icon_sprite.html`
Visual styling (colors, typography, surfaces) comes from `../web-visual-baseline/`.
The behavior/layout contract is `contract.md`.

View File

@@ -6,8 +6,8 @@ Version: 1.0
Defines one canonical, reusable interaction model for table-driven operator/admin screens.
All patterns that expose table selection + bulk actions must inherit this contract.
Visual styling is inherited from the active repository baseline (currently Vapor Soft / Vapor Night
in demo/scaffold). This contract remains theme-agnostic and defines geometry/semantics only.
Visual styling is inherited from the `web-visual-baseline` contract.
This contract remains theme-agnostic and defines geometry/semantics only.
## Canonical Regions