@commercetools-uikit/search-text-input 15.14.3 → 15.15.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.
@@ -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.3";
227
+ var version = "15.15.0";
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.3";
218
+ var version = "15.15.0";
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.3";
209
+ var version = "15.15.0";
210
210
 
211
211
  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": "15.14.3",
4
+ "version": "15.15.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": "15.14.3",
25
- "@commercetools-uikit/design-system": "15.14.3",
26
- "@commercetools-uikit/icons": "15.14.3",
27
- "@commercetools-uikit/input-utils": "15.14.3",
28
- "@commercetools-uikit/secondary-icon-button": "15.14.3",
29
- "@commercetools-uikit/utils": "15.14.3",
24
+ "@commercetools-uikit/constraints": "15.15.0",
25
+ "@commercetools-uikit/design-system": "15.15.0",
26
+ "@commercetools-uikit/icons": "15.15.0",
27
+ "@commercetools-uikit/input-utils": "15.15.0",
28
+ "@commercetools-uikit/secondary-icon-button": "15.15.0",
29
+ "@commercetools-uikit/utils": "15.15.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "prop-types": "15.8.1"