@fower/atomic-props
Advanced tools
Comparing version 1.84.0 to 1.85.0
# @fower/atomic-props | ||
## 1.85.0 | ||
### Minor Changes | ||
- support function type css props | ||
## 1.84.0 | ||
@@ -4,0 +10,0 @@ |
@@ -83,3 +83,3 @@ import * as CSS from 'csstype' | ||
/** | ||
* CSS | ||
* CSS Props | ||
* | ||
@@ -112,4 +112,4 @@ * Like style prop, but you can do more. | ||
*/ | ||
css?: CSSObject | ||
css?: ((props: any) => CSSObject) | CSSObject | ||
} | ||
} |
{ | ||
"name": "@fower/atomic-props", | ||
"version": "1.84.0", | ||
"version": "1.85.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
907014