@commercetools-uikit/password-field 12.2.4 → 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.
|
@@ -276,8 +276,8 @@ PasswordField.defaultProps = {
|
|
|
276
276
|
};
|
|
277
277
|
var PasswordField$1 = PasswordField;
|
|
278
278
|
|
|
279
|
-
// NOTE: This string will be replaced
|
|
280
|
-
var version =
|
|
279
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
280
|
+
var version = "12.2.9";
|
|
281
281
|
|
|
282
282
|
exports["default"] = PasswordField$1;
|
|
283
283
|
exports.version = version;
|
|
@@ -136,8 +136,8 @@ PasswordField.defaultProps = {
|
|
|
136
136
|
};
|
|
137
137
|
var PasswordField$1 = PasswordField;
|
|
138
138
|
|
|
139
|
-
// NOTE: This string will be replaced
|
|
140
|
-
var version =
|
|
139
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
+
var version = "12.2.9";
|
|
141
141
|
|
|
142
142
|
exports["default"] = PasswordField$1;
|
|
143
143
|
exports.version = version;
|
|
@@ -250,7 +250,7 @@ PasswordField.defaultProps = {
|
|
|
250
250
|
};
|
|
251
251
|
var PasswordField$1 = PasswordField;
|
|
252
252
|
|
|
253
|
-
// NOTE: This string will be replaced
|
|
254
|
-
var version =
|
|
253
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
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",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,23 +18,20 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-password-field.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-password-field.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/field-errors": "12.2.
|
|
31
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
32
|
-
"@commercetools-uikit/flat-button": "12.2.
|
|
33
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
34
|
-
"@commercetools-uikit/icons": "12.2.
|
|
35
|
-
"@commercetools-uikit/password-input": "12.2.
|
|
36
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
37
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
38
|
-
"@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",
|
|
39
35
|
"@emotion/react": "^11.4.0",
|
|
40
36
|
"@emotion/styled": "^11.3.0",
|
|
41
37
|
"prop-types": "15.7.2",
|
|
@@ -43,7 +39,7 @@
|
|
|
43
39
|
},
|
|
44
40
|
"devDependencies": {
|
|
45
41
|
"react": "17.0.2",
|
|
46
|
-
"react-intl": "5.
|
|
42
|
+
"react-intl": "5.23.0"
|
|
47
43
|
},
|
|
48
44
|
"peerDependencies": {
|
|
49
45
|
"react": "17.x",
|