@digibib/deichman-ui
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -776,3 +776,3 @@ import React, { Component } from 'react'; | ||
Input.propTypes = { | ||
value: PropTypes.string.isRequired, | ||
value: PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired, | ||
name: PropTypes.string.isRequired, | ||
@@ -784,3 +784,3 @@ label: PropTypes.string, | ||
showClear: PropTypes.bool, | ||
error: PropTypes.bool, | ||
error: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]), | ||
onClear: PropTypes.func, | ||
@@ -787,0 +787,0 @@ onChange: PropTypes.func.isRequired, |
@@ -783,3 +783,3 @@ 'use strict'; | ||
Input.propTypes = { | ||
value: PropTypes.string.isRequired, | ||
value: PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired, | ||
name: PropTypes.string.isRequired, | ||
@@ -791,3 +791,3 @@ label: PropTypes.string, | ||
showClear: PropTypes.bool, | ||
error: PropTypes.bool, | ||
error: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]), | ||
onClear: PropTypes.func, | ||
@@ -794,0 +794,0 @@ onChange: PropTypes.func.isRequired, |
{ | ||
"name": "@digibib/deichman-ui", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Deichman style-guide and component library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
628678