@khanacademy/wonder-blocks-theming
Advanced tools
Comparing version 0.0.0-PR2312-20240830195349 to 0.0.0-PR2380-20241204194711
# @khanacademy/wonder-blocks-theming | ||
## 0.0.0-PR2312-20240830195349 | ||
## 0.0.0-PR2380-20241204194711 | ||
### Major Changes | ||
- 0c7a2dab: Upgrade to React 18 | ||
## 2.0.4 | ||
### Patch Changes | ||
- 5a05be8b: Make sure we don't package tsconfig and tsbuildinfo files | ||
- 02a1b298: Make sure we don't package tsconfig and tsbuildinfo files | ||
@@ -9,0 +15,0 @@ ## 2.0.3 |
@@ -12,2 +12,2 @@ import * as React from "react"; | ||
*/ | ||
export default function withScopedTheme<T extends object>(styleSheet: ThemedStylesFn<T>, themeContext: React.Context<T>): <Props extends WithThemeProps>(WrappedComponent: React.ComponentType<Props>) => (props: WithoutTheme<Props>) => JSX.Element; | ||
export default function withScopedTheme<T extends object>(styleSheet: ThemedStylesFn<T>, themeContext: React.Context<T>): <Props extends WithThemeProps>(WrappedComponent: React.ComponentType<Props>) => (props: WithoutTheme<Props>) => React.JSX.Element; |
{ | ||
"name": "@khanacademy/wonder-blocks-theming", | ||
"version": "0.0.0-PR2312-20240830195349", | ||
"version": "0.0.0-PR2380-20241204194711", | ||
"publishConfig": { | ||
@@ -17,7 +17,7 @@ "access": "public" | ||
"aphrodite": "^1.2.5", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0" | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "^1.0.1" | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2380-20241204194711" | ||
}, | ||
@@ -24,0 +24,0 @@ "author": "", |
10802