@commercetools-uikit/localized-text-input 12.2.7 → 12.2.9
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.
|
@@ -340,7 +340,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
340
340
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
341
341
|
|
|
342
342
|
// NOTE: This string will be replaced on build time with the package version.
|
|
343
|
-
var version = "12.2.
|
|
343
|
+
var version = "12.2.9";
|
|
344
344
|
|
|
345
345
|
exports["default"] = LocalizedTextInput$1;
|
|
346
346
|
exports.version = version;
|
|
@@ -203,7 +203,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
203
203
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
204
204
|
|
|
205
205
|
// NOTE: This string will be replaced on build time with the package version.
|
|
206
|
-
var version = "12.2.
|
|
206
|
+
var version = "12.2.9";
|
|
207
207
|
|
|
208
208
|
exports["default"] = LocalizedTextInput$1;
|
|
209
209
|
exports.version = version;
|
|
@@ -317,6 +317,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
317
317
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
318
318
|
|
|
319
319
|
// NOTE: This string will be replaced on build time with the package version.
|
|
320
|
-
var version = "12.2.
|
|
320
|
+
var version = "12.2.9";
|
|
321
321
|
|
|
322
322
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-localized-text-input.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.16.
|
|
23
|
-
"@babel/runtime-corejs3": "7.16.
|
|
24
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
26
|
-
"@commercetools-uikit/flat-button": "12.2.
|
|
27
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
28
|
-
"@commercetools-uikit/icons": "12.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "12.2.
|
|
31
|
-
"@commercetools-uikit/messages": "12.2.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
33
|
-
"@commercetools-uikit/text": "12.2.
|
|
34
|
-
"@commercetools-uikit/text-input": "12.2.
|
|
35
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/constraints": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/flat-button": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/input-utils": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/messages": "12.2.9",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "12.2.9",
|
|
33
|
+
"@commercetools-uikit/text": "12.2.9",
|
|
34
|
+
"@commercetools-uikit/text-input": "12.2.9",
|
|
35
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|
|
38
38
|
"common-tags": "1.8.2",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"react": "17.0.2",
|
|
44
|
-
"react-intl": "5.
|
|
44
|
+
"react-intl": "5.23.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "17.x",
|