feat(config): add shared browser cookie policy
Quality / quality (ubuntu-latest) (push) Failing after 9m46s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 21:53:07 +05:30
parent a0dab308f0
commit 5de792f359
15 changed files with 198 additions and 22 deletions
+5
View File
@@ -54,6 +54,10 @@ export type {
CustomThemePalette,
ThemeToken,
ThemeSemanticColor,
BrowserCookieOptions,
BrowserCookiesConfig,
BrowserCookiePreference,
BrowserCookieApi,
} from "./theme.ts";
export {
DEFAULT_THEMES,
@@ -71,6 +75,7 @@ export {
renderThemeRuntime,
defineThemeTokens,
themeVar,
resolveBrowserCookieOptions,
} from "./theme.ts";
import type { Mode, StyleProcessContext, StylesConfig } from "./config.ts";