@commercetools-uikit/search-text-input 15.15.1 → 16.0.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.
@@ -212,7 +212,7 @@ SearchTextInput.isEmpty = isEmpty;
212
212
  var SearchTextInput$1 = SearchTextInput;
213
213
 
214
214
  // NOTE: This string will be replaced on build time with the package version.
215
- var version = "15.15.1";
215
+ var version = "16.0.0";
216
216
 
217
217
  exports["default"] = SearchTextInput$1;
218
218
  exports.version = version;
@@ -203,7 +203,7 @@ SearchTextInput.isEmpty = isEmpty;
203
203
  var SearchTextInput$1 = SearchTextInput;
204
204
 
205
205
  // NOTE: This string will be replaced on build time with the package version.
206
- var version = "15.15.1";
206
+ var version = "16.0.0";
207
207
 
208
208
  exports["default"] = SearchTextInput$1;
209
209
  exports.version = version;
@@ -194,6 +194,6 @@ SearchTextInput.isEmpty = isEmpty;
194
194
  var SearchTextInput$1 = SearchTextInput;
195
195
 
196
196
  // NOTE: This string will be replaced on build time with the package version.
197
- var version = "15.15.1";
197
+ var version = "16.0.0";
198
198
 
199
199
  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.15.1",
4
+ "version": "16.0.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.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/icons": "15.15.1",
27
- "@commercetools-uikit/input-utils": "15.15.1",
28
- "@commercetools-uikit/secondary-icon-button": "15.15.1",
29
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/constraints": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/icons": "16.0.0",
27
+ "@commercetools-uikit/input-utils": "16.0.0",
28
+ "@commercetools-uikit/secondary-icon-button": "16.0.0",
29
+ "@commercetools-uikit/utils": "16.0.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "prop-types": "15.8.1"