Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hig/text-field

Package Overview
Dependencies
Maintainers
6
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/text-field - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

22

build/index.es.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc