@commercetools-uikit/password-input 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.
|
@@ -100,7 +100,7 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty__default["defau
|
|
|
100
100
|
var PasswordInput$1 = PasswordInput;
|
|
101
101
|
|
|
102
102
|
// NOTE: This string will be replaced on build time with the package version.
|
|
103
|
-
var version = "
|
|
103
|
+
var version = "16.0.0";
|
|
104
104
|
|
|
105
105
|
exports["default"] = PasswordInput$1;
|
|
106
106
|
exports.version = version;
|
|
@@ -79,7 +79,7 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty__default["defau
|
|
|
79
79
|
var PasswordInput$1 = PasswordInput;
|
|
80
80
|
|
|
81
81
|
// NOTE: This string will be replaced on build time with the package version.
|
|
82
|
-
var version = "
|
|
82
|
+
var version = "16.0.0";
|
|
83
83
|
|
|
84
84
|
exports["default"] = PasswordInput$1;
|
|
85
85
|
exports.version = version;
|
|
@@ -82,6 +82,6 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty(value).call(val
|
|
|
82
82
|
var PasswordInput$1 = PasswordInput;
|
|
83
83
|
|
|
84
84
|
// NOTE: This string will be replaced on build time with the package version.
|
|
85
|
-
var version = "
|
|
85
|
+
var version = "16.0.0";
|
|
86
86
|
|
|
87
87
|
export { PasswordInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/password-input",
|
|
3
3
|
"description": "A controlled password input component.",
|
|
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,10 +21,10 @@
|
|
|
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/input-utils": "
|
|
27
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/input-utils": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"prop-types": "15.8.1"
|