@commercetools-uikit/password-field 20.3.0 → 20.3.1

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.
@@ -53,14 +53,18 @@ var FieldWarnings__default = /*#__PURE__*/_interopDefault(FieldWarnings);
53
53
 
54
54
  var messages = reactIntl.defineMessages({
55
55
  show: {
56
- id: 'UIKit.PasswordField.show',
57
- description: 'Label for the button to show the password',
58
- defaultMessage: 'show'
56
+ id: "UIKit.PasswordField.show",
57
+ defaultMessage: [{
58
+ "type": 0,
59
+ "value": "show"
60
+ }]
59
61
  },
60
62
  hide: {
61
- id: 'UIKit.PasswordField.hide',
62
- description: 'Label for the button to hide the password',
63
- defaultMessage: 'hide'
63
+ id: "UIKit.PasswordField.hide",
64
+ defaultMessage: [{
65
+ "type": 0,
66
+ "value": "hide"
67
+ }]
64
68
  }
65
69
  });
66
70
 
@@ -173,7 +177,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
173
177
  var PasswordField$1 = PasswordField;
174
178
 
175
179
  // NOTE: This string will be replaced on build time with the package version.
176
- var version = "20.3.0";
180
+ var version = "20.3.1";
177
181
 
178
182
  exports["default"] = PasswordField$1;
179
183
  exports.version = version;
@@ -53,14 +53,18 @@ var FieldWarnings__default = /*#__PURE__*/_interopDefault(FieldWarnings);
53
53
 
54
54
  var messages = reactIntl.defineMessages({
55
55
  show: {
56
- id: 'UIKit.PasswordField.show',
57
- description: 'Label for the button to show the password',
58
- defaultMessage: 'show'
56
+ id: "UIKit.PasswordField.show",
57
+ defaultMessage: [{
58
+ "type": 0,
59
+ "value": "show"
60
+ }]
59
61
  },
60
62
  hide: {
61
- id: 'UIKit.PasswordField.hide',
62
- description: 'Label for the button to hide the password',
63
- defaultMessage: 'hide'
63
+ id: "UIKit.PasswordField.hide",
64
+ defaultMessage: [{
65
+ "type": 0,
66
+ "value": "hide"
67
+ }]
64
68
  }
65
69
  });
66
70
 
@@ -169,7 +173,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
169
173
  var PasswordField$1 = PasswordField;
170
174
 
171
175
  // NOTE: This string will be replaced on build time with the package version.
172
- var version = "20.3.0";
176
+ var version = "20.3.1";
173
177
 
174
178
  exports["default"] = PasswordField$1;
175
179
  exports.version = version;
@@ -28,14 +28,18 @@ import { jsx, jsxs } from '@emotion/react/jsx-runtime';
28
28
 
29
29
  var messages = defineMessages({
30
30
  show: {
31
- id: 'UIKit.PasswordField.show',
32
- description: 'Label for the button to show the password',
33
- defaultMessage: 'show'
31
+ id: "UIKit.PasswordField.show",
32
+ defaultMessage: [{
33
+ "type": 0,
34
+ "value": "show"
35
+ }]
34
36
  },
35
37
  hide: {
36
- id: 'UIKit.PasswordField.hide',
37
- description: 'Label for the button to hide the password',
38
- defaultMessage: 'hide'
38
+ id: "UIKit.PasswordField.hide",
39
+ defaultMessage: [{
40
+ "type": 0,
41
+ "value": "hide"
42
+ }]
39
43
  }
40
44
  });
41
45
 
@@ -148,6 +152,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
148
152
  var PasswordField$1 = PasswordField;
149
153
 
150
154
  // NOTE: This string will be replaced on build time with the package version.
151
- var version = "20.3.0";
155
+ var version = "20.3.1";
152
156
 
153
157
  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": "20.3.0",
4
+ "version": "20.3.1",
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": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/field-errors": "20.3.0",
27
- "@commercetools-uikit/field-label": "20.3.0",
28
- "@commercetools-uikit/field-warnings": "20.3.0",
29
- "@commercetools-uikit/flat-button": "20.3.0",
30
- "@commercetools-uikit/hooks": "20.3.0",
31
- "@commercetools-uikit/icons": "20.3.0",
32
- "@commercetools-uikit/password-input": "20.3.0",
33
- "@commercetools-uikit/spacings-inline": "20.3.0",
34
- "@commercetools-uikit/spacings-stack": "20.3.0",
35
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/constraints": "20.3.1",
25
+ "@commercetools-uikit/design-system": "20.3.1",
26
+ "@commercetools-uikit/field-errors": "20.3.1",
27
+ "@commercetools-uikit/field-label": "20.3.1",
28
+ "@commercetools-uikit/field-warnings": "20.3.1",
29
+ "@commercetools-uikit/flat-button": "20.3.1",
30
+ "@commercetools-uikit/hooks": "20.3.1",
31
+ "@commercetools-uikit/icons": "20.3.1",
32
+ "@commercetools-uikit/password-input": "20.3.1",
33
+ "@commercetools-uikit/spacings-inline": "20.3.1",
34
+ "@commercetools-uikit/spacings-stack": "20.3.1",
35
+ "@commercetools-uikit/utils": "20.3.1",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5"
38
38
  },