@cloudflare/style-container
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.0.6"></a> | ||
## [1.0.6](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-container@1.0.5...@cloudflare/style-container@1.0.6) (2018-05-25) | ||
### Bug Fixes | ||
* **style-container:** UI-771 Make selector-only rules work ([504e0c3](http://stash.cfops.it:7999/www/cf-ux/commits/504e0c3)) | ||
<a name="1.0.5"></a> | ||
@@ -15,3 +26,3 @@ ## [1.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-container@1.0.4...@cloudflare/style-container@1.0.5) (2018-05-24) | ||
<a name="1.0.4"></a> | ||
<a name="1.0.4"></a> | ||
## [1.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-container@1.0.3...@cloudflare/style-container@1.0.4) (2018-05-24) | ||
@@ -28,3 +39,3 @@ | ||
<a name="1.0.3"></a> | ||
<a name="1.0.3"></a> | ||
## [1.0.3](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-container@1.0.2...@cloudflare/style-container@1.0.3) (2018-05-14) | ||
@@ -40,3 +51,3 @@ | ||
<a name="1.0.2"></a> | ||
<a name="1.0.2"></a> | ||
## [1.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-container@1.0.1...@cloudflare/style-container@1.0.2) (2018-05-10) | ||
@@ -52,3 +63,3 @@ | ||
<a name="1.0.1"></a> | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2018-05-09) | ||
@@ -61,3 +72,3 @@ | ||
<a name="9.0.0"></a> | ||
<a name="9.0.0"></a> | ||
# [9.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.1.4...cf-style-container@9.0.0) (2018-05-08) | ||
@@ -86,3 +97,3 @@ | ||
<a name="8.1.4"></a> | ||
<a name="8.1.4"></a> | ||
## [8.1.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.1.3...cf-style-container@8.1.4) (2018-05-04) | ||
@@ -95,3 +106,3 @@ | ||
<a name="8.1.3"></a> | ||
<a name="8.1.3"></a> | ||
## [8.1.3](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.1.2...cf-style-container@8.1.3) (2018-05-02) | ||
@@ -98,0 +109,0 @@ |
@@ -9,3 +9,9 @@ declare module '@cloudflare/style-container' { | ||
export type TRule<T> = (attrs?: T) => React.CSSProperties; | ||
export type TRuleCSSPropsAndSelectors = | ||
| React.CSSProperties | ||
| { | ||
[selector: string]: React.CSSProperties; | ||
}; | ||
export type TRule<T = {}> = (attrs?: T) => TRuleCSSPropsAndSelectors; | ||
export type TTheme<P> = | ||
@@ -12,0 +18,0 @@ | P |
{ | ||
"name": "@cloudflare/style-container", | ||
"description": "Cloudflare Style Container", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/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
81051
1232