@commercetools-uikit/search-text-input 19.15.0 → 19.17.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.
|
@@ -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 = "19.
|
|
174
|
+
var version = "19.17.0";
|
|
175
175
|
|
|
176
176
|
exports["default"] = SearchTextInput$1;
|
|
177
177
|
exports.version = version;
|
|
@@ -169,7 +169,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
169
169
|
var SearchTextInput$1 = SearchTextInput;
|
|
170
170
|
|
|
171
171
|
// NOTE: This string will be replaced on build time with the package version.
|
|
172
|
-
var version = "19.
|
|
172
|
+
var version = "19.17.0";
|
|
173
173
|
|
|
174
174
|
exports["default"] = SearchTextInput$1;
|
|
175
175
|
exports.version = version;
|
|
@@ -153,6 +153,6 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
153
153
|
var SearchTextInput$1 = SearchTextInput;
|
|
154
154
|
|
|
155
155
|
// NOTE: This string will be replaced on build time with the package version.
|
|
156
|
-
var version = "19.
|
|
156
|
+
var version = "19.17.0";
|
|
157
157
|
|
|
158
158
|
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": "19.
|
|
4
|
+
"version": "19.17.0",
|
|
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": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/icons": "19.
|
|
27
|
-
"@commercetools-uikit/input-utils": "19.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
29
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.17.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.17.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.17.0",
|
|
27
|
+
"@commercetools-uikit/input-utils": "19.17.0",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "19.17.0",
|
|
29
|
+
"@commercetools-uikit/utils": "19.17.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"prop-types": "15.8.1"
|