@commercetools-uikit/localized-multiline-text-input 14.0.2 → 14.0.3
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.
|
@@ -523,7 +523,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
523
523
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
524
524
|
|
|
525
525
|
// NOTE: This string will be replaced on build time with the package version.
|
|
526
|
-
var version = "14.0.
|
|
526
|
+
var version = "14.0.3";
|
|
527
527
|
|
|
528
528
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
529
529
|
exports.version = version;
|
|
@@ -410,7 +410,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
410
410
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
411
411
|
|
|
412
412
|
// NOTE: This string will be replaced on build time with the package version.
|
|
413
|
-
var version = "14.0.
|
|
413
|
+
var version = "14.0.3";
|
|
414
414
|
|
|
415
415
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
416
416
|
exports.version = version;
|
|
@@ -500,6 +500,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
|
|
|
500
500
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
501
501
|
|
|
502
502
|
// NOTE: This string will be replaced on build time with the package version.
|
|
503
|
-
var version = "14.0.
|
|
503
|
+
var version = "14.0.3";
|
|
504
504
|
|
|
505
505
|
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.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
25
25
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
26
26
|
"@commercetools-uikit/flat-button": "14.0.2",
|
|
27
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
27
|
+
"@commercetools-uikit/hooks": "14.0.3",
|
|
28
28
|
"@commercetools-uikit/icons": "14.0.1",
|
|
29
29
|
"@commercetools-uikit/input-utils": "14.0.2",
|
|
30
30
|
"@commercetools-uikit/localized-utils": "14.0.1",
|