hadron-react-components
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -13,6 +13,4 @@ 'use strict'; | ||
var PropTypes = require('prop-types'); | ||
var InfoSprinkle = require('./info-sprinkle'); | ||
var _require = require('./info-sprinkle'), | ||
InfoSprinkle = _require.InfoSprinkle; | ||
/** | ||
@@ -22,3 +20,2 @@ * A checkbox in the create collection dialog. | ||
var ModalCheckbox = function (_React$Component) { | ||
@@ -25,0 +22,0 @@ _inherits(ModalCheckbox, _React$Component); |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-react/packages/hadron-react-components", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"repository": { | ||
@@ -50,3 +50,3 @@ "type": "git", | ||
}, | ||
"gitHead": "b7d1fbdb48c1e1318bc2efecd9b16d6d6a9d6b29" | ||
"gitHead": "a0d4b80a1bac2baf42203a18d28d7e8913f8fcb3" | ||
} |
const React = require('react'); | ||
const PropTypes = require('prop-types'); | ||
const { InfoSprinkle } = require('./info-sprinkle'); | ||
const InfoSprinkle = require('./info-sprinkle'); | ||
@@ -5,0 +5,0 @@ /** |
@@ -18,2 +18,3 @@ const React = require('react'); | ||
className="test-class" | ||
linkUrl="http://testing.com" | ||
checked={false} | ||
@@ -20,0 +21,0 @@ onClickHandler={clickHandler} /> |
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
124058