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:
@@ -8,19 +8,10 @@ This module is the canonical source for:
|
|||||||
- icon-first action buttons with deterministic semantics
|
- icon-first action buttons with deterministic semantics
|
||||||
- select/actions narrow edge columns
|
- select/actions narrow edge columns
|
||||||
- toolbar+table visual seam behavior (single continuous block)
|
- 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:
|
Use this module as the base interaction contract for `controls-selection`.
|
||||||
|
|
||||||
- `controls-selection`
|
|
||||||
- `operator-tools`
|
|
||||||
|
|
||||||
Pattern-specific contracts should only define additions or exceptions.
|
Pattern-specific contracts should only define additions or exceptions.
|
||||||
|
|
||||||
## Canonical Assets
|
Visual styling (colors, typography, surfaces) comes from `../web-visual-baseline/`.
|
||||||
|
The behavior/layout contract is `contract.md`.
|
||||||
- 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`
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ Version: 1.0
|
|||||||
|
|
||||||
Defines one canonical, reusable interaction model for table-driven operator/admin screens.
|
Defines one canonical, reusable interaction model for table-driven operator/admin screens.
|
||||||
All patterns that expose table selection + bulk actions must inherit this contract.
|
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
|
Visual styling is inherited from the `web-visual-baseline` contract.
|
||||||
in demo/scaffold). This contract remains theme-agnostic and defines geometry/semantics only.
|
This contract remains theme-agnostic and defines geometry/semantics only.
|
||||||
|
|
||||||
## Canonical Regions
|
## Canonical Regions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user