@cloudflare/style-container
Advanced tools
Comparing version 4.0.11 to 4.0.12
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="4.0.12"></a> | ||
## [4.0.12](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.11...@cloudflare/style-container@4.0.12) (2018-09-10) | ||
**Note:** Version bump only for package @cloudflare/style-container | ||
<a name="4.0.11"></a> | ||
@@ -15,3 +23,3 @@ ## [4.0.11](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.10...@cloudflare/style-container@4.0.11) (2018-08-22) | ||
<a name="4.0.10"></a> | ||
<a name="4.0.10"></a> | ||
## [4.0.10](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.9...@cloudflare/style-container@4.0.10) (2018-08-17) | ||
@@ -27,3 +35,3 @@ | ||
<a name="4.0.9"></a> | ||
<a name="4.0.9"></a> | ||
## [4.0.9](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.8...@cloudflare/style-container@4.0.9) (2018-08-01) | ||
@@ -36,3 +44,3 @@ | ||
<a name="4.0.8"></a> | ||
<a name="4.0.8"></a> | ||
## [4.0.8](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.7...@cloudflare/style-container@4.0.8) (2018-07-31) | ||
@@ -45,3 +53,3 @@ | ||
<a name="4.0.7"></a> | ||
<a name="4.0.7"></a> | ||
## [4.0.7](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.6...@cloudflare/style-container@4.0.7) (2018-07-28) | ||
@@ -48,0 +56,0 @@ |
@@ -40,3 +40,3 @@ declare module '@cloudflare/style-container' { | ||
passThroughProps?: string[] | ||
): React.SFC<Props & ComponentProps>; | ||
): React.SFC<Props & ComponentProps & { className?: string }>; | ||
@@ -43,0 +43,0 @@ export function createStyledComponent<T, P = {}>( |
{ | ||
"name": "@cloudflare/style-container", | ||
"description": "Cloudflare Style Container", | ||
"version": "4.0.11", | ||
"version": "4.0.12", | ||
"types": "./src", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -28,3 +28,3 @@ import * as React from 'react'; | ||
passThroughProps: string[] = [] | ||
): React.SFC<Props & ComponentProps> { | ||
): React.SFC<Props & ComponentProps & { className?: string }> { | ||
const Component = createFelaComponent( | ||
@@ -31,0 +31,0 @@ rule as any, |
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
77306