@commercetools-uikit/localized-multiline-text-input 15.11.2 → 15.13.0
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.
|
@@ -506,7 +506,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
506
506
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
507
507
|
|
|
508
508
|
// NOTE: This string will be replaced on build time with the package version.
|
|
509
|
-
var version = "15.
|
|
509
|
+
var version = "15.13.0";
|
|
510
510
|
|
|
511
511
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
512
512
|
exports.version = version;
|
|
@@ -401,7 +401,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
401
401
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
402
402
|
|
|
403
403
|
// NOTE: This string will be replaced on build time with the package version.
|
|
404
|
-
var version = "15.
|
|
404
|
+
var version = "15.13.0";
|
|
405
405
|
|
|
406
406
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
407
407
|
exports.version = version;
|
|
@@ -484,6 +484,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
|
|
|
484
484
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
485
485
|
|
|
486
486
|
// NOTE: This string will be replaced on build time with the package version.
|
|
487
|
-
var version = "15.
|
|
487
|
+
var version = "15.13.0";
|
|
488
488
|
|
|
489
489
|
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": "15.
|
|
4
|
+
"version": "15.13.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,21 +19,21 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-localized-multiline-text-input.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/constraints": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/flat-button": "15.
|
|
27
|
-
"@commercetools-uikit/hooks": "15.
|
|
28
|
-
"@commercetools-uikit/icons": "15.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "15.
|
|
31
|
-
"@commercetools-uikit/messages": "15.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "15.
|
|
33
|
-
"@commercetools-uikit/text": "15.
|
|
34
|
-
"@commercetools-uikit/utils": "15.
|
|
35
|
-
"@emotion/react": "^11.
|
|
36
|
-
"@emotion/styled": "^11.
|
|
22
|
+
"@babel/runtime": "^7.20.13",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
+
"@commercetools-uikit/constraints": "15.13.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "15.13.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "15.13.0",
|
|
28
|
+
"@commercetools-uikit/icons": "15.13.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.13.0",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "15.13.0",
|
|
31
|
+
"@commercetools-uikit/messages": "15.13.0",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "15.13.0",
|
|
33
|
+
"@commercetools-uikit/text": "15.13.0",
|
|
34
|
+
"@commercetools-uikit/utils": "15.13.0",
|
|
35
|
+
"@emotion/react": "^11.10.5",
|
|
36
|
+
"@emotion/styled": "^11.10.5",
|
|
37
37
|
"prop-types": "15.8.1",
|
|
38
38
|
"react-select": "5.7.0",
|
|
39
39
|
"react-textarea-autosize": "8.4.0"
|