@commercetools-uikit/search-text-input 20.2.0 → 20.2.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.
|
@@ -173,7 +173,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
173
173
|
var SearchTextInput$1 = SearchTextInput;
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced on build time with the package version.
|
|
176
|
-
var version = "20.2.
|
|
176
|
+
var version = "20.2.2";
|
|
177
177
|
|
|
178
178
|
exports["default"] = SearchTextInput$1;
|
|
179
179
|
exports.version = version;
|
|
@@ -171,7 +171,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
171
171
|
var SearchTextInput$1 = SearchTextInput;
|
|
172
172
|
|
|
173
173
|
// NOTE: This string will be replaced on build time with the package version.
|
|
174
|
-
var version = "20.2.
|
|
174
|
+
var version = "20.2.2";
|
|
175
175
|
|
|
176
176
|
exports["default"] = SearchTextInput$1;
|
|
177
177
|
exports.version = version;
|
|
@@ -155,6 +155,6 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
155
155
|
var SearchTextInput$1 = SearchTextInput;
|
|
156
156
|
|
|
157
157
|
// NOTE: This string will be replaced on build time with the package version.
|
|
158
|
-
var version = "20.2.
|
|
158
|
+
var version = "20.2.2";
|
|
159
159
|
|
|
160
160
|
export { SearchTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/search-text-input",
|
|
3
3
|
"description": "A controlled search text input component for single-line strings with validation states.",
|
|
4
|
-
"version": "20.2.
|
|
4
|
+
"version": "20.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
26
|
-
"@commercetools-uikit/icons": "20.2.
|
|
27
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "20.2.
|
|
29
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.2",
|
|
26
|
+
"@commercetools-uikit/icons": "20.2.2",
|
|
27
|
+
"@commercetools-uikit/input-utils": "20.2.2",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "20.2.2",
|
|
29
|
+
"@commercetools-uikit/utils": "20.2.2",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5"
|
|
32
32
|
},
|