@didomi/react
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -211,2 +211,3 @@ var _class, _temp; | ||
gdprAppliesGlobally: true, | ||
onReady: function onReady() {}, | ||
onConsentChanged: function onConsentChanged() {}, | ||
@@ -231,2 +232,3 @@ onNoticeShown: function onNoticeShown() {}, | ||
gdprAppliesGlobally: PropTypes.bool, | ||
onReady: PropTypes.func, | ||
onConsentChanged: PropTypes.func, | ||
@@ -233,0 +235,0 @@ onNoticeShown: PropTypes.func, |
@@ -221,2 +221,3 @@ 'use strict'; | ||
gdprAppliesGlobally: true, | ||
onReady: function onReady() {}, | ||
onConsentChanged: function onConsentChanged() {}, | ||
@@ -241,2 +242,3 @@ onNoticeShown: function onNoticeShown() {}, | ||
gdprAppliesGlobally: _propTypes2.default.bool, | ||
onReady: _propTypes2.default.func, | ||
onConsentChanged: _propTypes2.default.func, | ||
@@ -243,0 +245,0 @@ onNoticeShown: _propTypes2.default.func, |
{ | ||
"name": "@didomi/react", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "didomi-react-test React component", | ||
@@ -42,5 +42,5 @@ "main": "lib/index.js", | ||
"repository": { | ||
"type" : "git", | ||
"url" : "https://github.com/didomi/react" | ||
"type": "git", | ||
"url": "https://github.com/didomi/react" | ||
} | ||
} | ||
} |
35498
427