@commercetools-uikit/localized-text-input 14.0.3 → 14.0.6
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.
|
@@ -268,7 +268,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
268
268
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
269
269
|
|
|
270
270
|
// NOTE: This string will be replaced on build time with the package version.
|
|
271
|
-
var version = "14.0.
|
|
271
|
+
var version = "14.0.6";
|
|
272
272
|
|
|
273
273
|
exports["default"] = LocalizedTextInput$1;
|
|
274
274
|
exports.version = version;
|
|
@@ -213,7 +213,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
213
213
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
214
214
|
|
|
215
215
|
// NOTE: This string will be replaced on build time with the package version.
|
|
216
|
-
var version = "14.0.
|
|
216
|
+
var version = "14.0.6";
|
|
217
217
|
|
|
218
218
|
exports["default"] = LocalizedTextInput$1;
|
|
219
219
|
exports.version = version;
|
|
@@ -247,6 +247,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
247
247
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
248
248
|
|
|
249
249
|
// NOTE: This string will be replaced on build time with the package version.
|
|
250
|
-
var version = "14.0.
|
|
250
|
+
var version = "14.0.6";
|
|
251
251
|
|
|
252
252
|
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": "14.0.
|
|
4
|
+
"version": "14.0.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
24
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
25
25
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
26
|
-
"@commercetools-uikit/flat-button": "14.0.
|
|
26
|
+
"@commercetools-uikit/flat-button": "14.0.6",
|
|
27
27
|
"@commercetools-uikit/hooks": "14.0.3",
|
|
28
28
|
"@commercetools-uikit/icons": "14.0.1",
|
|
29
|
-
"@commercetools-uikit/input-utils": "14.0.
|
|
29
|
+
"@commercetools-uikit/input-utils": "14.0.6",
|
|
30
30
|
"@commercetools-uikit/localized-utils": "14.0.1",
|
|
31
31
|
"@commercetools-uikit/messages": "14.0.1",
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "14.0.
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "14.0.6",
|
|
33
33
|
"@commercetools-uikit/text": "14.0.1",
|
|
34
|
-
"@commercetools-uikit/text-input": "14.0.
|
|
34
|
+
"@commercetools-uikit/text-input": "14.0.6",
|
|
35
35
|
"@commercetools-uikit/utils": "14.0.1",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|