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

@commercetools-uikit/text-input

Package Overview
Dependencies
Maintainers
3
Versions
926
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/text-input - npm Package Compare versions

Comparing version 0.0.0-canary-202081082323 to 0.0.0-canary-202081093258

6

CHANGELOG.md
# @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 @@

2

dist/text-input.cjs.js

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

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