jss-plugin-rule-value-observable
Advanced tools
Comparing version 10.0.4 to 10.1.0
@@ -773,3 +773,3 @@ function symbolObservablePonyfill(root) { | ||
for (var index = 0; index < this.style.length; index++) { | ||
str += toCss(this.key, this.style[index]); | ||
str += toCss(this.at, this.style[index]); | ||
if (this.style[index + 1]) str += '\n'; | ||
@@ -781,3 +781,3 @@ } | ||
return toCss(this.key, this.style, options); | ||
return toCss(this.at, this.style, options); | ||
}; | ||
@@ -788,5 +788,6 @@ | ||
var keyRegExp$2 = /@font-face/; | ||
var pluginFontFaceRule = { | ||
onCreateRule: function onCreateRule(key, style, options) { | ||
return key === '@font-face' ? new FontFaceRule(key, style, options) : null; | ||
return keyRegExp$2.test(key) ? new FontFaceRule(key, style, options) : null; | ||
} | ||
@@ -2073,3 +2074,3 @@ }; | ||
this.id = instanceCounter++; | ||
this.version = "10.0.4"; | ||
this.version = "10.1.0"; | ||
this.plugins = new PluginsRegistry(); | ||
@@ -2076,0 +2077,0 @@ this.options = { |
{ | ||
"name": "jss-plugin-rule-value-observable", | ||
"description": "JSS plugin for TC39 Observables support", | ||
"version": "10.0.4", | ||
"version": "10.1.0", | ||
"license": "MIT", | ||
@@ -44,6 +44,6 @@ "homepage": "https://cssinjs.org/", | ||
"@babel/runtime": "^7.3.1", | ||
"jss": "10.0.4", | ||
"jss": "10.1.0", | ||
"symbol-observable": "^1.2.0" | ||
}, | ||
"gitHead": "cbffc17d6f2452164712b6b654e6d331d0922f8b" | ||
"gitHead": "4e1d4289995bbc080eaf7d21fbc48b939a639ca8" | ||
} |
@@ -12,3 +12,3 @@ # jss-plugin-rule-value-observable | ||
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.0.4) for more information. | ||
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.1.0) for more information. | ||
@@ -15,0 +15,0 @@ ## Install |
83939
2449
+ Addedjss@10.1.0(transitive)
- Removedjss@10.0.4(transitive)
Updatedjss@10.1.0