@commercetools-uikit/password-field 19.17.0 → 19.18.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.
@@ -197,7 +197,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
197
197
  var PasswordField$1 = PasswordField;
198
198
 
199
199
  // NOTE: This string will be replaced on build time with the package version.
200
- var version = "19.17.0";
200
+ var version = "19.18.0";
201
201
 
202
202
  exports["default"] = PasswordField$1;
203
203
  exports.version = version;
@@ -166,7 +166,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
166
166
  var PasswordField$1 = PasswordField;
167
167
 
168
168
  // NOTE: This string will be replaced on build time with the package version.
169
- var version = "19.17.0";
169
+ var version = "19.18.0";
170
170
 
171
171
  exports["default"] = PasswordField$1;
172
172
  exports.version = version;
@@ -171,6 +171,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
171
171
  var PasswordField$1 = PasswordField;
172
172
 
173
173
  // NOTE: This string will be replaced on build time with the package version.
174
- var version = "19.17.0";
174
+ var version = "19.18.0";
175
175
 
176
176
  export { PasswordField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/password-field",
3
3
  "description": "A controlled text input component for passwords with validation states.",
4
- "version": "19.17.0",
4
+ "version": "19.18.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.17.0",
25
- "@commercetools-uikit/design-system": "19.17.0",
26
- "@commercetools-uikit/field-errors": "19.17.0",
27
- "@commercetools-uikit/field-label": "19.17.0",
28
- "@commercetools-uikit/field-warnings": "19.17.0",
29
- "@commercetools-uikit/flat-button": "19.17.0",
30
- "@commercetools-uikit/hooks": "19.17.0",
31
- "@commercetools-uikit/icons": "19.17.0",
32
- "@commercetools-uikit/password-input": "19.17.0",
33
- "@commercetools-uikit/spacings-inline": "19.17.0",
34
- "@commercetools-uikit/spacings-stack": "19.17.0",
35
- "@commercetools-uikit/utils": "19.17.0",
24
+ "@commercetools-uikit/constraints": "19.18.0",
25
+ "@commercetools-uikit/design-system": "19.18.0",
26
+ "@commercetools-uikit/field-errors": "19.18.0",
27
+ "@commercetools-uikit/field-label": "19.18.0",
28
+ "@commercetools-uikit/field-warnings": "19.18.0",
29
+ "@commercetools-uikit/flat-button": "19.18.0",
30
+ "@commercetools-uikit/hooks": "19.18.0",
31
+ "@commercetools-uikit/icons": "19.18.0",
32
+ "@commercetools-uikit/password-input": "19.18.0",
33
+ "@commercetools-uikit/spacings-inline": "19.18.0",
34
+ "@commercetools-uikit/spacings-stack": "19.18.0",
35
+ "@commercetools-uikit/utils": "19.18.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"