@gemeente-denhaag/textfield
Advanced tools
Comparing version 0.2.3-alpha.18 to 0.2.3-alpha.19
import { FormHelperTextProps, InputLabelProps, PropTypes, SelectProps } from '@material-ui/core'; | ||
import React from 'react'; | ||
import { BaseClassesProps } from '@gemeente-denhaag/baseprops'; | ||
export interface BaseTextFieldProps extends BaseClassesProps { | ||
import BaseProps from '@gemeente-denhaag/baseprops'; | ||
export interface BaseTextFieldProps extends Omit<BaseProps, 'classes'> { | ||
/** | ||
@@ -6,0 +6,0 @@ * This prop helps users to fill forms faster, especially on mobile devices. |
{ | ||
"name": "@gemeente-denhaag/textfield", | ||
"version": "0.2.3-alpha.18", | ||
"version": "0.2.3-alpha.19", | ||
"description": "A TextField component", | ||
@@ -25,3 +25,3 @@ "bugs": "https://github.com/nl-design-system/denhaag/issues", | ||
"dependencies": { | ||
"@gemeente-denhaag/baseprops": "^0.2.3-alpha.18", | ||
"@gemeente-denhaag/baseprops": "^0.2.3-alpha.19", | ||
"@material-ui/core": "^4.11.0" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "8bdefca25ae25ae89a8480c9c0db9b2356d604ee" | ||
"gitHead": "b66b9fa9fe07c70e2d9aa053a9dcba36e996064f" | ||
} |
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
115444