feat(matrixify): replace single toggle with separate horizontal/vertical layout controls (#35067)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me>
This commit is contained in:
Maxime Beauchemin
2025-09-17 12:57:06 -07:00
committed by GitHub
parent 3e554674ff
commit ad3eff9e90
20 changed files with 494 additions and 232 deletions

View File

@@ -35,6 +35,7 @@ export interface TextControlProps<T extends InputValueType = InputValueType> {
value?: T | null;
controlId?: string;
renderTrigger?: boolean;
validationErrors?: string[];
}
export interface TextControlState {