@commercetools-uikit/password-field 15.15.1 → 16.0.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.
|
@@ -188,7 +188,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
188
188
|
var PasswordField$1 = PasswordField;
|
|
189
189
|
|
|
190
190
|
// NOTE: This string will be replaced on build time with the package version.
|
|
191
|
-
var version = "
|
|
191
|
+
var version = "16.0.0";
|
|
192
192
|
|
|
193
193
|
exports["default"] = PasswordField$1;
|
|
194
194
|
exports.version = version;
|
|
@@ -160,7 +160,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
160
160
|
var PasswordField$1 = PasswordField;
|
|
161
161
|
|
|
162
162
|
// NOTE: This string will be replaced on build time with the package version.
|
|
163
|
-
var version = "
|
|
163
|
+
var version = "16.0.0";
|
|
164
164
|
|
|
165
165
|
exports["default"] = PasswordField$1;
|
|
166
166
|
exports.version = version;
|
|
@@ -163,6 +163,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
163
163
|
var PasswordField$1 = PasswordField;
|
|
164
164
|
|
|
165
165
|
// NOTE: This string will be replaced on build time with the package version.
|
|
166
|
-
var version = "
|
|
166
|
+
var version = "16.0.0";
|
|
167
167
|
|
|
168
168
|
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": "
|
|
4
|
+
"version": "16.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,27 +21,27 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/field-errors": "
|
|
27
|
-
"@commercetools-uikit/field-label": "
|
|
28
|
-
"@commercetools-uikit/flat-button": "
|
|
29
|
-
"@commercetools-uikit/hooks": "
|
|
30
|
-
"@commercetools-uikit/icons": "
|
|
31
|
-
"@commercetools-uikit/password-input": "
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "
|
|
34
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/flat-button": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/password-input": "16.0.0",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "16.0.0",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "16.0.0",
|
|
34
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
35
35
|
"@emotion/react": "^11.10.5",
|
|
36
36
|
"@emotion/styled": "^11.10.5",
|
|
37
37
|
"prop-types": "15.8.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react": "17.0.2",
|
|
41
|
-
"react-intl": "^
|
|
41
|
+
"react-intl": "^6.3.2"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "17.x",
|
|
45
|
-
"react-intl": "
|
|
45
|
+
"react-intl": "6.x"
|
|
46
46
|
}
|
|
47
47
|
}
|