We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead429b commit ec4f6f0Copy full SHA for ec4f6f0
1 file changed
src/public/color-palette-study/assets/ColorPaletteComparison.tsx
@@ -13,6 +13,7 @@ type ColorPaletteComparisonProps = StimulusParams<{
13
selectedIndex: number; // 0/1/2
14
replacementHex: string; // the chosen alternative hex for that selectedIndex
15
trialKey: string; // unique key (used for deterministic left/right)
16
+ flipLR?: boolean; // optional explicit left/right flip override
17
weights?: {
18
ciede2000: number;
19
pairPreference: number;
0 commit comments