@commercetools-uikit/localized-multiline-text-input 19.4.0 → 19.6.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.
@@ -496,7 +496,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
496
496
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
497
497
 
498
498
  // NOTE: This string will be replaced on build time with the package version.
499
- var version = "19.4.0";
499
+ var version = "19.6.0";
500
500
 
501
501
  exports["default"] = LocalizedMultilineTextInput$1;
502
502
  exports.version = version;
@@ -381,7 +381,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
381
381
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
382
382
 
383
383
  // NOTE: This string will be replaced on build time with the package version.
384
- var version = "19.4.0";
384
+ var version = "19.6.0";
385
385
 
386
386
  exports["default"] = LocalizedMultilineTextInput$1;
387
387
  exports.version = version;
@@ -474,6 +474,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
474
474
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
475
475
 
476
476
  // NOTE: This string will be replaced on build time with the package version.
477
- var version = "19.4.0";
477
+ var version = "19.6.0";
478
478
 
479
479
  export { LocalizedMultilineTextInput$1 as default, version };
@@ -47,8 +47,8 @@ declare const LocalizedMultilineTextInput: {
47
47
  (): import("@emotion/react/jsx-runtime").JSX.Element;
48
48
  displayName: string;
49
49
  };
50
- getId: (idPrefix?: string | undefined, language?: string | undefined) => string | undefined;
51
- getName: (namePrefix?: string | undefined, language?: string | undefined) => string | undefined;
50
+ getId: (idPrefix?: string, language?: string) => string | undefined;
51
+ getName: (namePrefix?: string, language?: string) => string | undefined;
52
52
  defaultProps: {
53
53
  horizontalConstraint: string;
54
54
  cacheMeasurements: boolean;
@@ -60,7 +60,7 @@ declare const LocalizedMultilineTextInput: {
60
60
  };
61
61
  isEmpty: (localizedString?: {
62
62
  [locale: string]: string;
63
- } | undefined) => boolean;
63
+ }) => boolean;
64
64
  omitEmptyTranslations: <TTranslations extends {
65
65
  [locale: string]: string;
66
66
  }>(localizedString: TTranslations) => {
@@ -68,6 +68,6 @@ declare const LocalizedMultilineTextInput: {
68
68
  };
69
69
  isTouched: (touched?: {
70
70
  [locale: string]: boolean;
71
- } | undefined) => boolean;
71
+ }) => boolean;
72
72
  };
73
73
  export default LocalizedMultilineTextInput;
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.4.0",
4
+ "version": "19.6.0",
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.4.0",
25
- "@commercetools-uikit/design-system": "19.4.0",
26
- "@commercetools-uikit/flat-button": "19.4.0",
27
- "@commercetools-uikit/hooks": "19.4.0",
28
- "@commercetools-uikit/icons": "19.4.0",
29
- "@commercetools-uikit/input-utils": "19.4.0",
30
- "@commercetools-uikit/localized-utils": "19.4.0",
31
- "@commercetools-uikit/messages": "19.4.0",
32
- "@commercetools-uikit/spacings-stack": "19.4.0",
33
- "@commercetools-uikit/text": "19.4.0",
34
- "@commercetools-uikit/utils": "19.4.0",
24
+ "@commercetools-uikit/constraints": "19.6.0",
25
+ "@commercetools-uikit/design-system": "19.6.0",
26
+ "@commercetools-uikit/flat-button": "19.6.0",
27
+ "@commercetools-uikit/hooks": "19.6.0",
28
+ "@commercetools-uikit/icons": "19.6.0",
29
+ "@commercetools-uikit/input-utils": "19.6.0",
30
+ "@commercetools-uikit/localized-utils": "19.6.0",
31
+ "@commercetools-uikit/messages": "19.6.0",
32
+ "@commercetools-uikit/spacings-stack": "19.6.0",
33
+ "@commercetools-uikit/text": "19.6.0",
34
+ "@commercetools-uikit/utils": "19.6.0",
35
35
  "@emotion/react": "^11.10.5",
36
36
  "@emotion/styled": "^11.10.5",
37
37
  "prop-types": "15.8.1",