Skip to content

Commit 97243c2

Browse files
committed
Show selected Palette swatch and render harmony results as swatches - PR_26156_172-palette-selected-swatch-and-harmony-display
1 parent fb3d804 commit 97243c2

29 files changed

Lines changed: 175 additions & 71 deletions

assets/theme-v2/css/forms.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ input[type="color"][data-palette-swatch-size="large"] {
162162
outline-offset: var(--space-3)
163163
}
164164

165+
.palette-swatch-tile[data-palette-selected="true"] {
166+
outline: var(--border-width-sm) solid var(--gold);
167+
outline-offset: var(--space-3);
168+
box-shadow: 0 0 0 var(--space-3) var(--gold-soft), 0 0 var(--space-18) var(--orange-shadow-color);
169+
transform: scale(1.04)
170+
}
171+
165172
.palette-swatch-pin {
166173
position: absolute;
167174
top: var(--space-3);

docs_build/dev/reports/coverage_changed_js_guardrail.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Missing changed runtime JS files are WARN, not FAIL.
66
Source: Playwright/Chromium built-in V8 coverage from the active Playwright run.
77

88
Changed runtime JS files considered:
9-
(85%) toolbox/colors/palette-workspace-repository.js - executed lines 1073/1073; executed functions 98/115
10-
(92%) toolbox/colors/colors.js - executed lines 694/694; executed functions 69/75
9+
(86%) toolbox/colors/palette-workspace-repository.js - executed lines 1073/1073; executed functions 102/118
10+
(93%) toolbox/colors/colors.js - executed lines 717/717; executed functions 71/76
1111

1212
Guardrail warnings:
1313
(100%) none - no changed runtime JS coverage warnings

docs_build/dev/reports/dependency_gating_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Gating Report
22

3-
Generated: 2026-06-05T23:00:27.527Z
3+
Generated: 2026-06-05T23:21:30.828Z
44
Status: PASS
55

66
## Gate Order

docs_build/dev/reports/dependency_hydration_reuse_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Hydration Reuse Report
22

3-
Generated: 2026-06-05T23:00:27.528Z
3+
Generated: 2026-06-05T23:21:30.828Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/execution_graph_reuse_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Execution Graph Reuse Report
22

3-
Generated: 2026-06-05T23:00:27.528Z
3+
Generated: 2026-06-05T23:21:30.828Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/failure_fingerprint_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Failure Fingerprint Report
22

3-
Generated: 2026-06-05T23:00:27.528Z
3+
Generated: 2026-06-05T23:21:30.828Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/incremental_validation_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Incremental Validation Report
22

3-
Generated: 2026-06-05T23:00:27.528Z
3+
Generated: 2026-06-05T23:21:30.829Z
44
Status: PASS
55

66
## Reuse Summary

docs_build/dev/reports/lane_compilation_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lane Compilation Report
22

3-
Generated: 2026-06-05T23:00:27.527Z
3+
Generated: 2026-06-05T23:21:30.827Z
44
Status: PASS
55

66
## Lane Graph

docs_build/dev/reports/lane_deduplication_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lane Deduplication Report
22

3-
Generated: 2026-06-05T23:00:27.527Z
3+
Generated: 2026-06-05T23:21:30.828Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/lane_input_validation_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lane Input Validation Report
22

3-
Generated: 2026-06-05T23:00:27.528Z
3+
Generated: 2026-06-05T23:21:30.829Z
44
Status: PASS
55

66
## Input Files

0 commit comments

Comments
 (0)