@commercetools-uikit/localized-text-input 20.2.1 → 20.2.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.
|
@@ -220,7 +220,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
220
220
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
221
221
|
|
|
222
222
|
// NOTE: This string will be replaced on build time with the package version.
|
|
223
|
-
var version = "20.2.
|
|
223
|
+
var version = "20.2.2";
|
|
224
224
|
|
|
225
225
|
exports["default"] = LocalizedTextInput$1;
|
|
226
226
|
exports.version = version;
|
|
@@ -204,7 +204,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
204
204
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
205
205
|
|
|
206
206
|
// NOTE: This string will be replaced on build time with the package version.
|
|
207
|
-
var version = "20.2.
|
|
207
|
+
var version = "20.2.2";
|
|
208
208
|
|
|
209
209
|
exports["default"] = LocalizedTextInput$1;
|
|
210
210
|
exports.version = version;
|
|
@@ -201,6 +201,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
201
201
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
202
202
|
|
|
203
203
|
// NOTE: This string will be replaced on build time with the package version.
|
|
204
|
-
var version = "20.2.
|
|
204
|
+
var version = "20.2.2";
|
|
205
205
|
|
|
206
206
|
export { LocalizedTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-text-input",
|
|
3
3
|
"description": "A controlled text input component for localized single-line strings with validation states.",
|
|
4
|
-
"version": "20.2.
|
|
4
|
+
"version": "20.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
26
|
-
"@commercetools-uikit/flat-button": "20.2.
|
|
27
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
28
|
-
"@commercetools-uikit/icons": "20.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "20.2.
|
|
31
|
-
"@commercetools-uikit/messages": "20.2.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "20.2.
|
|
33
|
-
"@commercetools-uikit/text": "20.2.
|
|
34
|
-
"@commercetools-uikit/text-input": "20.2.
|
|
35
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.2",
|
|
26
|
+
"@commercetools-uikit/flat-button": "20.2.2",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.2.2",
|
|
28
|
+
"@commercetools-uikit/icons": "20.2.2",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.2.2",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "20.2.2",
|
|
31
|
+
"@commercetools-uikit/messages": "20.2.2",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "20.2.2",
|
|
33
|
+
"@commercetools-uikit/text": "20.2.2",
|
|
34
|
+
"@commercetools-uikit/text-input": "20.2.2",
|
|
35
|
+
"@commercetools-uikit/utils": "20.2.2",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5"
|
|
38
38
|
},
|