diff --git a/rules/patterns/table-management/README.md b/rules/patterns/table-management/README.md index 7742179..398e736 100644 --- a/rules/patterns/table-management/README.md +++ b/rules/patterns/table-management/README.md @@ -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`. diff --git a/rules/patterns/table-management/contract.md b/rules/patterns/table-management/contract.md index 9fc3cf0..312f76e 100644 --- a/rules/patterns/table-management/contract.md +++ b/rules/patterns/table-management/contract.md @@ -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