@commercetools-uikit/password-field 19.25.1 → 19.26.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.
@@ -202,7 +202,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
202
202
  var PasswordField$1 = PasswordField;
203
203
 
204
204
  // NOTE: This string will be replaced on build time with the package version.
205
- var version = "19.25.1";
205
+ var version = "19.26.0";
206
206
 
207
207
  exports["default"] = PasswordField$1;
208
208
  exports.version = version;
@@ -171,7 +171,7 @@ 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.25.1";
174
+ var version = "19.26.0";
175
175
 
176
176
  exports["default"] = PasswordField$1;
177
177
  exports.version = version;
@@ -176,6 +176,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
176
176
  var PasswordField$1 = PasswordField;
177
177
 
178
178
  // NOTE: This string will be replaced on build time with the package version.
179
- var version = "19.25.1";
179
+ var version = "19.26.0";
180
180
 
181
181
  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.25.1",
4
+ "version": "19.26.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.25.1",
25
- "@commercetools-uikit/design-system": "19.25.1",
26
- "@commercetools-uikit/field-errors": "19.25.1",
27
- "@commercetools-uikit/field-label": "19.25.1",
28
- "@commercetools-uikit/field-warnings": "19.25.1",
29
- "@commercetools-uikit/flat-button": "19.25.1",
30
- "@commercetools-uikit/hooks": "19.25.1",
31
- "@commercetools-uikit/icons": "19.25.1",
32
- "@commercetools-uikit/password-input": "19.25.1",
33
- "@commercetools-uikit/spacings-inline": "19.25.1",
34
- "@commercetools-uikit/spacings-stack": "19.25.1",
35
- "@commercetools-uikit/utils": "19.25.1",
24
+ "@commercetools-uikit/constraints": "19.26.0",
25
+ "@commercetools-uikit/design-system": "19.26.0",
26
+ "@commercetools-uikit/field-errors": "19.26.0",
27
+ "@commercetools-uikit/field-label": "19.26.0",
28
+ "@commercetools-uikit/field-warnings": "19.26.0",
29
+ "@commercetools-uikit/flat-button": "19.26.0",
30
+ "@commercetools-uikit/hooks": "19.26.0",
31
+ "@commercetools-uikit/icons": "19.26.0",
32
+ "@commercetools-uikit/password-input": "19.26.0",
33
+ "@commercetools-uikit/spacings-inline": "19.26.0",
34
+ "@commercetools-uikit/spacings-stack": "19.26.0",
35
+ "@commercetools-uikit/utils": "19.26.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"