From 8001b4af389f970ce36d8e0a23b532c99691a769 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sun, 1 Feb 2026 02:18:36 -0800 Subject: [PATCH] build: fix out of date API golden Fixes an out of date API golden that's breaking the main branch. --- goldens/aria/private/index.api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/goldens/aria/private/index.api.md b/goldens/aria/private/index.api.md index 79b95f8a8f26..a86e2543d910 100644 --- a/goldens/aria/private/index.api.md +++ b/goldens/aria/private/index.api.md @@ -839,6 +839,7 @@ export interface TreeInputs extends Omit, V>, currentType: SignalLike<'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'>; id: SignalLike; nav: SignalLike; + textDirection: SignalLike<'ltr' | 'rtl'>; } // @public