@commercetools-uikit/localized-multiline-text-input 15.9.0 → 15.11.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.9.0";
509
+ var version = "15.11.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.9.0";
404
+ var version = "15.11.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.9.0";
487
+ var version = "15.11.0";
488
488
 
489
489
  export { LocalizedMultilineTextInput$1 as default, version };
@@ -2,7 +2,7 @@ import { type ReactNode, type ChangeEventHandler, type FocusEventHandler } from
2
2
  interface HTMLLocalizedTextAreaElement extends HTMLTextAreaElement {
3
3
  language: string;
4
4
  }
5
- declare type TLocalizedMultilineTextInputProps = {
5
+ type TLocalizedMultilineTextInputProps = {
6
6
  id?: string;
7
7
  name?: string;
8
8
  autoComplete?: string;
@@ -2,7 +2,7 @@ import { type ChangeEventHandler, type FocusEventHandler, type ReactNode } from
2
2
  interface HTMLLocalizedTextAreaElement extends HTMLTextAreaElement {
3
3
  language: string;
4
4
  }
5
- declare type TranslationInputProps = {
5
+ type TranslationInputProps = {
6
6
  'aria-invalid'?: boolean;
7
7
  'aria-errormessage'?: string;
8
8
  onChange?: ChangeEventHandler<HTMLLocalizedTextAreaElement>;
@@ -28,7 +28,7 @@ declare type TranslationInputProps = {
28
28
  formatMessage: (messageObject: TMessagesMultilineInput) => string;
29
29
  };
30
30
  };
31
- declare type TMessagesMultilineInput = {
31
+ type TMessagesMultilineInput = {
32
32
  id: string;
33
33
  description: string;
34
34
  defaultMessage: string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type TTranslationInputStylesProps = {
2
+ type TTranslationInputStylesProps = {
3
3
  isCollapsed?: boolean;
4
4
  isDisabled?: boolean;
5
5
  isReadOnly?: boolean;
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.9.0",
4
+ "version": "15.11.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,22 +21,22 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/constraints": "15.9.0",
25
- "@commercetools-uikit/design-system": "15.9.0",
26
- "@commercetools-uikit/flat-button": "15.9.0",
27
- "@commercetools-uikit/hooks": "15.9.0",
28
- "@commercetools-uikit/icons": "15.9.0",
29
- "@commercetools-uikit/input-utils": "15.9.0",
30
- "@commercetools-uikit/localized-utils": "15.9.0",
31
- "@commercetools-uikit/messages": "15.9.0",
32
- "@commercetools-uikit/spacings-stack": "15.9.0",
33
- "@commercetools-uikit/text": "15.9.0",
34
- "@commercetools-uikit/utils": "15.9.0",
24
+ "@commercetools-uikit/constraints": "15.11.0",
25
+ "@commercetools-uikit/design-system": "15.11.0",
26
+ "@commercetools-uikit/flat-button": "15.11.0",
27
+ "@commercetools-uikit/hooks": "15.11.0",
28
+ "@commercetools-uikit/icons": "15.11.0",
29
+ "@commercetools-uikit/input-utils": "15.11.0",
30
+ "@commercetools-uikit/localized-utils": "15.11.0",
31
+ "@commercetools-uikit/messages": "15.11.0",
32
+ "@commercetools-uikit/spacings-stack": "15.11.0",
33
+ "@commercetools-uikit/text": "15.11.0",
34
+ "@commercetools-uikit/utils": "15.11.0",
35
35
  "@emotion/react": "^11.4.0",
36
36
  "@emotion/styled": "^11.3.0",
37
37
  "prop-types": "15.8.1",
38
- "react-select": "5.5.2",
39
- "react-textarea-autosize": "8.3.4"
38
+ "react-select": "5.7.0",
39
+ "react-textarea-autosize": "8.4.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "react": "17.0.2",