@commercetools-uikit/localized-text-input 15.11.1 → 15.12.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.
@@ -261,7 +261,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
261
261
  var LocalizedTextInput$1 = LocalizedTextInput;
262
262
 
263
263
  // NOTE: This string will be replaced on build time with the package version.
264
- var version = "15.11.1";
264
+ var version = "15.12.0";
265
265
 
266
266
  exports["default"] = LocalizedTextInput$1;
267
267
  exports.version = version;
@@ -207,7 +207,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
207
207
  var LocalizedTextInput$1 = LocalizedTextInput;
208
208
 
209
209
  // NOTE: This string will be replaced on build time with the package version.
210
- var version = "15.11.1";
210
+ var version = "15.12.0";
211
211
 
212
212
  exports["default"] = LocalizedTextInput$1;
213
213
  exports.version = version;
@@ -240,6 +240,6 @@ LocalizedTextInput.isTouched = isTouched;
240
240
  var LocalizedTextInput$1 = LocalizedTextInput;
241
241
 
242
242
  // NOTE: This string will be replaced on build time with the package version.
243
- var version = "15.11.1";
243
+ var version = "15.12.0";
244
244
 
245
245
  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": "15.11.1",
4
+ "version": "15.12.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,22 +19,22 @@
19
19
  "module": "dist/commercetools-uikit-localized-text-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.19.0",
23
- "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/constraints": "15.11.1",
25
- "@commercetools-uikit/design-system": "15.11.1",
26
- "@commercetools-uikit/flat-button": "15.11.1",
27
- "@commercetools-uikit/hooks": "15.11.1",
28
- "@commercetools-uikit/icons": "15.11.1",
29
- "@commercetools-uikit/input-utils": "15.11.1",
30
- "@commercetools-uikit/localized-utils": "15.11.1",
31
- "@commercetools-uikit/messages": "15.11.1",
32
- "@commercetools-uikit/spacings-stack": "15.11.1",
33
- "@commercetools-uikit/text": "15.11.1",
34
- "@commercetools-uikit/text-input": "15.11.1",
35
- "@commercetools-uikit/utils": "15.11.1",
36
- "@emotion/react": "^11.4.0",
37
- "@emotion/styled": "^11.3.0",
22
+ "@babel/runtime": "^7.20.13",
23
+ "@babel/runtime-corejs3": "^7.20.13",
24
+ "@commercetools-uikit/constraints": "15.12.0",
25
+ "@commercetools-uikit/design-system": "15.12.0",
26
+ "@commercetools-uikit/flat-button": "15.12.0",
27
+ "@commercetools-uikit/hooks": "15.12.0",
28
+ "@commercetools-uikit/icons": "15.12.0",
29
+ "@commercetools-uikit/input-utils": "15.12.0",
30
+ "@commercetools-uikit/localized-utils": "15.12.0",
31
+ "@commercetools-uikit/messages": "15.12.0",
32
+ "@commercetools-uikit/spacings-stack": "15.12.0",
33
+ "@commercetools-uikit/text": "15.12.0",
34
+ "@commercetools-uikit/text-input": "15.12.0",
35
+ "@commercetools-uikit/utils": "15.12.0",
36
+ "@emotion/react": "^11.10.5",
37
+ "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"
39
39
  },
40
40
  "devDependencies": {