@commercetools-uikit/password-field 19.18.0 → 19.20.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.
@@ -1,3 +1,3 @@
1
- export * from "./declarations/src/index";
2
- export { default } from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
+ export { default } from "./declarations/src/index.js";
3
3
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1wYXNzd29yZC1maWVsZC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
@@ -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.18.0";
200
+ var version = "19.20.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.18.0";
169
+ var version = "19.20.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.18.0";
174
+ var version = "19.20.0";
175
175
 
176
176
  export { PasswordField$1 as default, version };
@@ -123,11 +123,6 @@ declare const PasswordField: {
123
123
  (props: TPasswordField): import("@emotion/react/jsx-runtime").JSX.Element;
124
124
  displayName: string;
125
125
  defaultProps: Pick<TPasswordField, "horizontalConstraint" | "renderShowHideButton">;
126
- /**
127
- * Use this function to convert the Formik `errors` object type to
128
- * our custom field errors type.
129
- * This is primarly useful when using TypeScript.
130
- */
131
126
  toFieldErrors<FormValues>(errors: unknown): TCustomFormErrors<FormValues>;
132
127
  };
133
128
  export default PasswordField;
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.18.0",
4
+ "version": "19.20.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.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",
24
+ "@commercetools-uikit/constraints": "19.20.0",
25
+ "@commercetools-uikit/design-system": "19.20.0",
26
+ "@commercetools-uikit/field-errors": "19.20.0",
27
+ "@commercetools-uikit/field-label": "19.20.0",
28
+ "@commercetools-uikit/field-warnings": "19.20.0",
29
+ "@commercetools-uikit/flat-button": "19.20.0",
30
+ "@commercetools-uikit/hooks": "19.20.0",
31
+ "@commercetools-uikit/icons": "19.20.0",
32
+ "@commercetools-uikit/password-input": "19.20.0",
33
+ "@commercetools-uikit/spacings-inline": "19.20.0",
34
+ "@commercetools-uikit/spacings-stack": "19.20.0",
35
+ "@commercetools-uikit/utils": "19.20.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"