@commercetools-uikit/text-input 15.1.1 → 15.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -106,7 +106,7 @@ TextInput.isEmpty = function (value) {
|
|
|
106
106
|
var TextInput$1 = TextInput;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "15.1.
|
|
109
|
+
var version = "15.1.2";
|
|
110
110
|
|
|
111
111
|
exports["default"] = TextInput$1;
|
|
112
112
|
exports.version = version;
|
|
@@ -85,7 +85,7 @@ TextInput.isEmpty = function (value) {
|
|
|
85
85
|
var TextInput$1 = TextInput;
|
|
86
86
|
|
|
87
87
|
// NOTE: This string will be replaced on build time with the package version.
|
|
88
|
-
var version = "15.1.
|
|
88
|
+
var version = "15.1.2";
|
|
89
89
|
|
|
90
90
|
exports["default"] = TextInput$1;
|
|
91
91
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/text-input",
|
|
3
3
|
"description": "A controlled text input component for single-line strings with validation states.",
|
|
4
|
-
"version": "15.1.
|
|
4
|
+
"version": "15.1.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.1.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.1.
|
|
26
|
-
"@commercetools-uikit/input-utils": "15.1.
|
|
27
|
-
"@commercetools-uikit/utils": "15.1.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.1.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.1.2",
|
|
26
|
+
"@commercetools-uikit/input-utils": "15.1.2",
|
|
27
|
+
"@commercetools-uikit/utils": "15.1.2",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"@emotion/styled": "^11.3.0",
|
|
30
30
|
"prop-types": "15.8.1"
|