reason-react
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "reason-react", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "React bindings for Reason", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -82,12 +82,4 @@ 'use strict'; | ||
function unsafeAddProp(style, key, value) { | ||
var dict = { }; | ||
dict[key] = value; | ||
return Object.assign(({}), style, dict); | ||
} | ||
var Style; | ||
var Style = { | ||
unsafeAddProp: unsafeAddProp | ||
}; | ||
exports.renderToElementWithClassName = renderToElementWithClassName; | ||
@@ -94,0 +86,0 @@ exports.renderToElementWithId = renderToElementWithId; |
@@ -8,2 +8,4 @@ 'use strict'; | ||
var Props = { }; | ||
var Style; | ||
@@ -13,3 +15,4 @@ | ||
exports.Ref = Ref; | ||
exports.Props = Props; | ||
exports.Style = Style; | ||
/* No side effect */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
412400
3204