@commercetools-uikit/search-text-input 19.22.5 → 19.22.6
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/README.md
CHANGED
|
@@ -57,8 +57,8 @@ export default Example;
|
|
|
57
57
|
| `onChange` | `ChangeEventHandler` | | | Called with an event containing the new value. Required when input is not read only. Parent should pass it back as value. |
|
|
58
58
|
| `onBlur` | `FocusEventHandler` | | | Called when input is blurred |
|
|
59
59
|
| `onFocus` | `FocusEventHandler` | | | Called when input is focused |
|
|
60
|
-
| `onSubmit` | `Function`<br/>[See signature.](#signature-
|
|
61
|
-
| `onReset` | `Function`<br/>[See signature.](#signature-
|
|
60
|
+
| `onSubmit` | `Function`<br/>[See signature.](#signature-onsubmit) | ✅ | | Handler when the search button is clicked. |
|
|
61
|
+
| `onReset` | `Function`<br/>[See signature.](#signature-onreset) | ✅ | | Handler when the clear button is clicked. |
|
|
62
62
|
| `isAutofocussed` | `boolean` | | | Focus the input on initial render |
|
|
63
63
|
| `isCondensed` | `boolean` | | | Use this property to reduce the paddings of the component for a ui compact variant |
|
|
64
64
|
| `isDisabled` | `boolean` | | | Indicates that the input cannot be modified (e.g not authorized, or changes currently saving). |
|
|
@@ -173,7 +173,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
173
173
|
var SearchTextInput$1 = SearchTextInput;
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced on build time with the package version.
|
|
176
|
-
var version = "19.22.
|
|
176
|
+
var version = "19.22.6";
|
|
177
177
|
|
|
178
178
|
exports["default"] = SearchTextInput$1;
|
|
179
179
|
exports.version = version;
|
|
@@ -171,7 +171,7 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
171
171
|
var SearchTextInput$1 = SearchTextInput;
|
|
172
172
|
|
|
173
173
|
// NOTE: This string will be replaced on build time with the package version.
|
|
174
|
-
var version = "19.22.
|
|
174
|
+
var version = "19.22.6";
|
|
175
175
|
|
|
176
176
|
exports["default"] = SearchTextInput$1;
|
|
177
177
|
exports.version = version;
|
|
@@ -155,6 +155,6 @@ SearchTextInput.isEmpty = isEmpty;
|
|
|
155
155
|
var SearchTextInput$1 = SearchTextInput;
|
|
156
156
|
|
|
157
157
|
// NOTE: This string will be replaced on build time with the package version.
|
|
158
|
-
var version = "19.22.
|
|
158
|
+
var version = "19.22.6";
|
|
159
159
|
|
|
160
160
|
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": "19.22.
|
|
4
|
+
"version": "19.22.6",
|
|
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": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/icons": "19.22.
|
|
27
|
-
"@commercetools-uikit/input-utils": "19.22.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "19.22.
|
|
29
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.6",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.6",
|
|
26
|
+
"@commercetools-uikit/icons": "19.22.6",
|
|
27
|
+
"@commercetools-uikit/input-utils": "19.22.6",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "19.22.6",
|
|
29
|
+
"@commercetools-uikit/utils": "19.22.6",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"prop-types": "15.8.1"
|