From 4e5949aedc24ff1efd9b25a90601eba1058acf82 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 13 Aug 2026 16:51:22 +0530 Subject: [PATCH] chore: refresh the public API snapshot The committed snapshot had drifted from source on main: dev-server exports validateRpcCsrf, and styles exports the browser-cookie configuration types and resolveBrowserCookieOptions. All six are additions, so the surface stays backward compatible. This unblocks check:production, which fails on main for the same reason. Co-Authored-By: Claude Opus 5 --- docs/public-api-0.8.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/public-api-0.8.json b/docs/public-api-0.8.json index fbc8cd38..6a4df2f7 100644 --- a/docs/public-api-0.8.json +++ b/docs/public-api-0.8.json @@ -1450,6 +1450,7 @@ "startGateway", "startServer", "toRequest", + "validateRpcCsrf", "writeResponse" ], "./serve-entry": [] @@ -2575,6 +2576,10 @@ ".": [ "ACCENT_COOKIE", "AppConfig", + "BrowserCookieApi", + "BrowserCookieOptions", + "BrowserCookiePreference", + "BrowserCookiesConfig", "BuildConfig", "CURRENT_COMPATIBILITY_DATE", "CURRENT_FRAMEWORK_BEHAVIOUR", @@ -2614,6 +2619,7 @@ "TenancyConfig", "ThemeAccentConfig", "ThemeConfig", + "ThemeCookieConfig", "ThemePaletteName", "ThemeSemanticColor", "ThemeToken", @@ -2641,6 +2647,7 @@ "renderThemeCss", "renderThemeRuntime", "resolveAccentName", + "resolveBrowserCookieOptions", "resolveCompatibility", "resolveConfigLayers", "resolveProfile",