@commercetools-uikit/password-field 16.7.5 → 16.9.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.
|
@@ -178,7 +178,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
178
178
|
var PasswordField$1 = PasswordField;
|
|
179
179
|
|
|
180
180
|
// NOTE: This string will be replaced on build time with the package version.
|
|
181
|
-
var version = "16.
|
|
181
|
+
var version = "16.9.0";
|
|
182
182
|
|
|
183
183
|
exports["default"] = PasswordField$1;
|
|
184
184
|
exports.version = version;
|
|
@@ -150,7 +150,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
150
150
|
var PasswordField$1 = PasswordField;
|
|
151
151
|
|
|
152
152
|
// NOTE: This string will be replaced on build time with the package version.
|
|
153
|
-
var version = "16.
|
|
153
|
+
var version = "16.9.0";
|
|
154
154
|
|
|
155
155
|
exports["default"] = PasswordField$1;
|
|
156
156
|
exports.version = version;
|
|
@@ -153,6 +153,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
153
153
|
var PasswordField$1 = PasswordField;
|
|
154
154
|
|
|
155
155
|
// NOTE: This string will be replaced on build time with the package version.
|
|
156
|
-
var version = "16.
|
|
156
|
+
var version = "16.9.0";
|
|
157
157
|
|
|
158
158
|
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": "16.
|
|
4
|
+
"version": "16.9.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/field-errors": "16.
|
|
27
|
-
"@commercetools-uikit/field-label": "16.
|
|
28
|
-
"@commercetools-uikit/flat-button": "16.
|
|
29
|
-
"@commercetools-uikit/hooks": "16.
|
|
30
|
-
"@commercetools-uikit/icons": "16.
|
|
31
|
-
"@commercetools-uikit/password-input": "16.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "16.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "16.
|
|
34
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.9.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.9.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "16.9.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "16.9.0",
|
|
28
|
+
"@commercetools-uikit/flat-button": "16.9.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "16.9.0",
|
|
30
|
+
"@commercetools-uikit/icons": "16.9.0",
|
|
31
|
+
"@commercetools-uikit/password-input": "16.9.0",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "16.9.0",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "16.9.0",
|
|
34
|
+
"@commercetools-uikit/utils": "16.9.0",
|
|
35
35
|
"@emotion/react": "^11.10.5",
|
|
36
36
|
"@emotion/styled": "^11.10.5",
|
|
37
37
|
"prop-types": "15.8.1"
|