@commercetools-uikit/localized-text-input 15.14.0 → 15.14.1
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.
|
@@ -275,7 +275,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
275
275
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
276
276
|
|
|
277
277
|
// NOTE: This string will be replaced on build time with the package version.
|
|
278
|
-
var version = "15.14.
|
|
278
|
+
var version = "15.14.1";
|
|
279
279
|
|
|
280
280
|
exports["default"] = LocalizedTextInput$1;
|
|
281
281
|
exports.version = version;
|
|
@@ -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 = "15.14.
|
|
223
|
+
var version = "15.14.1";
|
|
224
224
|
|
|
225
225
|
exports["default"] = LocalizedTextInput$1;
|
|
226
226
|
exports.version = version;
|
|
@@ -255,6 +255,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
255
255
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
256
256
|
|
|
257
257
|
// NOTE: This string will be replaced on build time with the package version.
|
|
258
|
-
var version = "15.14.
|
|
258
|
+
var version = "15.14.1";
|
|
259
259
|
|
|
260
260
|
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": "15.14.
|
|
4
|
+
"version": "15.14.1",
|
|
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": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/flat-button": "15.14.
|
|
27
|
-
"@commercetools-uikit/hooks": "15.14.
|
|
28
|
-
"@commercetools-uikit/icons": "15.14.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "15.14.
|
|
31
|
-
"@commercetools-uikit/messages": "15.14.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "15.14.
|
|
33
|
-
"@commercetools-uikit/text": "15.14.
|
|
34
|
-
"@commercetools-uikit/text-input": "15.14.
|
|
35
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.1",
|
|
26
|
+
"@commercetools-uikit/flat-button": "15.14.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "15.14.1",
|
|
28
|
+
"@commercetools-uikit/icons": "15.14.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.14.1",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "15.14.1",
|
|
31
|
+
"@commercetools-uikit/messages": "15.14.1",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "15.14.1",
|
|
33
|
+
"@commercetools-uikit/text": "15.14.1",
|
|
34
|
+
"@commercetools-uikit/text-input": "15.14.1",
|
|
35
|
+
"@commercetools-uikit/utils": "15.14.1",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"prop-types": "15.8.1"
|