announcekit-react
Advanced tools
Comparing version 2.1.0 to 2.1.1
import * as React from "react"; | ||
interface Props { | ||
widget: string; | ||
lang?: string; | ||
catchClick?: string; | ||
@@ -5,0 +6,0 @@ widgetStyle?: React.CSSProperties; |
@@ -132,3 +132,3 @@ "use strict"; | ||
}); | ||
}, data: this.props.data, user: this.props.user })); | ||
}, data: this.props.data, user: this.props.user, lang: this.props.lang })); | ||
}; | ||
@@ -135,0 +135,0 @@ AnnounceKit.prototype.withWidget = function (fn) { |
{ | ||
"name": "announcekit-react", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Use AnnounceKit widgets in your React App", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
15739
379