@commercetools-uikit/password-field 12.2.7 → 12.2.9
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.
|
@@ -277,7 +277,7 @@ PasswordField.defaultProps = {
|
|
|
277
277
|
var PasswordField$1 = PasswordField;
|
|
278
278
|
|
|
279
279
|
// NOTE: This string will be replaced on build time with the package version.
|
|
280
|
-
var version = "12.2.
|
|
280
|
+
var version = "12.2.9";
|
|
281
281
|
|
|
282
282
|
exports["default"] = PasswordField$1;
|
|
283
283
|
exports.version = version;
|
|
@@ -137,7 +137,7 @@ PasswordField.defaultProps = {
|
|
|
137
137
|
var PasswordField$1 = PasswordField;
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
-
var version = "12.2.
|
|
140
|
+
var version = "12.2.9";
|
|
141
141
|
|
|
142
142
|
exports["default"] = PasswordField$1;
|
|
143
143
|
exports.version = version;
|
|
@@ -251,6 +251,6 @@ PasswordField.defaultProps = {
|
|
|
251
251
|
var PasswordField$1 = PasswordField;
|
|
252
252
|
|
|
253
253
|
// NOTE: This string will be replaced on build time with the package version.
|
|
254
|
-
var version = "12.2.
|
|
254
|
+
var version = "12.2.9";
|
|
255
255
|
|
|
256
256
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-password-field.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.16.
|
|
23
|
-
"@babel/runtime-corejs3": "7.16.
|
|
24
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
26
|
-
"@commercetools-uikit/field-errors": "12.2.
|
|
27
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
28
|
-
"@commercetools-uikit/flat-button": "12.2.
|
|
29
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
30
|
-
"@commercetools-uikit/icons": "12.2.
|
|
31
|
-
"@commercetools-uikit/password-input": "12.2.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
34
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/constraints": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/field-errors": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/field-label": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/flat-button": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/password-input": "12.2.9",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "12.2.9",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "12.2.9",
|
|
34
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
35
35
|
"@emotion/react": "^11.4.0",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|
|
37
37
|
"prop-types": "15.7.2",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"react": "17.0.2",
|
|
42
|
-
"react-intl": "5.
|
|
42
|
+
"react-intl": "5.23.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "17.x",
|