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
925
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-202061012469 to 0.0.0-canary-2020714163559

11

CHANGELOG.md
# @commercetools-uikit/text-input
## 0.0.0-canary-202061012469
## 0.0.0-canary-2020714163559
### Patch Changes
- [`db6b77c`](https://github.com/commercetools/ui-kit/commit/db6b77c3baf110136440dfc7c6d42cace74eb85e) [#1492](https://github.com/commercetools/ui-kit/pull/1492) Thanks [@emmenko](https://github.com/emmenko)! - Use ranged versions for emotion dependencies
- Updated dependencies [[`db6b77c`](https://github.com/commercetools/ui-kit/commit/db6b77c3baf110136440dfc7c6d42cace74eb85e)]:
- @commercetools-uikit/constraints@0.0.0-canary-2020714163559
## 10.24.0
### Patch Changes
- [`bf63fd7`](https://github.com/commercetools/ui-kit/commit/bf63fd7b13b9d1a2386b85f123fcda93823d4bcf) [#1421](https://github.com/commercetools/ui-kit/pull/1421) Thanks [@mohib0306](https://github.com/mohib0306)! - Move `src/components/inputs` to `packages/components/inputs`

@@ -8,0 +17,0 @@

2

dist/text-input.cjs.js

@@ -152,5 +152,5 @@ 'use strict';

var version = '0.0.0-canary-202061012469';
var version = '0.0.0-canary-2020714163559';
exports.default = TextInput;
exports.version = version;

@@ -146,5 +146,5 @@ import PropTypes from 'prop-types';

var version = '0.0.0-canary-202061012469';
var version = '0.0.0-canary-2020714163559';
export default TextInput;
export { version };
{
"name": "@commercetools-uikit/text-input",
"version": "0.0.0-canary-202061012469",
"version": "0.0.0-canary-2020714163559",
"description": "",

@@ -20,7 +20,7 @@ "main": "dist/text-input.cjs.js",

"dependencies": {
"@commercetools-uikit/constraints": "10.21.0",
"@commercetools-uikit/constraints": "0.0.0-canary-2020714163559",
"@commercetools-uikit/design-system": "10.18.4",
"@commercetools-uikit/utils": "10.21.0",
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"@emotion/core": "^10.0.34",
"@emotion/styled": "^10.0.27",
"prop-types": "15.7.2",

@@ -27,0 +27,0 @@ "react-required-if": "1.0.3"

# TextInput
#### Description
## Description

@@ -11,3 +11,3 @@ A controlled text input component for single-line strings with validation

```js
import { TextInput } from '@commercetools-frontend/ui-kit';
import TextInput from '@commercetools-uikit/text-input';

@@ -17,3 +17,3 @@ <TextInput value="foo" onChange={(event) => alert(event.target.value)} />;

#### Properties
## Properties

@@ -39,5 +39,5 @@ | Props | Type | Required | Values | Default | Description |

### Static methods
## Static methods
#### `TextInput.isEmpty`
### `TextInput.isEmpty`

@@ -52,4 +52,4 @@ Returns `true` when the value is considered empty, which is when the value is empty or consists of spaces only.

### Main Functions and use cases are:
## Main Functions and use cases are:
- Input field for single-line strings
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