@commercetools-uikit/password-input 19.14.0 → 19.15.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.
@@ -94,7 +94,7 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty__default["defau
94
94
  var PasswordInput$1 = PasswordInput;
95
95
 
96
96
  // NOTE: This string will be replaced on build time with the package version.
97
- var version = "19.14.0";
97
+ var version = "19.15.0";
98
98
 
99
99
  exports["default"] = PasswordInput$1;
100
100
  exports.version = version;
@@ -73,7 +73,7 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty__default["defau
73
73
  var PasswordInput$1 = PasswordInput;
74
74
 
75
75
  // NOTE: This string will be replaced on build time with the package version.
76
- var version = "19.14.0";
76
+ var version = "19.15.0";
77
77
 
78
78
  exports["default"] = PasswordInput$1;
79
79
  exports.version = version;
@@ -76,6 +76,6 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty(value).call(val
76
76
  var PasswordInput$1 = PasswordInput;
77
77
 
78
78
  // NOTE: This string will be replaced on build time with the package version.
79
- var version = "19.14.0";
79
+ var version = "19.15.0";
80
80
 
81
81
  export { PasswordInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/password-input",
3
3
  "description": "A controlled password input component.",
4
- "version": "19.14.0",
4
+ "version": "19.15.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.14.0",
25
- "@commercetools-uikit/design-system": "19.14.0",
26
- "@commercetools-uikit/input-utils": "19.14.0",
27
- "@commercetools-uikit/utils": "19.14.0",
24
+ "@commercetools-uikit/constraints": "19.15.0",
25
+ "@commercetools-uikit/design-system": "19.15.0",
26
+ "@commercetools-uikit/input-utils": "19.15.0",
27
+ "@commercetools-uikit/utils": "19.15.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"