@box/blueprint-web 6.41.0 → 6.41.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.
|
@@ -8,7 +8,7 @@ export interface SearchInputControlledProps extends Omit<SearchInputProps, 'defa
|
|
|
8
8
|
/**
|
|
9
9
|
* Handler that is called when clear button is clicked or escape key is pressed when input is focused
|
|
10
10
|
*/
|
|
11
|
-
onClearInput: () => void;
|
|
11
|
+
onClearInput: (e?: React.MouseEvent<HTMLButtonElement>) => void;
|
|
12
12
|
/**
|
|
13
13
|
* Optional prop to add a tooltip to the clear button with passed string as a content.
|
|
14
14
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "6.41.
|
|
3
|
+
"version": "6.41.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@box/storybook-utils": "^0.0.7"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "5f1e962de3211fd160f1cfb4e647991e7bfa222d",
|
|
61
61
|
"module": "lib-esm/index.js",
|
|
62
62
|
"main": "lib-esm/index.js",
|
|
63
63
|
"exports": {
|