@eaze/copy-to-clipboard
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -97,3 +97,3 @@ 'use strict'; | ||
CopyToClipboard.propTypes = { | ||
buttonStyle: _propTypes2.default.object, | ||
buttonStyle: _propTypes2.default.oneOfType([_propTypes2.default.object, _propTypes2.default.string]), | ||
copiedText: _propTypes2.default.string, | ||
@@ -106,3 +106,3 @@ value: _propTypes2.default.string | ||
var Container = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-nfou0f0' | ||
target: 'css-1b311qf0' | ||
})('position:relative;overflow:hidden;'); |
{ | ||
"name": "@eaze/copy-to-clipboard", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React components: index", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,3 +12,3 @@ /** | ||
static propTypes = { | ||
buttonStyle: PropTypes.object, | ||
buttonStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.string]), | ||
copiedText: PropTypes.string, | ||
@@ -15,0 +15,0 @@ value: PropTypes.string |
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
9277