@commercetools-uikit/password-field 19.15.0 → 19.16.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.
|
|
200
|
+
var version = "19.16.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.
|
|
169
|
+
var version = "19.16.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.
|
|
174
|
+
var version = "19.16.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.
|
|
4
|
+
"version": "19.16.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
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/field-errors": "19.
|
|
27
|
-
"@commercetools-uikit/field-label": "19.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "19.
|
|
29
|
-
"@commercetools-uikit/flat-button": "19.
|
|
30
|
-
"@commercetools-uikit/hooks": "19.
|
|
31
|
-
"@commercetools-uikit/icons": "19.
|
|
32
|
-
"@commercetools-uikit/password-input": "19.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
34
|
-
"@commercetools-uikit/spacings-stack": "19.
|
|
35
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.16.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.16.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "19.16.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "19.16.0",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "19.16.0",
|
|
29
|
+
"@commercetools-uikit/flat-button": "19.16.0",
|
|
30
|
+
"@commercetools-uikit/hooks": "19.16.0",
|
|
31
|
+
"@commercetools-uikit/icons": "19.16.0",
|
|
32
|
+
"@commercetools-uikit/password-input": "19.16.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "19.16.0",
|
|
34
|
+
"@commercetools-uikit/spacings-stack": "19.16.0",
|
|
35
|
+
"@commercetools-uikit/utils": "19.16.0",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"prop-types": "15.8.1"
|