@commercetools-uikit/text-input 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.
|
@@ -102,8 +102,8 @@ TextInput.isEmpty = function (value) {
|
|
|
102
102
|
|
|
103
103
|
var TextInput$1 = TextInput;
|
|
104
104
|
|
|
105
|
-
// NOTE: This string will be replaced
|
|
106
|
-
var version =
|
|
105
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
106
|
+
var version = "12.2.9";
|
|
107
107
|
|
|
108
108
|
exports["default"] = TextInput$1;
|
|
109
109
|
exports.version = version;
|
|
@@ -83,8 +83,8 @@ TextInput.isEmpty = function (value) {
|
|
|
83
83
|
|
|
84
84
|
var TextInput$1 = TextInput;
|
|
85
85
|
|
|
86
|
-
// NOTE: This string will be replaced
|
|
87
|
-
var version =
|
|
86
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
87
|
+
var version = "12.2.9";
|
|
88
88
|
|
|
89
89
|
exports["default"] = TextInput$1;
|
|
90
90
|
exports.version = version;
|
|
@@ -84,7 +84,7 @@ TextInput.isEmpty = function (value) {
|
|
|
84
84
|
|
|
85
85
|
var TextInput$1 = TextInput;
|
|
86
86
|
|
|
87
|
-
// NOTE: This string will be replaced
|
|
88
|
-
var version =
|
|
87
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
88
|
+
var version = "12.2.9";
|
|
89
89
|
|
|
90
90
|
export { TextInput$1 as default, version };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/text-input",
|
|
3
3
|
"description": "A controlled text input component for single-line strings 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,16 +18,13 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-text-input.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-text-input.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/input-utils": "12.2.
|
|
31
|
-
"@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/input-utils": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
32
28
|
"@emotion/react": "^11.4.0",
|
|
33
29
|
"@emotion/styled": "^11.3.0",
|
|
34
30
|
"prop-types": "15.7.2"
|