@commercetools-uikit/search-text-input 15.13.2 → 15.14.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.
@@ -198,9 +198,8 @@ var SearchTextInput = /*#__PURE__*/react$1.forwardRef(function (props, forwarded
198
198
  }
199
199
  }
200
200
  })), props.isClearable && searchValue && !props.isDisabled && !props.isReadOnly && jsxRuntime.jsx(SecondaryIconButton__default["default"], {
201
- icon: jsxRuntime.jsx(icons.CloseIcon, {
202
- size: "medium"
203
- }),
201
+ icon: jsxRuntime.jsx(icons.CloseIcon, {}),
202
+ size: "medium",
204
203
  label: 'clear-button',
205
204
  onClick: handleClear,
206
205
  css: getClearIconButtonStyles(props)
@@ -225,7 +224,7 @@ SearchTextInput.isEmpty = isEmpty;
225
224
  var SearchTextInput$1 = SearchTextInput;
226
225
 
227
226
  // NOTE: This string will be replaced on build time with the package version.
228
- var version = "15.13.2";
227
+ var version = "15.14.0";
229
228
 
230
229
  exports["default"] = SearchTextInput$1;
231
230
  exports.version = version;
@@ -189,9 +189,8 @@ var SearchTextInput = /*#__PURE__*/react$1.forwardRef(function (props, forwarded
189
189
  }
190
190
  }
191
191
  })), props.isClearable && searchValue && !props.isDisabled && !props.isReadOnly && jsxRuntime.jsx(SecondaryIconButton__default["default"], {
192
- icon: jsxRuntime.jsx(icons.CloseIcon, {
193
- size: "medium"
194
- }),
192
+ icon: jsxRuntime.jsx(icons.CloseIcon, {}),
193
+ size: "medium",
195
194
  label: 'clear-button',
196
195
  onClick: handleClear,
197
196
  css: getClearIconButtonStyles(props)
@@ -216,7 +215,7 @@ SearchTextInput.isEmpty = isEmpty;
216
215
  var SearchTextInput$1 = SearchTextInput;
217
216
 
218
217
  // NOTE: This string will be replaced on build time with the package version.
219
- var version = "15.13.2";
218
+ var version = "15.14.0";
220
219
 
221
220
  exports["default"] = SearchTextInput$1;
222
221
  exports.version = version;
@@ -180,9 +180,8 @@ var SearchTextInput = /*#__PURE__*/forwardRef(function (props, forwardedRef) {
180
180
  }
181
181
  }
182
182
  })), props.isClearable && searchValue && !props.isDisabled && !props.isReadOnly && jsx(SecondaryIconButton, {
183
- icon: jsx(CloseIcon, {
184
- size: "medium"
185
- }),
183
+ icon: jsx(CloseIcon, {}),
184
+ size: "medium",
186
185
  label: 'clear-button',
187
186
  onClick: handleClear,
188
187
  css: getClearIconButtonStyles(props)
@@ -207,6 +206,6 @@ SearchTextInput.isEmpty = isEmpty;
207
206
  var SearchTextInput$1 = SearchTextInput;
208
207
 
209
208
  // NOTE: This string will be replaced on build time with the package version.
210
- var version = "15.13.2";
209
+ var version = "15.14.0";
211
210
 
212
211
  export { SearchTextInput$1 as default, version };
@@ -0,0 +1,2 @@
1
+ import type { TSearchTextInputProps as SearchTextInputProps } from './search-text-input';
2
+ export type TSearchTextInputProps = SearchTextInputProps;
@@ -1,2 +1,3 @@
1
1
  export { default } from './search-text-input';
2
2
  export { default as version } from './version';
3
+ export * from './export-types';
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.13.2",
4
+ "version": "15.14.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.13.2",
25
- "@commercetools-uikit/design-system": "15.13.2",
26
- "@commercetools-uikit/icons": "15.13.2",
27
- "@commercetools-uikit/input-utils": "15.13.2",
28
- "@commercetools-uikit/secondary-icon-button": "15.13.2",
29
- "@commercetools-uikit/utils": "15.13.2",
24
+ "@commercetools-uikit/constraints": "15.14.0",
25
+ "@commercetools-uikit/design-system": "15.14.0",
26
+ "@commercetools-uikit/icons": "15.14.0",
27
+ "@commercetools-uikit/input-utils": "15.14.0",
28
+ "@commercetools-uikit/secondary-icon-button": "15.14.0",
29
+ "@commercetools-uikit/utils": "15.14.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "prop-types": "15.8.1"