@hig/text-field
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -659,2 +659,6 @@ import React, { Component } from 'react'; | ||
/** | ||
* Title attribute for the clear button. Used for accessibility purposes | ||
*/ | ||
clearButtonTitle: PropTypes.string, | ||
/** | ||
* Prevents user actions on the field | ||
@@ -748,2 +752,13 @@ */ | ||
"props": { | ||
"clearButtonTitle": { | ||
"type": { | ||
"name": "string" | ||
}, | ||
"required": false, | ||
"description": "Title attribute for the clear button. Used for accessibility purposes", | ||
"defaultValue": { | ||
"value": "\"Clear field\"", | ||
"computed": false | ||
} | ||
}, | ||
"disabled": { | ||
@@ -892,9 +907,2 @@ "type": { | ||
"description": "Value of the field" | ||
}, | ||
"clearButtonTitle": { | ||
"defaultValue": { | ||
"value": "\"Clear field\"", | ||
"computed": false | ||
}, | ||
"required": false | ||
} | ||
@@ -901,0 +909,0 @@ } |
@@ -667,2 +667,6 @@ 'use strict'; | ||
/** | ||
* Title attribute for the clear button. Used for accessibility purposes | ||
*/ | ||
clearButtonTitle: PropTypes.string, | ||
/** | ||
* Prevents user actions on the field | ||
@@ -756,2 +760,13 @@ */ | ||
"props": { | ||
"clearButtonTitle": { | ||
"type": { | ||
"name": "string" | ||
}, | ||
"required": false, | ||
"description": "Title attribute for the clear button. Used for accessibility purposes", | ||
"defaultValue": { | ||
"value": "\"Clear field\"", | ||
"computed": false | ||
} | ||
}, | ||
"disabled": { | ||
@@ -900,9 +915,2 @@ "type": { | ||
"description": "Value of the field" | ||
}, | ||
"clearButtonTitle": { | ||
"defaultValue": { | ||
"value": "\"Clear field\"", | ||
"computed": false | ||
}, | ||
"required": false | ||
} | ||
@@ -909,0 +917,0 @@ } |
@@ -0,1 +1,8 @@ | ||
# [@hig/text-field-v0.4.3](https://github.com/Autodesk/hig/compare/@hig/text-field@0.4.2...@hig/text-field@0.4.3) (2018-08-24) | ||
### Bug Fixes | ||
* **behavior:** bump [@hig](https://github.com/hig)/utils dependents to v0.2.1 ([48b74d0](https://github.com/Autodesk/hig/commit/48b74d0)) | ||
# [@hig/text-field-v0.4.2](https://github.com/Autodesk/hig/compare/@hig/text-field@0.4.1...@hig/text-field@0.4.2) (2018-08-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/text-field", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "HIG Text Field", | ||
@@ -22,3 +22,3 @@ "author": "Autodesk Inc.", | ||
"@hig/icon-button": "^0.2.0", | ||
"@hig/utils": "^0.2.0", | ||
"@hig/utils": "^0.2.1", | ||
"classnames": "^2.2.5", | ||
@@ -25,0 +25,0 @@ "hig-react": "0.29.0", |
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
99416
2723
Updated@hig/utils@^0.2.1