@commercetools-uikit/search-text-input 15.13.2 → 15.14.1
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.
- package/dist/commercetools-uikit-search-text-input.cjs.dev.js +3 -4
- package/dist/commercetools-uikit-search-text-input.cjs.prod.js +3 -4
- package/dist/commercetools-uikit-search-text-input.esm.js +3 -4
- package/dist/declarations/src/export-types.d.ts +2 -0
- package/dist/declarations/src/index.d.ts +1 -0
- package/package.json +7 -7
|
@@ -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
|
-
|
|
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.
|
|
227
|
+
var version = "15.14.1";
|
|
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
|
-
|
|
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.
|
|
218
|
+
var version = "15.14.1";
|
|
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
|
-
|
|
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.
|
|
209
|
+
var version = "15.14.1";
|
|
211
210
|
|
|
212
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.
|
|
4
|
+
"version": "15.14.1",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/icons": "15.
|
|
27
|
-
"@commercetools-uikit/input-utils": "15.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "15.
|
|
29
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.1",
|
|
26
|
+
"@commercetools-uikit/icons": "15.14.1",
|
|
27
|
+
"@commercetools-uikit/input-utils": "15.14.1",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "15.14.1",
|
|
29
|
+
"@commercetools-uikit/utils": "15.14.1",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"prop-types": "15.8.1"
|