@commercetools-uikit/localized-multiline-text-input 12.2.4 → 12.2.5
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.
|
@@ -605,8 +605,8 @@ LocalizedMultilineTextInput.omitEmptyTranslations = localizedUtils.omitEmptyTran
|
|
|
605
605
|
LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
606
606
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
607
607
|
|
|
608
|
-
// NOTE: This string will be replaced
|
|
609
|
-
var version =
|
|
608
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
609
|
+
var version = "12.2.5";
|
|
610
610
|
|
|
611
611
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
612
612
|
exports.version = version;
|
|
@@ -397,8 +397,8 @@ LocalizedMultilineTextInput.omitEmptyTranslations = localizedUtils.omitEmptyTran
|
|
|
397
397
|
LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
398
398
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
399
399
|
|
|
400
|
-
// NOTE: This string will be replaced
|
|
401
|
-
var version =
|
|
400
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
401
|
+
var version = "12.2.5";
|
|
402
402
|
|
|
403
403
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
404
404
|
exports.version = version;
|
|
@@ -580,7 +580,7 @@ LocalizedMultilineTextInput.omitEmptyTranslations = omitEmptyTranslations;
|
|
|
580
580
|
LocalizedMultilineTextInput.isTouched = isTouched;
|
|
581
581
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
582
582
|
|
|
583
|
-
// NOTE: This string will be replaced
|
|
584
|
-
var version =
|
|
583
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
584
|
+
var version = "12.2.5";
|
|
585
585
|
|
|
586
586
|
export { LocalizedMultilineTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-multiline-text-input",
|
|
3
3
|
"description": "A controlled text input component for localized multi-line strings with validation states.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,36 +9,39 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/localized-multiline-text-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-localized-multiline-text-input.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-localized-multiline-text-input.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/flat-button": "12.2.
|
|
31
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
32
|
-
"@commercetools-uikit/icons": "12.2.
|
|
33
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
34
|
-
"@commercetools-uikit/localized-utils": "12.2.
|
|
35
|
-
"@commercetools-uikit/messages": "12.2.
|
|
36
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
37
|
-
"@commercetools-uikit/text": "12.2.
|
|
38
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/flat-button": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/hooks": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/input-utils": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/localized-utils": "12.2.5",
|
|
38
|
+
"@commercetools-uikit/messages": "12.2.5",
|
|
39
|
+
"@commercetools-uikit/spacings-stack": "12.2.5",
|
|
40
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
41
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
39
42
|
"@emotion/react": "^11.4.0",
|
|
40
43
|
"@emotion/styled": "^11.3.0",
|
|
41
|
-
"common-tags": "1.8.
|
|
44
|
+
"common-tags": "1.8.2",
|
|
42
45
|
"prop-types": "15.7.2",
|
|
43
46
|
"react-required-if": "1.0.3",
|
|
44
47
|
"react-select": "4.3.1",
|
|
@@ -47,7 +50,7 @@
|
|
|
47
50
|
"devDependencies": {
|
|
48
51
|
"react": "17.0.2",
|
|
49
52
|
"react-dom": "17.0.2",
|
|
50
|
-
"react-intl": "5.
|
|
53
|
+
"react-intl": "5.21.2"
|
|
51
54
|
},
|
|
52
55
|
"peerDependencies": {
|
|
53
56
|
"react": "17.x",
|