@commercetools-uikit/password-field 13.0.0 → 13.0.1
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.
|
@@ -94,7 +94,7 @@ var PasswordField = function PasswordField(props) {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
if (props.hintIcon) {
|
|
97
|
-
process.env.NODE_ENV !== "production" ? utils.warning(typeof props.hint === 'string' || /*#__PURE__*/react.isValidElement(
|
|
97
|
+
process.env.NODE_ENV !== "production" ? utils.warning(typeof props.hint === 'string' || /*#__PURE__*/react.isValidElement(props.hint), 'PasswordField: `hint` is required to be string or ReactNode if hintIcon is present') : void 0;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
return jsxRuntime.jsx(Constraints__default["default"].Horizontal, {
|
|
@@ -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.1";
|
|
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.1";
|
|
148
148
|
|
|
149
149
|
exports["default"] = PasswordField$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -69,7 +69,7 @@ var PasswordField = function PasswordField(props) {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
if (props.hintIcon) {
|
|
72
|
-
process.env.NODE_ENV !== "production" ? warning(typeof props.hint === 'string' || /*#__PURE__*/isValidElement(
|
|
72
|
+
process.env.NODE_ENV !== "production" ? warning(typeof props.hint === 'string' || /*#__PURE__*/isValidElement(props.hint), 'PasswordField: `hint` is required to be string or ReactNode if hintIcon is present') : void 0;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
return jsx(Constraints.Horizontal, {
|
|
@@ -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.1";
|
|
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.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"@commercetools-uikit/constraints": "13.0.0",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
26
|
"@commercetools-uikit/field-errors": "13.0.0",
|
|
27
|
-
"@commercetools-uikit/field-label": "13.0.
|
|
27
|
+
"@commercetools-uikit/field-label": "13.0.1",
|
|
28
28
|
"@commercetools-uikit/flat-button": "13.0.0",
|
|
29
29
|
"@commercetools-uikit/hooks": "12.2.9",
|
|
30
30
|
"@commercetools-uikit/icons": "13.0.0",
|
|
31
31
|
"@commercetools-uikit/password-input": "13.0.0",
|
|
32
32
|
"@commercetools-uikit/spacings-inline": "13.0.0",
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "13.0.
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "13.0.1",
|
|
34
34
|
"@commercetools-uikit/utils": "12.2.9",
|
|
35
35
|
"@emotion/react": "^11.4.0",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|