@commercetools-uikit/search-text-input 18.1.0 → 18.3.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.
|
@@ -180,7 +180,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
180
180
|
var SearchTextInput$1 = SearchTextInput;
|
|
181
181
|
|
|
182
182
|
// NOTE: This string will be replaced on build time with the package version.
|
|
183
|
-
var version = "18.
|
|
183
|
+
var version = "18.3.0";
|
|
184
184
|
|
|
185
185
|
exports["default"] = SearchTextInput$1;
|
|
186
186
|
exports.version = version;
|
|
@@ -172,7 +172,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
172
172
|
var SearchTextInput$1 = SearchTextInput;
|
|
173
173
|
|
|
174
174
|
// NOTE: This string will be replaced on build time with the package version.
|
|
175
|
-
var version = "18.
|
|
175
|
+
var version = "18.3.0";
|
|
176
176
|
|
|
177
177
|
exports["default"] = SearchTextInput$1;
|
|
178
178
|
exports.version = version;
|
|
@@ -162,6 +162,6 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
162
162
|
var SearchTextInput$1 = SearchTextInput;
|
|
163
163
|
|
|
164
164
|
// NOTE: This string will be replaced on build time with the package version.
|
|
165
|
-
var version = "18.
|
|
165
|
+
var version = "18.3.0";
|
|
166
166
|
|
|
167
167
|
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": "18.
|
|
4
|
+
"version": "18.3.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": "18.
|
|
25
|
-
"@commercetools-uikit/design-system": "18.
|
|
26
|
-
"@commercetools-uikit/icons": "18.
|
|
27
|
-
"@commercetools-uikit/input-utils": "18.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "18.
|
|
29
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/constraints": "18.3.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "18.3.0",
|
|
26
|
+
"@commercetools-uikit/icons": "18.3.0",
|
|
27
|
+
"@commercetools-uikit/input-utils": "18.3.0",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "18.3.0",
|
|
29
|
+
"@commercetools-uikit/utils": "18.3.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"prop-types": "15.8.1"
|