@commercetools-uikit/localized-multiline-text-input 14.0.0 → 14.0.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.
|
@@ -525,7 +525,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
525
525
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
526
526
|
|
|
527
527
|
// NOTE: This string will be replaced on build time with the package version.
|
|
528
|
-
var version = "14.0.
|
|
528
|
+
var version = "14.0.1";
|
|
529
529
|
|
|
530
530
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
531
531
|
exports.version = version;
|
|
@@ -412,7 +412,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
412
412
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
413
413
|
|
|
414
414
|
// NOTE: This string will be replaced on build time with the package version.
|
|
415
|
-
var version = "14.0.
|
|
415
|
+
var version = "14.0.1";
|
|
416
416
|
|
|
417
417
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
418
418
|
exports.version = version;
|
|
@@ -502,6 +502,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
|
|
|
502
502
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
503
503
|
|
|
504
504
|
// NOTE: This string will be replaced on build time with the package version.
|
|
505
|
-
var version = "14.0.
|
|
505
|
+
var version = "14.0.1";
|
|
506
506
|
|
|
507
507
|
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": "14.0.
|
|
4
|
+
"version": "14.0.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "14.0.
|
|
24
|
+
"@commercetools-uikit/constraints": "14.0.1",
|
|
25
25
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
26
|
-
"@commercetools-uikit/flat-button": "14.0.
|
|
27
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
28
|
-
"@commercetools-uikit/icons": "14.0.
|
|
29
|
-
"@commercetools-uikit/input-utils": "14.0.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "14.0.
|
|
31
|
-
"@commercetools-uikit/messages": "14.0.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "14.0.
|
|
33
|
-
"@commercetools-uikit/text": "14.0.
|
|
34
|
-
"@commercetools-uikit/utils": "14.0.
|
|
26
|
+
"@commercetools-uikit/flat-button": "14.0.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "14.0.1",
|
|
28
|
+
"@commercetools-uikit/icons": "14.0.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "14.0.1",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "14.0.1",
|
|
31
|
+
"@commercetools-uikit/messages": "14.0.1",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "14.0.1",
|
|
33
|
+
"@commercetools-uikit/text": "14.0.1",
|
|
34
|
+
"@commercetools-uikit/utils": "14.0.1",
|
|
35
35
|
"@emotion/react": "^11.4.0",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|
|
37
37
|
"prop-types": "15.8.1",
|