@commercetools-uikit/password-field 20.3.1 → 20.5.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.
|
@@ -177,7 +177,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
177
177
|
var PasswordField$1 = PasswordField;
|
|
178
178
|
|
|
179
179
|
// NOTE: This string will be replaced on build time with the package version.
|
|
180
|
-
var version = "20.
|
|
180
|
+
var version = "20.5.0";
|
|
181
181
|
|
|
182
182
|
exports["default"] = PasswordField$1;
|
|
183
183
|
exports.version = version;
|
|
@@ -173,7 +173,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
173
173
|
var PasswordField$1 = PasswordField;
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced on build time with the package version.
|
|
176
|
-
var version = "20.
|
|
176
|
+
var version = "20.5.0";
|
|
177
177
|
|
|
178
178
|
exports["default"] = PasswordField$1;
|
|
179
179
|
exports.version = version;
|
|
@@ -152,6 +152,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
152
152
|
var PasswordField$1 = PasswordField;
|
|
153
153
|
|
|
154
154
|
// NOTE: This string will be replaced on build time with the package version.
|
|
155
|
-
var version = "20.
|
|
155
|
+
var version = "20.5.0";
|
|
156
156
|
|
|
157
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.
|
|
4
|
+
"version": "20.5.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": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/field-errors": "20.
|
|
27
|
-
"@commercetools-uikit/field-label": "20.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "20.
|
|
29
|
-
"@commercetools-uikit/flat-button": "20.
|
|
30
|
-
"@commercetools-uikit/hooks": "20.
|
|
31
|
-
"@commercetools-uikit/icons": "20.
|
|
32
|
-
"@commercetools-uikit/password-input": "20.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
34
|
-
"@commercetools-uikit/spacings-stack": "20.
|
|
35
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.5.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.5.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "20.5.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "20.5.0",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "20.5.0",
|
|
29
|
+
"@commercetools-uikit/flat-button": "20.5.0",
|
|
30
|
+
"@commercetools-uikit/hooks": "20.5.0",
|
|
31
|
+
"@commercetools-uikit/icons": "20.5.0",
|
|
32
|
+
"@commercetools-uikit/password-input": "20.5.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "20.5.0",
|
|
34
|
+
"@commercetools-uikit/spacings-stack": "20.5.0",
|
|
35
|
+
"@commercetools-uikit/utils": "20.5.0",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5"
|
|
38
38
|
},
|