@commercetools-uikit/localized-text-input 19.5.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.
@@ -266,7 +266,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
266
266
  var LocalizedTextInput$1 = LocalizedTextInput;
267
267
 
268
268
  // NOTE: This string will be replaced on build time with the package version.
269
- var version = "19.5.0";
269
+ var version = "19.6.0";
270
270
 
271
271
  exports["default"] = LocalizedTextInput$1;
272
272
  exports.version = version;
@@ -204,7 +204,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
204
204
  var LocalizedTextInput$1 = LocalizedTextInput;
205
205
 
206
206
  // NOTE: This string will be replaced on build time with the package version.
207
- var version = "19.5.0";
207
+ var version = "19.6.0";
208
208
 
209
209
  exports["default"] = LocalizedTextInput$1;
210
210
  exports.version = version;
@@ -246,6 +246,6 @@ LocalizedTextInput.isTouched = isTouched;
246
246
  var LocalizedTextInput$1 = LocalizedTextInput;
247
247
 
248
248
  // NOTE: This string will be replaced on build time with the package version.
249
- var version = "19.5.0";
249
+ var version = "19.6.0";
250
250
 
251
251
  export { LocalizedTextInput$1 as default, version };
@@ -58,8 +58,8 @@ declare const LocalizedTextInput: {
58
58
  defaultProps: {
59
59
  horizontalConstraint: string;
60
60
  };
61
- getId: (idPrefix?: string | undefined, language?: string | undefined) => string | undefined;
62
- getName: (namePrefix?: string | undefined, language?: string | undefined) => string | undefined;
61
+ getId: (idPrefix?: string, language?: string) => string | undefined;
62
+ getName: (namePrefix?: string, language?: string) => string | undefined;
63
63
  createLocalizedString: (languages: string[], existingTranslations?: {
64
64
  [locale: string]: string;
65
65
  }) => {
@@ -67,7 +67,7 @@ declare const LocalizedTextInput: {
67
67
  };
68
68
  isEmpty: (localizedString?: {
69
69
  [locale: string]: string;
70
- } | undefined) => boolean;
70
+ }) => boolean;
71
71
  omitEmptyTranslations: <TTranslations extends {
72
72
  [locale: string]: string;
73
73
  }>(localizedString: TTranslations) => {
@@ -75,6 +75,6 @@ declare const LocalizedTextInput: {
75
75
  };
76
76
  isTouched: (touched?: {
77
77
  [locale: string]: boolean;
78
- } | undefined) => boolean;
78
+ }) => boolean;
79
79
  };
80
80
  export default LocalizedTextInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-text-input",
3
3
  "description": "A controlled text input component for localized single-line strings with validation states.",
4
- "version": "19.5.0",
4
+ "version": "19.6.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,18 +21,18 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.5.0",
25
- "@commercetools-uikit/design-system": "19.5.0",
26
- "@commercetools-uikit/flat-button": "19.5.0",
27
- "@commercetools-uikit/hooks": "19.5.0",
28
- "@commercetools-uikit/icons": "19.5.0",
29
- "@commercetools-uikit/input-utils": "19.5.0",
30
- "@commercetools-uikit/localized-utils": "19.5.0",
31
- "@commercetools-uikit/messages": "19.5.0",
32
- "@commercetools-uikit/spacings-stack": "19.5.0",
33
- "@commercetools-uikit/text": "19.5.0",
34
- "@commercetools-uikit/text-input": "19.5.0",
35
- "@commercetools-uikit/utils": "19.5.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/text-input": "19.6.0",
35
+ "@commercetools-uikit/utils": "19.6.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"