@commercetools-uikit/text-input
Advanced tools
Comparing version 0.0.0-canary-202081082323 to 0.0.0-canary-202081093258
# @commercetools-uikit/text-input | ||
## 0.0.0-canary-202081082323 | ||
## 0.0.0-canary-202081093258 | ||
@@ -9,2 +9,6 @@ ### Minor Changes | ||
### Patch Changes | ||
- [`c8d7295`](https://github.com/commercetools/ui-kit/commit/c8d72957b70640d8011c6ae6d679b9a9ed7e4795) [#1550](https://github.com/commercetools/ui-kit/pull/1550) Thanks [@adnasa](https://github.com/adnasa)! - fix typo on `authorized` | ||
## 10.30.1 | ||
@@ -11,0 +15,0 @@ |
@@ -156,5 +156,5 @@ 'use strict'; | ||
var version = '0.0.0-canary-202081082323'; | ||
var version = '0.0.0-canary-202081093258'; | ||
exports.default = TextInput; | ||
exports.version = version; |
@@ -146,5 +146,5 @@ import PropTypes from 'prop-types'; | ||
var version = '0.0.0-canary-202081082323'; | ||
var version = '0.0.0-canary-202081093258'; | ||
export default TextInput; | ||
export { version }; |
{ | ||
"name": "@commercetools-uikit/text-input", | ||
"version": "0.0.0-canary-202081082323", | ||
"version": "0.0.0-canary-202081093258", | ||
"description": "A controlled text input component for single-line strings with validation states.", | ||
@@ -5,0 +5,0 @@ "main": "dist/text-input.cjs.js", |
@@ -56,3 +56,3 @@ <!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. --> | ||
| `isAutofocussed` | `bool` | | | Focus the input on initial render | | ||
| `isDisabled` | `bool` | | | Indicates that the input cannot be modified (e.g not authorised, or changes currently saving). | | ||
| `isDisabled` | `bool` | | | Indicates that the input cannot be modified (e.g not authorized, or changes currently saving). | | ||
| `isReadOnly` | `bool` | | | Indicates that the field is displaying read-only content | | ||
@@ -59,0 +59,0 @@ | `hasError` | `bool` | | | Indicates if the input has invalid values | |
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
22238