@commercetools-uikit/password-input 15.14.1 → 15.14.3
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.
|
@@ -102,7 +102,7 @@ PasswordInput.isEmpty = function (value) {
|
|
|
102
102
|
var PasswordInput$1 = PasswordInput;
|
|
103
103
|
|
|
104
104
|
// NOTE: This string will be replaced on build time with the package version.
|
|
105
|
-
var version = "15.14.
|
|
105
|
+
var version = "15.14.3";
|
|
106
106
|
|
|
107
107
|
exports["default"] = PasswordInput$1;
|
|
108
108
|
exports.version = version;
|
|
@@ -81,7 +81,7 @@ PasswordInput.isEmpty = function (value) {
|
|
|
81
81
|
var PasswordInput$1 = PasswordInput;
|
|
82
82
|
|
|
83
83
|
// NOTE: This string will be replaced on build time with the package version.
|
|
84
|
-
var version = "15.14.
|
|
84
|
+
var version = "15.14.3";
|
|
85
85
|
|
|
86
86
|
exports["default"] = PasswordInput$1;
|
|
87
87
|
exports.version = version;
|
|
@@ -84,6 +84,6 @@ PasswordInput.isEmpty = function (value) {
|
|
|
84
84
|
var PasswordInput$1 = PasswordInput;
|
|
85
85
|
|
|
86
86
|
// NOTE: This string will be replaced on build time with the package version.
|
|
87
|
-
var version = "15.14.
|
|
87
|
+
var version = "15.14.3";
|
|
88
88
|
|
|
89
89
|
export { PasswordInput$1 as default, version };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type TPasswordInputProps = PasswordInputProps;
|
|
1
|
+
export type { TPasswordInputProps } from './password-input';
|
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": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
27
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/input-utils": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"prop-types": "15.8.1"
|