Skip to content

Commit fb3d804

Browse files
committed
Restore Palette source swatches and add Pin All compact controls - PR_26156_171-palette-source-pinall-compact-buttons
1 parent 28e4938 commit fb3d804

30 files changed

Lines changed: 302 additions & 55 deletions

assets/theme-v2/css/buttons.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
border-color: var(--orange-border-strong)
1818
}
1919

20+
.btn--compact {
21+
margin: var(--space-0);
22+
padding: var(--space-3) var(--space-8);
23+
font-size: var(--font-size-xs);
24+
font-weight: 600;
25+
line-height: var(--line-height-sm)
26+
}
27+
2028
.btn.cyan {
2129
background: var(--button-cyan-background)
2230
}

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-
(74%) toolbox/colors/palette-workspace-repository.js - executed lines 999/999; executed functions 81/109
10-
(88%) toolbox/colors/colors.js - executed lines 687/687; executed functions 65/74
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
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-05T22:47:48.644Z
3+
Generated: 2026-06-05T23:00:27.527Z
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-05T22:47:48.645Z
3+
Generated: 2026-06-05T23:00:27.528Z
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-05T22:47:48.645Z
3+
Generated: 2026-06-05T23:00:27.528Z
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-05T22:47:48.645Z
3+
Generated: 2026-06-05T23:00:27.528Z
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-05T22:47:48.645Z
3+
Generated: 2026-06-05T23:00:27.528Z
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-05T22:47:48.644Z
3+
Generated: 2026-06-05T23:00:27.527Z
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-05T22:47:48.644Z
3+
Generated: 2026-06-05T23:00:27.527Z
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-05T22:47:48.645Z
3+
Generated: 2026-06-05T23:00:27.528Z
44
Status: PASS
55

66
## Input Files

0 commit comments

Comments
 (0)