@commercetools-uikit/localized-text-input 12.2.6 → 12.2.7

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.
@@ -340,7 +340,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
340
340
  var LocalizedTextInput$1 = LocalizedTextInput;
341
341
 
342
342
  // NOTE: This string will be replaced on build time with the package version.
343
- var version = "12.2.6";
343
+ var version = "12.2.7";
344
344
 
345
345
  exports["default"] = LocalizedTextInput$1;
346
346
  exports.version = version;
@@ -203,7 +203,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
203
203
  var LocalizedTextInput$1 = LocalizedTextInput;
204
204
 
205
205
  // NOTE: This string will be replaced on build time with the package version.
206
- var version = "12.2.6";
206
+ var version = "12.2.7";
207
207
 
208
208
  exports["default"] = LocalizedTextInput$1;
209
209
  exports.version = version;
@@ -317,6 +317,6 @@ LocalizedTextInput.isTouched = isTouched;
317
317
  var LocalizedTextInput$1 = LocalizedTextInput;
318
318
 
319
319
  // NOTE: This string will be replaced on build time with the package version.
320
- var version = "12.2.6";
320
+ var version = "12.2.7";
321
321
 
322
322
  export { LocalizedTextInput$1 as default, version };
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": "12.2.6",
4
+ "version": "12.2.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,13 +25,13 @@
25
25
  "@commercetools-uikit/design-system": "12.2.5",
26
26
  "@commercetools-uikit/flat-button": "12.2.5",
27
27
  "@commercetools-uikit/hooks": "12.2.5",
28
- "@commercetools-uikit/icons": "12.2.6",
29
- "@commercetools-uikit/input-utils": "12.2.6",
28
+ "@commercetools-uikit/icons": "12.2.7",
29
+ "@commercetools-uikit/input-utils": "12.2.7",
30
30
  "@commercetools-uikit/localized-utils": "12.2.5",
31
31
  "@commercetools-uikit/messages": "12.2.5",
32
32
  "@commercetools-uikit/spacings-stack": "12.2.5",
33
33
  "@commercetools-uikit/text": "12.2.5",
34
- "@commercetools-uikit/text-input": "12.2.6",
34
+ "@commercetools-uikit/text-input": "12.2.7",
35
35
  "@commercetools-uikit/utils": "12.2.5",
36
36
  "@emotion/react": "^11.4.0",
37
37
  "@emotion/styled": "^11.3.0",