@khanacademy/wonder-blocks-core
Advanced tools
Comparing version 0.0.0-PR2352-20241030004538 to 0.0.0-PR2352-20241030022611
# @khanacademy/wonder-blocks-core | ||
## 0.0.0-PR2352-20241030004538 | ||
## 0.0.0-PR2352-20241030022611 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
@@ -38,3 +38,3 @@ import * as React from "react"; | ||
/** | ||
* @deprecated Use `makeStyled` instead. | ||
* If you are decorating a native element, use `makeStyled` instead. | ||
*/ | ||
@@ -41,0 +41,0 @@ export default function addStyle<T extends React.ComponentType<any> | keyof JSX.IntrinsicElements, Props extends StyledProps<T>>(Component: T, defaultStyle?: StyleType): React.ForwardRefExoticComponent<React.PropsWithoutRef<Props> & React.RefAttributes<T extends keyof JSX.IntrinsicElements ? IntrinsicElementsMap[T] : T>>; |
{ | ||
"name": "@khanacademy/wonder-blocks-core", | ||
"version": "0.0.0-PR2352-20241030004538", | ||
"version": "0.0.0-PR2352-20241030022611", | ||
"design": "v1", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78374