@commercetools-uikit/search-text-input 15.14.1 → 15.14.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.
|
@@ -224,7 +224,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
224
224
|
var SearchTextInput$1 = SearchTextInput;
|
|
225
225
|
|
|
226
226
|
// NOTE: This string will be replaced on build time with the package version.
|
|
227
|
-
var version = "15.14.
|
|
227
|
+
var version = "15.14.2";
|
|
228
228
|
|
|
229
229
|
exports["default"] = SearchTextInput$1;
|
|
230
230
|
exports.version = version;
|
|
@@ -215,7 +215,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
215
215
|
var SearchTextInput$1 = SearchTextInput;
|
|
216
216
|
|
|
217
217
|
// NOTE: This string will be replaced on build time with the package version.
|
|
218
|
-
var version = "15.14.
|
|
218
|
+
var version = "15.14.2";
|
|
219
219
|
|
|
220
220
|
exports["default"] = SearchTextInput$1;
|
|
221
221
|
exports.version = version;
|
|
@@ -206,6 +206,6 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
206
206
|
var SearchTextInput$1 = SearchTextInput;
|
|
207
207
|
|
|
208
208
|
// NOTE: This string will be replaced on build time with the package version.
|
|
209
|
-
var version = "15.14.
|
|
209
|
+
var version = "15.14.2";
|
|
210
210
|
|
|
211
211
|
export { SearchTextInput$1 as default, version };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type TSearchTextInputProps = SearchTextInputProps;
|
|
1
|
+
export type { TSearchTextInputProps } from './search-text-input';
|
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": "15.14.
|
|
4
|
+
"version": "15.14.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": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/icons": "15.14.
|
|
27
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "15.14.
|
|
29
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.2",
|
|
26
|
+
"@commercetools-uikit/icons": "15.14.2",
|
|
27
|
+
"@commercetools-uikit/input-utils": "15.14.2",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "15.14.2",
|
|
29
|
+
"@commercetools-uikit/utils": "15.14.2",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"prop-types": "15.8.1"
|