@commercetools-uikit/localized-multiline-text-input 19.22.4 → 19.22.6
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.
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ export default Example;
|
|
|
59
59
|
| `onChange` | `ChangeEventHandler` | | | Gets called when any input is changed. Is called with the change event of the changed input. |
|
|
60
60
|
| `selectedLanguage` | `string` | ✅ | | Specifies which language will be shown in case the `LocalizedTextInput` is collapsed. |
|
|
61
61
|
| `onBlur` | `FocusEventHandler` | | | Called when input is blurred |
|
|
62
|
-
| `onFocus` | `Function`<br/>[See signature.](#signature-
|
|
62
|
+
| `onFocus` | `Function`<br/>[See signature.](#signature-onfocus) | | | Called when input is focused |
|
|
63
63
|
| `defaultExpandMultilineText` | `boolean` | | | Expands input components holding multiline values instead of collpasing them by default. |
|
|
64
64
|
| `cacheMeasurements` | `boolean` | | `true` | Use this property to turn off caching input measurements. |
|
|
65
65
|
| `hideLanguageExpansionControls` | `boolean` | | | Will hide the language expansion controls when set to `true`. All languages will be shown when set to `true`. |
|
|
@@ -498,7 +498,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
498
498
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
499
499
|
|
|
500
500
|
// NOTE: This string will be replaced on build time with the package version.
|
|
501
|
-
var version = "19.22.
|
|
501
|
+
var version = "19.22.6";
|
|
502
502
|
|
|
503
503
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
504
504
|
exports.version = version;
|
|
@@ -390,7 +390,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
390
390
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
391
391
|
|
|
392
392
|
// NOTE: This string will be replaced on build time with the package version.
|
|
393
|
-
var version = "19.22.
|
|
393
|
+
var version = "19.22.6";
|
|
394
394
|
|
|
395
395
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
396
396
|
exports.version = version;
|
|
@@ -476,6 +476,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
|
|
|
476
476
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
477
477
|
|
|
478
478
|
// NOTE: This string will be replaced on build time with the package version.
|
|
479
|
-
var version = "19.22.
|
|
479
|
+
var version = "19.22.6";
|
|
480
480
|
|
|
481
481
|
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": "19.22.
|
|
4
|
+
"version": "19.22.6",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/flat-button": "19.22.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.22.
|
|
28
|
-
"@commercetools-uikit/icons": "19.22.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.22.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "19.22.
|
|
31
|
-
"@commercetools-uikit/messages": "19.22.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "19.22.
|
|
33
|
-
"@commercetools-uikit/text": "19.22.
|
|
34
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.6",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.6",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.22.6",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.22.6",
|
|
28
|
+
"@commercetools-uikit/icons": "19.22.6",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.22.6",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "19.22.6",
|
|
31
|
+
"@commercetools-uikit/messages": "19.22.6",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "19.22.6",
|
|
33
|
+
"@commercetools-uikit/text": "19.22.6",
|
|
34
|
+
"@commercetools-uikit/utils": "19.22.6",
|
|
35
35
|
"@emotion/react": "^11.10.5",
|
|
36
36
|
"@emotion/styled": "^11.10.5",
|
|
37
37
|
"prop-types": "15.8.1",
|