@cloudflare/style-container
Advanced tools
Comparing version 4.0.19 to 4.0.20
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="4.0.20"></a> | ||
## [4.0.20](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.19...@cloudflare/style-container@4.0.20) (2018-10-11) | ||
**Note:** Version bump only for package @cloudflare/style-container | ||
<a name="4.0.19"></a> | ||
@@ -18,3 +26,3 @@ ## [4.0.19](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.18...@cloudflare/style-container@4.0.19) (2018-10-10) | ||
<a name="4.0.18"></a> | ||
<a name="4.0.18"></a> | ||
## [4.0.18](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.17...@cloudflare/style-container@4.0.18) (2018-10-06) | ||
@@ -27,3 +35,3 @@ | ||
<a name="4.0.17"></a> | ||
<a name="4.0.17"></a> | ||
## [4.0.17](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.16...@cloudflare/style-container@4.0.17) (2018-10-05) | ||
@@ -36,3 +44,3 @@ | ||
<a name="4.0.16"></a> | ||
<a name="4.0.16"></a> | ||
@@ -39,0 +47,0 @@ ## [4.0.16](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.15...@cloudflare/style-container@4.0.16) (2018-10-03) |
@@ -95,5 +95,7 @@ declare module '@cloudflare/style-container' { | ||
export type TStaticRule = ({ theme: TStandardTheme }) => string; | ||
export function applyStaticStyles<Props>( | ||
styles: IStyle, | ||
component: React.ComponentType<Props> | ||
styles: IStyle | TStaticRule | string, | ||
component: React.ComponentType<Props & TThemable> | ||
): React.ComponentType<Props>; | ||
@@ -100,0 +102,0 @@ |
{ | ||
"name": "@cloudflare/style-container", | ||
"description": "Cloudflare Style Container", | ||
"version": "4.0.19", | ||
"version": "4.0.20", | ||
"types": "./src", | ||
@@ -6,0 +6,0 @@ "main": "lib/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
106081
1477