@commercetools-uikit/password-field 13.0.1 → 13.0.2
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.
|
@@ -172,7 +172,7 @@ PasswordField.defaultProps = defaultProps;
|
|
|
172
172
|
var PasswordField$1 = PasswordField;
|
|
173
173
|
|
|
174
174
|
// NOTE: This string will be replaced on build time with the package version.
|
|
175
|
-
var version = "13.0.
|
|
175
|
+
var version = "13.0.2";
|
|
176
176
|
|
|
177
177
|
exports["default"] = PasswordField$1;
|
|
178
178
|
exports.version = version;
|
|
@@ -144,7 +144,7 @@ PasswordField.defaultProps = defaultProps;
|
|
|
144
144
|
var PasswordField$1 = PasswordField;
|
|
145
145
|
|
|
146
146
|
// NOTE: This string will be replaced on build time with the package version.
|
|
147
|
-
var version = "13.0.
|
|
147
|
+
var version = "13.0.2";
|
|
148
148
|
|
|
149
149
|
exports["default"] = PasswordField$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -147,6 +147,6 @@ PasswordField.defaultProps = defaultProps;
|
|
|
147
147
|
var PasswordField$1 = PasswordField;
|
|
148
148
|
|
|
149
149
|
// NOTE: This string will be replaced on build time with the package version.
|
|
150
|
-
var version = "13.0.
|
|
150
|
+
var version = "13.0.2";
|
|
151
151
|
|
|
152
152
|
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": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
|
-
"@commercetools-uikit/field-errors": "13.0.
|
|
27
|
-
"@commercetools-uikit/field-label": "13.0.
|
|
28
|
-
"@commercetools-uikit/flat-button": "13.0.
|
|
29
|
-
"@commercetools-uikit/hooks": "
|
|
30
|
-
"@commercetools-uikit/icons": "13.0.
|
|
31
|
-
"@commercetools-uikit/password-input": "13.0.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "13.0.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "13.0.
|
|
34
|
-
"@commercetools-uikit/utils": "
|
|
26
|
+
"@commercetools-uikit/field-errors": "13.0.2",
|
|
27
|
+
"@commercetools-uikit/field-label": "13.0.2",
|
|
28
|
+
"@commercetools-uikit/flat-button": "13.0.2",
|
|
29
|
+
"@commercetools-uikit/hooks": "13.0.2",
|
|
30
|
+
"@commercetools-uikit/icons": "13.0.2",
|
|
31
|
+
"@commercetools-uikit/password-input": "13.0.2",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "13.0.2",
|
|
34
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
35
35
|
"@emotion/react": "^11.4.0",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|
|
37
37
|
"prop-types": "15.8.1",
|