From 2656e713ea63bf2e375382041add9a446ae78281 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Fri, 12 Jun 2026 09:42:58 +0300 Subject: [PATCH] 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 --- rules/patterns/table-management/README.md | 15 +++------------ rules/patterns/table-management/contract.md | 4 ++-- 2 files changed, 5 insertions(+), 14 deletions(-) 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