@khanacademy/wonder-blocks-theming
Advanced tools
Comparing version 0.0.0-PR2466-20250207212603 to 0.0.0-PR2468-20250210173927
# @khanacademy/wonder-blocks-theming | ||
## 0.0.0-PR2466-20250207212603 | ||
## 0.0.0-PR2468-20250210173927 | ||
### Minor Changes | ||
- c1fdfd2: Expose WithoutTheme type for use in withScopedTheme HOC. | ||
## 3.1.1 | ||
### Patch Changes | ||
- efc1911: Rollback rollup version from v4 to v2 to prevent an issue with CJS builds in unit tests | ||
- ee8d95a: Rollback rollup version from v4 to v2 to prevent an issue with CJS builds in unit tests | ||
@@ -9,0 +15,0 @@ ## 3.1.0 |
export { mergeTheme } from "./utils/merge-theme"; | ||
export { default as createThemeContext } from "./utils/create-theme-context"; | ||
export { default as useScopedTheme } from "./hooks/use-scoped-theme"; | ||
export { default as withScopedTheme, type WithThemeProps, } from "./components/with-scoped-theme"; | ||
export { default as withScopedTheme, type WithThemeProps, type WithoutTheme, } from "./components/with-scoped-theme"; | ||
export { type ThemedStylesFn, type SupportedThemes, type Themes } from "./types"; | ||
export { default as useStyles } from "./hooks/use-styles"; | ||
export { ThemeSwitcherContext } from "./utils/theme-switcher-context"; |
{ | ||
"name": "@khanacademy/wonder-blocks-theming", | ||
"version": "0.0.0-PR2466-20250207212603", | ||
"version": "0.0.0-PR2468-20250210173927", | ||
"publishConfig": { | ||
@@ -18,3 +18,3 @@ "access": "public" | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2466-20250207212603" | ||
"@khanacademy/wb-dev-build-settings": "2.1.1" | ||
}, | ||
@@ -21,0 +21,0 @@ "author": "", |
12113