From 7c58134e77a402735c403beb8ddd897d1dd04bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Aubert?= Date: Wed, 3 Jun 2026 16:44:52 +0200 Subject: [PATCH] Expose ThemeContext to be able to read the current theme from the webapp --- src/utils/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 19e056cc0..b3654927c 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -33,5 +33,5 @@ export { type EchoesCSSVarStringWithFallback, type EchoesDesignTokens, } from './design-tokens'; -export { ThemeProvider, setTheme, type ThemeProviderProps } from './theme'; -export { ToastDuration, ToastVariety, toast, type ToastParams } from './toasts'; +export { setTheme, ThemeContext, ThemeProvider, type ThemeProviderProps } from './theme'; +export { toast, ToastDuration, ToastVariety, type ToastParams } from './toasts';